macro_rules! chunk_id {
($x:expr, $z:expr) => { ... };
}
Available on crate features
je-region
and je
only.Expand description
Gets the entry id in the header tables for the chunk at (x, z).
macro_rules! chunk_id {
($x:expr, $z:expr) => { ... };
}
je-region
and je
only.Gets the entry id in the header tables for the chunk at (x, z).