Module valence_server::layer::chunk
source · Re-exports§
pub use loaded::LoadedChunk;
pub use unloaded::UnloadedChunk;
Modules§
Structs§
- Represents a complete block, which is a pair of block state and optional NBT data for the block entity.
- Like
Block
, but immutably referenced.
Enums§
Constants§
- The maximum height of a chunk.
Traits§
- Common operations on chunks. Notable implementors are
LoadedChunk
andUnloadedChunk
.