#[repr(u8)]pub enum block_state_property_value {
Show 109 variants
d_0 = 0,
d_1 = 1,
d_10 = 2,
d_11 = 3,
d_12 = 4,
d_13 = 5,
d_14 = 6,
d_15 = 7,
d_16 = 8,
d_17 = 9,
d_18 = 10,
d_19 = 11,
d_2 = 12,
d_20 = 13,
d_21 = 14,
d_22 = 15,
d_23 = 16,
d_24 = 17,
d_25 = 18,
d_3 = 19,
d_4 = 20,
d_5 = 21,
d_6 = 22,
d_7 = 23,
d_8 = 24,
d_9 = 25,
ascending_east = 26,
ascending_north = 27,
ascending_south = 28,
ascending_west = 29,
banjo = 30,
basedrum = 31,
bass = 32,
bell = 33,
bit = 34,
bottom = 35,
ceiling = 36,
chime = 37,
compare = 38,
corner = 39,
cow_bell = 40,
data = 41,
didgeridoo = 42,
double = 43,
double_wall = 44,
down = 45,
down_east = 46,
down_north = 47,
down_south = 48,
down_west = 49,
east = 50,
east_up = 51,
east_west = 52,
false = 53,
floor = 54,
flute = 55,
foot = 56,
guitar = 57,
harp = 58,
hat = 59,
head = 60,
inner_left = 61,
inner_right = 62,
iron_xylophone = 63,
large = 64,
left = 65,
load = 66,
low = 67,
lower = 68,
none = 69,
normal = 70,
north = 71,
north_east = 72,
north_south = 73,
north_up = 74,
north_west = 75,
outer_left = 76,
outer_right = 77,
pling = 78,
right = 79,
save = 80,
side = 81,
single = 82,
single_wall = 83,
small = 84,
snare = 85,
south = 86,
south_east = 87,
south_up = 88,
south_west = 89,
sticky = 90,
straight = 91,
subtract = 92,
tall = 93,
top = 94,
true = 95,
up = 96,
up_east = 97,
up_north = 98,
up_south = 99,
up_west = 100,
upper = 101,
wall = 102,
west = 103,
west_up = 104,
x = 105,
xylophone = 106,
y = 107,
z = 108,
}Variants§
d_0 = 0
d_1 = 1
d_10 = 2
d_11 = 3
d_12 = 4
d_13 = 5
d_14 = 6
d_15 = 7
d_16 = 8
d_17 = 9
d_18 = 10
d_19 = 11
d_2 = 12
d_20 = 13
d_21 = 14
d_22 = 15
d_23 = 16
d_24 = 17
d_25 = 18
d_3 = 19
d_4 = 20
d_5 = 21
d_6 = 22
d_7 = 23
d_8 = 24
d_9 = 25
ascending_east = 26
ascending_north = 27
ascending_south = 28
ascending_west = 29
banjo = 30
basedrum = 31
bass = 32
bell = 33
bit = 34
bottom = 35
ceiling = 36
chime = 37
compare = 38
corner = 39
cow_bell = 40
data = 41
didgeridoo = 42
double = 43
double_wall = 44
down = 45
down_east = 46
down_north = 47
down_south = 48
down_west = 49
east = 50
east_up = 51
east_west = 52
false = 53
floor = 54
flute = 55
foot = 56
guitar = 57
harp = 58
hat = 59
head = 60
inner_left = 61
inner_right = 62
iron_xylophone = 63
large = 64
left = 65
load = 66
low = 67
lower = 68
none = 69
normal = 70
north = 71
north_east = 72
north_south = 73
north_up = 74
north_west = 75
outer_left = 76
outer_right = 77
pling = 78
right = 79
save = 80
side = 81
single = 82
single_wall = 83
small = 84
snare = 85
south = 86
south_east = 87
south_up = 88
south_west = 89
sticky = 90
straight = 91
subtract = 92
tall = 93
top = 94
true = 95
up = 96
up_east = 97
up_north = 98
up_south = 99
up_west = 100
upper = 101
wall = 102
west = 103
west_up = 104
x = 105
xylophone = 106
y = 107
z = 108
Implementations§
Trait Implementations§
source§impl Clone for block_state_property_value
impl Clone for block_state_property_value
source§fn clone(&self) -> block_state_property_value
fn clone(&self) -> block_state_property_value
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 block_state_property_value
impl Debug for block_state_property_value
source§impl Display for block_state_property_value
impl Display for block_state_property_value
source§impl Hash for block_state_property_value
impl Hash for block_state_property_value
source§impl PartialEq for block_state_property_value
impl PartialEq for block_state_property_value
source§fn eq(&self, other: &block_state_property_value) -> bool
fn eq(&self, other: &block_state_property_value) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for block_state_property_value
impl Eq for block_state_property_value
impl StructuralPartialEq for block_state_property_value
Auto Trait Implementations§
impl Freeze for block_state_property_value
impl RefUnwindSafe for block_state_property_value
impl Send for block_state_property_value
impl Sync for block_state_property_value
impl Unpin for block_state_property_value
impl UnwindSafe for block_state_property_value
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