Expand description
Read-only world view shared by live worlds and world-generation regions.
This mirrors vanilla’s LevelReader role: block behavior such as
canSurvive should depend on the world-reading surface, not on the concrete
World type. World and WorldGenRegion both implement this trait.
Constants§
Traits§
- Level
Accessor - Mutable level access needed by vanilla
LevelAccessorblock hooks. - Level
Reader - Read-only level access needed by block behavior and worldgen predicates.
- Scheduled
Tick Access - Level access needed by vanilla block
updateShapelogic.