Bedrock
The Bedrock system handles compatibility and features specific to Bedrock players.
When to use
- You want to support Bedrock players
- You need Bedrock-specific UI or features
- You handle cross-platform interactions
Topics
- [[Basics|Core-API/Bedrock/Base]]
- [[Forms|Core-API/Bedrock/Forms]]
Common pitfalls
- Not checking if a player is Bedrock
- Using Bedrock UI for Java players
- Mixing Java and Bedrock logic without separation