Module chunk

Source

Modules§

loaded
unloaded

Structs§

Block
Represents a complete block, which is a pair of block state and optional NBT data for the block entity.
BlockRef
Like Block, but immutably referenced.
ChunkLayer
A Component containing the chunks and dimension information of a Minecraft world.
ExceptWriter
LoadedChunk
OccupiedChunkEntry
RadiusExceptWriter
RadiusWriter
UnloadedChunk
VacantChunkEntry
ViewExceptWriter
ViewWriter

Enums§

ChunkEntry

Constants§

MAX_HEIGHT
The maximum height of a chunk.

Traits§

Chunk
Common operations on chunks. Notable implementors are LoadedChunk and UnloadedChunk.
IntoBlock