#[repr(u8)]pub enum worldgen__decorator {
Show 29 variants
nope = 0,
chance = 1,
count = 2,
count_noise = 3,
count_noise_biased = 4,
count_extra = 5,
square = 6,
heightmap = 7,
heightmap_spread_double = 8,
top_solid_heightmap = 9,
heightmap_world_surface = 10,
range = 11,
range_biased = 12,
range_very_biased = 13,
depth_average = 14,
spread_32_above = 15,
carving_mask = 16,
fire = 17,
magma = 18,
emerald_ore = 19,
lava_lake = 20,
water_lake = 21,
glowstone = 22,
end_gateway = 23,
dark_oak_tree = 24,
iceberg = 25,
end_island = 26,
decorated = 27,
count_multilayer = 28,
}Variants§
nope = 0
chance = 1
count = 2
count_noise = 3
count_noise_biased = 4
count_extra = 5
square = 6
heightmap = 7
heightmap_spread_double = 8
top_solid_heightmap = 9
heightmap_world_surface = 10
range = 11
range_biased = 12
range_very_biased = 13
depth_average = 14
spread_32_above = 15
carving_mask = 16
fire = 17
magma = 18
emerald_ore = 19
lava_lake = 20
water_lake = 21
glowstone = 22
end_gateway = 23
dark_oak_tree = 24
iceberg = 25
end_island = 26
decorated = 27
count_multilayer = 28
Implementations§
Trait Implementations§
source§impl Clone for worldgen__decorator
impl Clone for worldgen__decorator
source§fn clone(&self) -> worldgen__decorator
fn clone(&self) -> worldgen__decorator
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 worldgen__decorator
impl Debug for worldgen__decorator
source§impl Display for worldgen__decorator
impl Display for worldgen__decorator
source§impl Hash for worldgen__decorator
impl Hash for worldgen__decorator
source§impl PartialEq for worldgen__decorator
impl PartialEq for worldgen__decorator
source§fn eq(&self, other: &worldgen__decorator) -> bool
fn eq(&self, other: &worldgen__decorator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for worldgen__decorator
impl Write for worldgen__decorator
impl Copy for worldgen__decorator
impl Eq for worldgen__decorator
impl StructuralPartialEq for worldgen__decorator
Auto Trait Implementations§
impl Freeze for worldgen__decorator
impl RefUnwindSafe for worldgen__decorator
impl Send for worldgen__decorator
impl Sync for worldgen__decorator
impl Unpin for worldgen__decorator
impl UnwindSafe for worldgen__decorator
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