Type Alias BlockZ

Source
pub type BlockZ = BlockCoord<{ axis::Z }>;
Expand description

A block Z coordinate relative to a chunk

Aliased Type§

pub struct BlockZ(pub u8);

Tuple Fields§

§0: u8