Enum minecraft_data::v1_18::chunk_status
source · #[repr(u8)]pub enum chunk_status {
Show 13 variants
empty = 0,
structure_starts = 1,
structure_references = 2,
biomes = 3,
noise = 4,
surface = 5,
carvers = 6,
liquid_carvers = 7,
features = 8,
light = 9,
spawn = 10,
heightmaps = 11,
full = 12,
}Variants§
empty = 0
structure_starts = 1
structure_references = 2
biomes = 3
noise = 4
surface = 5
carvers = 6
liquid_carvers = 7
features = 8
light = 9
spawn = 10
heightmaps = 11
full = 12
Implementations§
Trait Implementations§
source§impl Clone for chunk_status
impl Clone for chunk_status
source§fn clone(&self) -> chunk_status
fn clone(&self) -> chunk_status
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for chunk_status
impl Debug for chunk_status
source§impl Display for chunk_status
impl Display for chunk_status
source§impl Hash for chunk_status
impl Hash for chunk_status
source§impl PartialEq for chunk_status
impl PartialEq for chunk_status
source§fn eq(&self, other: &chunk_status) -> bool
fn eq(&self, other: &chunk_status) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for chunk_status
impl Write for chunk_status
impl Copy for chunk_status
impl Eq for chunk_status
impl StructuralPartialEq for chunk_status
Auto Trait Implementations§
impl Freeze for chunk_status
impl RefUnwindSafe for chunk_status
impl Send for chunk_status
impl Sync for chunk_status
impl Unpin for chunk_status
impl UnwindSafe for chunk_status
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more