Expand description
Common types used by several MinedMap crates
Modules§
- axis
- Const generic AXIS arguments for coordinate types
Structs§
- Block
Coord - A block coordinate relative to a chunk
- Chunk
Array - Generic array for data stored per chunk of a region
- Chunk
Coord - A chunk coordinate relative to a region
- Chunk
Coords - A pair of chunk coordinates relative to a region
- Layer
Block Array - Generic array for data stored per block of a chunk layer
- Layer
Block Coords - X and Z coordinates of a block in a chunk
- Section
Block Coords - X, Y and Z coordinates of a block in a chunk section
- SectionY
- A section Y coordinate
Constants§
- BLOCKS_
PER_ CHUNK - Number of blocks per chunk in each dimension
- BLOCK_
BITS - Number of bits required to store a block coordinate
- CHUNKS_
PER_ REGION - Number of chunks per region in each dimension
- CHUNK_
BITS - Number of bits required to store a chunk coordinate