Modules§
Structs§
- Block
- Represents a complete block, which is a pair of block state and optional NBT data for the block entity.
- Block
Ref - Like
Block
, but immutably referenced. - Chunk
Layer - A
Component
containing the chunks and dimension information of a Minecraft world. - Except
Writer - Loaded
Chunk - Occupied
Chunk Entry - Radius
Except Writer - Radius
Writer - Unloaded
Chunk - Vacant
Chunk Entry - View
Except Writer - View
Writer
Enums§
Constants§
- MAX_
HEIGHT - The maximum height of a chunk.
Traits§
- Chunk
- Common operations on chunks. Notable implementors are
LoadedChunk
andUnloadedChunk
. - Into
Block