Struct mc_core::world::chunk::ChunkHeight [−][src]
Expand description
A little structure that stores the height of a level (and so a chunk).
Fields
min: i8Inclusive lower bound.
max: i8Inclusive upper bound.
Implementations
Returns the inclusive lower bound in blocks coordinates.
Returns the inclusive upper bound in blocks coordinates.
Return true if the given chunk Y coordinate is valid for the specified height.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChunkHeight
impl Send for ChunkHeight
impl Sync for ChunkHeight
impl Unpin for ChunkHeight
impl UnwindSafe for ChunkHeight
Blanket Implementations
Mutably borrows from an owned value. Read more
