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: u8