#[repr(u8)]pub enum block_entity_type {
Show 43 variants
furnace = 0,
chest = 1,
trapped_chest = 2,
ender_chest = 3,
jukebox = 4,
dispenser = 5,
dropper = 6,
sign = 7,
hanging_sign = 8,
mob_spawner = 9,
piston = 10,
brewing_stand = 11,
enchanting_table = 12,
end_portal = 13,
beacon = 14,
skull = 15,
daylight_detector = 16,
hopper = 17,
comparator = 18,
banner = 19,
structure_block = 20,
end_gateway = 21,
command_block = 22,
shulker_box = 23,
bed = 24,
conduit = 25,
barrel = 26,
smoker = 27,
blast_furnace = 28,
lectern = 29,
bell = 30,
jigsaw = 31,
campfire = 32,
beehive = 33,
sculk_sensor = 34,
calibrated_sculk_sensor = 35,
sculk_catalyst = 36,
sculk_shrieker = 37,
chiseled_bookshelf = 38,
brushable_block = 39,
decorated_pot = 40,
crafter = 41,
trial_spawner = 42,
}Variants§
furnace = 0
chest = 1
trapped_chest = 2
ender_chest = 3
jukebox = 4
dispenser = 5
dropper = 6
sign = 7
hanging_sign = 8
mob_spawner = 9
piston = 10
brewing_stand = 11
enchanting_table = 12
end_portal = 13
beacon = 14
skull = 15
daylight_detector = 16
hopper = 17
comparator = 18
structure_block = 20
end_gateway = 21
command_block = 22
shulker_box = 23
bed = 24
conduit = 25
barrel = 26
smoker = 27
blast_furnace = 28
lectern = 29
bell = 30
jigsaw = 31
campfire = 32
beehive = 33
sculk_sensor = 34
calibrated_sculk_sensor = 35
sculk_catalyst = 36
sculk_shrieker = 37
chiseled_bookshelf = 38
brushable_block = 39
decorated_pot = 40
crafter = 41
trial_spawner = 42
Implementations§
Trait Implementations§
source§impl Clone for block_entity_type
impl Clone for block_entity_type
source§fn clone(&self) -> block_entity_type
fn clone(&self) -> block_entity_type
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_entity_type
impl Debug for block_entity_type
source§impl Display for block_entity_type
impl Display for block_entity_type
source§impl Hash for block_entity_type
impl Hash for block_entity_type
source§impl PartialEq for block_entity_type
impl PartialEq for block_entity_type
source§fn eq(&self, other: &block_entity_type) -> bool
fn eq(&self, other: &block_entity_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for block_entity_type
impl Write for block_entity_type
impl Copy for block_entity_type
impl Eq for block_entity_type
impl StructuralEq for block_entity_type
impl StructuralPartialEq for block_entity_type
Auto Trait Implementations§
impl RefUnwindSafe for block_entity_type
impl Send for block_entity_type
impl Sync for block_entity_type
impl Unpin for block_entity_type
impl UnwindSafe for block_entity_type
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