Enum minecraft_data::particle_type
source · #[repr(u8)]pub enum particle_type {
Show 72 variants
ambient_entity_effect = 0,
angry_villager = 1,
barrier = 2,
block = 3,
bubble = 4,
cloud = 5,
crit = 6,
damage_indicator = 7,
dragon_breath = 8,
dripping_lava = 9,
falling_lava = 10,
landing_lava = 11,
dripping_water = 12,
falling_water = 13,
dust = 14,
effect = 15,
elder_guardian = 16,
enchanted_hit = 17,
enchant = 18,
end_rod = 19,
entity_effect = 20,
explosion_emitter = 21,
explosion = 22,
falling_dust = 23,
firework = 24,
fishing = 25,
flame = 26,
soul_fire_flame = 27,
soul = 28,
flash = 29,
happy_villager = 30,
composter = 31,
heart = 32,
instant_effect = 33,
item = 34,
item_slime = 35,
item_snowball = 36,
large_smoke = 37,
lava = 38,
mycelium = 39,
note = 40,
poof = 41,
portal = 42,
rain = 43,
smoke = 44,
sneeze = 45,
spit = 46,
squid_ink = 47,
sweep_attack = 48,
totem_of_undying = 49,
underwater = 50,
splash = 51,
witch = 52,
bubble_pop = 53,
current_down = 54,
bubble_column_up = 55,
nautilus = 56,
dolphin = 57,
campfire_cosy_smoke = 58,
campfire_signal_smoke = 59,
dripping_honey = 60,
falling_honey = 61,
landing_honey = 62,
falling_nectar = 63,
ash = 64,
crimson_spore = 65,
warped_spore = 66,
dripping_obsidian_tear = 67,
falling_obsidian_tear = 68,
landing_obsidian_tear = 69,
reverse_portal = 70,
white_ash = 71,
}Variants§
ambient_entity_effect = 0
angry_villager = 1
barrier = 2
block = 3
bubble = 4
cloud = 5
crit = 6
damage_indicator = 7
dragon_breath = 8
dripping_lava = 9
falling_lava = 10
landing_lava = 11
dripping_water = 12
falling_water = 13
dust = 14
effect = 15
elder_guardian = 16
enchanted_hit = 17
enchant = 18
end_rod = 19
entity_effect = 20
explosion_emitter = 21
explosion = 22
falling_dust = 23
firework = 24
fishing = 25
flame = 26
soul_fire_flame = 27
soul = 28
flash = 29
happy_villager = 30
composter = 31
heart = 32
instant_effect = 33
item = 34
item_slime = 35
item_snowball = 36
large_smoke = 37
lava = 38
mycelium = 39
note = 40
poof = 41
portal = 42
rain = 43
smoke = 44
sneeze = 45
spit = 46
squid_ink = 47
sweep_attack = 48
totem_of_undying = 49
underwater = 50
splash = 51
witch = 52
bubble_pop = 53
current_down = 54
bubble_column_up = 55
nautilus = 56
dolphin = 57
campfire_cosy_smoke = 58
campfire_signal_smoke = 59
dripping_honey = 60
falling_honey = 61
landing_honey = 62
falling_nectar = 63
ash = 64
crimson_spore = 65
warped_spore = 66
dripping_obsidian_tear = 67
falling_obsidian_tear = 68
landing_obsidian_tear = 69
reverse_portal = 70
white_ash = 71
Implementations§
Trait Implementations§
source§impl Clone for particle_type
impl Clone for particle_type
source§fn clone(&self) -> particle_type
fn clone(&self) -> particle_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 particle_type
impl Debug for particle_type
source§impl Display for particle_type
impl Display for particle_type
source§impl Hash for particle_type
impl Hash for particle_type
source§impl PartialEq for particle_type
impl PartialEq for particle_type
source§fn eq(&self, other: &particle_type) -> bool
fn eq(&self, other: &particle_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for particle_type
impl Write for particle_type
impl Copy for particle_type
impl Eq for particle_type
impl StructuralPartialEq for particle_type
Auto Trait Implementations§
impl Freeze for particle_type
impl RefUnwindSafe for particle_type
impl Send for particle_type
impl Sync for particle_type
impl Unpin for particle_type
impl UnwindSafe for particle_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