Type Alias minedmap_types::BlockY
source · pub type BlockY = BlockCoord<{ axis::Y }>;Expand description
A block Y coordinate relative to a chunk section
Aliased Type§
struct BlockY(pub u8);Fields§
§0: u8pub type BlockY = BlockCoord<{ axis::Y }>;A block Y coordinate relative to a chunk section
struct BlockY(pub u8);0: u8