#[repr(u8)]pub enum block_entity_type {
Show 45 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,
creaking_heart = 10,
piston = 11,
brewing_stand = 12,
enchanting_table = 13,
end_portal = 14,
beacon = 15,
skull = 16,
daylight_detector = 17,
hopper = 18,
comparator = 19,
banner = 20,
structure_block = 21,
end_gateway = 22,
command_block = 23,
shulker_box = 24,
bed = 25,
conduit = 26,
barrel = 27,
smoker = 28,
blast_furnace = 29,
lectern = 30,
bell = 31,
jigsaw = 32,
campfire = 33,
beehive = 34,
sculk_sensor = 35,
calibrated_sculk_sensor = 36,
sculk_catalyst = 37,
sculk_shrieker = 38,
chiseled_bookshelf = 39,
brushable_block = 40,
decorated_pot = 41,
crafter = 42,
trial_spawner = 43,
vault = 44,
}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
creaking_heart = 10
piston = 11
brewing_stand = 12
enchanting_table = 13
end_portal = 14
beacon = 15
skull = 16
daylight_detector = 17
hopper = 18
comparator = 19
structure_block = 21
end_gateway = 22
command_block = 23
shulker_box = 24
bed = 25
conduit = 26
barrel = 27
smoker = 28
blast_furnace = 29
lectern = 30
bell = 31
jigsaw = 32
campfire = 33
beehive = 34
sculk_sensor = 35
calibrated_sculk_sensor = 36
sculk_catalyst = 37
sculk_shrieker = 38
chiseled_bookshelf = 39
brushable_block = 40
decorated_pot = 41
crafter = 42
trial_spawner = 43
vault = 44
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§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 StructuralPartialEq for block_entity_type
Auto Trait Implementations§
impl Freeze for block_entity_type
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