pub type BlockPosition = Vector3D<i32>;Aliased Type§
#[repr(C)]pub struct BlockPosition {
pub x: i32,
pub y: i32,
pub z: i32,
}Fields§
§x: i32The x (traditionally, horizontal) coordinate.
y: i32The y (traditionally, vertical) coordinate.
z: i32The z (traditionally, depth) coordinate.