Module chunk

Source

Re-exports§

pub use loaded::LoadedChunk;
pub use unloaded::UnloadedChunk;

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
OccupiedChunkEntry
RadiusExceptWriter
RadiusWriter
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