Type Alias BlockX

Source
pub type BlockX = BlockCoord<{ axis::X }>;
Expand description

A block X coordinate relative to a chunk

Aliased Type§

pub struct BlockX(pub u8);

Tuple Fields§

§0: u8