Enum mc_core::world::chunk::ChunkStatus [−][src]
pub enum ChunkStatus {
Show 13 variants
Empty,
StructureStarts,
StructureReferences,
Biomes,
Noise,
Surface,
Carvers,
LiquidCarvers,
Features,
Light,
Spawn,
Heightmaps,
Full,
}Expand description
An enumeration for the different generation status used by the game. Depending on the generation algorithm some status might not be used.
Variants
Empty
StructureStarts
StructureReferences
Biomes
Noise
Surface
Carvers
LiquidCarvers
Features
Light
Spawn
Heightmaps
Full
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChunkStatus
impl Send for ChunkStatus
impl Sync for ChunkStatus
impl Unpin for ChunkStatus
impl UnwindSafe for ChunkStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
