#[repr(u32)]pub enum ParticleKind {
Show 111 variants
AngryVillager = 0,
Block = 1,
BlockMarker = 2,
Bubble = 3,
Cloud = 4,
Crit = 5,
DamageIndicator = 6,
DragonBreath = 7,
DrippingLava = 8,
FallingLava = 9,
LandingLava = 10,
DrippingWater = 11,
FallingWater = 12,
Dust = 13,
DustColorTransition = 14,
Effect = 15,
ElderGuardian = 16,
EnchantedHit = 17,
Enchant = 18,
EndRod = 19,
EntityEffect = 20,
ExplosionEmitter = 21,
Explosion = 22,
Gust = 23,
SmallGust = 24,
GustEmitterLarge = 25,
GustEmitterSmall = 26,
SonicBoom = 27,
FallingDust = 28,
Firework = 29,
Fishing = 30,
Flame = 31,
Infested = 32,
CherryLeaves = 33,
SculkSoul = 34,
SculkCharge = 35,
SculkChargePop = 36,
SoulFireFlame = 37,
Soul = 38,
Flash = 39,
HappyVillager = 40,
Composter = 41,
Heart = 42,
InstantEffect = 43,
Item = 44,
Vibration = 45,
Trail = 46,
ItemSlime = 47,
ItemCobweb = 48,
ItemSnowball = 49,
LargeSmoke = 50,
Lava = 51,
Mycelium = 52,
Note = 53,
Poof = 54,
Portal = 55,
Rain = 56,
Smoke = 57,
WhiteSmoke = 58,
Sneeze = 59,
Spit = 60,
SquidInk = 61,
SweepAttack = 62,
TotemOfUndying = 63,
Underwater = 64,
Splash = 65,
Witch = 66,
BubblePop = 67,
CurrentDown = 68,
BubbleColumnUp = 69,
Nautilus = 70,
Dolphin = 71,
CampfireCosySmoke = 72,
CampfireSignalSmoke = 73,
DrippingHoney = 74,
FallingHoney = 75,
LandingHoney = 76,
FallingNectar = 77,
FallingSporeBlossom = 78,
Ash = 79,
CrimsonSpore = 80,
WarpedSpore = 81,
SporeBlossomAir = 82,
DrippingObsidianTear = 83,
FallingObsidianTear = 84,
LandingObsidianTear = 85,
ReversePortal = 86,
WhiteAsh = 87,
SmallFlame = 88,
Snowflake = 89,
DrippingDripstoneLava = 90,
FallingDripstoneLava = 91,
DrippingDripstoneWater = 92,
FallingDripstoneWater = 93,
GlowSquidInk = 94,
Glow = 95,
WaxOn = 96,
WaxOff = 97,
ElectricSpark = 98,
Scrape = 99,
Shriek = 100,
EggCrack = 101,
DustPlume = 102,
TrialSpawnerDetection = 103,
TrialSpawnerDetectionOminous = 104,
VaultConnection = 105,
DustPillar = 106,
OminousSpawning = 107,
RaidOmen = 108,
TrialOmen = 109,
BlockCrumble = 110,
}
Variants§
AngryVillager = 0
Block = 1
BlockMarker = 2
Bubble = 3
Cloud = 4
Crit = 5
DamageIndicator = 6
DragonBreath = 7
DrippingLava = 8
FallingLava = 9
LandingLava = 10
DrippingWater = 11
FallingWater = 12
Dust = 13
DustColorTransition = 14
Effect = 15
ElderGuardian = 16
EnchantedHit = 17
Enchant = 18
EndRod = 19
EntityEffect = 20
ExplosionEmitter = 21
Explosion = 22
Gust = 23
SmallGust = 24
GustEmitterLarge = 25
GustEmitterSmall = 26
SonicBoom = 27
FallingDust = 28
Firework = 29
Fishing = 30
Flame = 31
Infested = 32
CherryLeaves = 33
SculkSoul = 34
SculkCharge = 35
SculkChargePop = 36
SoulFireFlame = 37
Soul = 38
Flash = 39
HappyVillager = 40
Composter = 41
Heart = 42
InstantEffect = 43
Item = 44
Vibration = 45
Trail = 46
ItemSlime = 47
ItemCobweb = 48
ItemSnowball = 49
LargeSmoke = 50
Lava = 51
Mycelium = 52
Note = 53
Poof = 54
Portal = 55
Rain = 56
Smoke = 57
WhiteSmoke = 58
Sneeze = 59
Spit = 60
SquidInk = 61
SweepAttack = 62
TotemOfUndying = 63
Underwater = 64
Splash = 65
Witch = 66
BubblePop = 67
CurrentDown = 68
BubbleColumnUp = 69
Nautilus = 70
Dolphin = 71
CampfireCosySmoke = 72
CampfireSignalSmoke = 73
DrippingHoney = 74
FallingHoney = 75
LandingHoney = 76
FallingNectar = 77
FallingSporeBlossom = 78
Ash = 79
CrimsonSpore = 80
WarpedSpore = 81
SporeBlossomAir = 82
DrippingObsidianTear = 83
FallingObsidianTear = 84
LandingObsidianTear = 85
ReversePortal = 86
WhiteAsh = 87
SmallFlame = 88
Snowflake = 89
DrippingDripstoneLava = 90
FallingDripstoneLava = 91
DrippingDripstoneWater = 92
FallingDripstoneWater = 93
GlowSquidInk = 94
Glow = 95
WaxOn = 96
WaxOff = 97
ElectricSpark = 98
Scrape = 99
Shriek = 100
EggCrack = 101
DustPlume = 102
TrialSpawnerDetection = 103
TrialSpawnerDetectionOminous = 104
VaultConnection = 105
DustPillar = 106
OminousSpawning = 107
RaidOmen = 108
TrialOmen = 109
BlockCrumble = 110
Implementations§
Source§impl ParticleKind
impl ParticleKind
pub fn read_from_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>
Source§impl ParticleKind
impl ParticleKind
Sourcepub unsafe fn from_u32_unchecked(id: u32) -> Self
pub unsafe fn from_u32_unchecked(id: u32) -> Self
pub fn is_valid_id(id: u32) -> bool
Trait Implementations§
Source§impl Clone for ParticleKind
impl Clone for ParticleKind
Source§fn clone(&self) -> ParticleKind
fn clone(&self) -> ParticleKind
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 ParticleKind
impl Debug for ParticleKind
Source§impl<'de> Deserialize<'de> for ParticleKind
impl<'de> Deserialize<'de> for ParticleKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ParticleKind
impl Display for ParticleKind
Source§impl FromNbtTag for ParticleKind
impl FromNbtTag for ParticleKind
fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>
fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>
Source§impl FromStr for ParticleKind
impl FromStr for ParticleKind
Source§impl Hash for ParticleKind
impl Hash for ParticleKind
Source§impl McBufReadable for ParticleKind
impl McBufReadable for ParticleKind
Source§impl McBufWritable for ParticleKind
impl McBufWritable for ParticleKind
Source§impl PartialEq for ParticleKind
impl PartialEq for ParticleKind
Source§impl Registry for ParticleKind
impl Registry for ParticleKind
Source§impl Serialize for ParticleKind
impl Serialize for ParticleKind
Source§impl ToNbtTag for ParticleKind
impl ToNbtTag for ParticleKind
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Source§impl TryFrom<u32> for ParticleKind
impl TryFrom<u32> for ParticleKind
impl Copy for ParticleKind
impl Eq for ParticleKind
impl StructuralPartialEq for ParticleKind
Auto Trait Implementations§
impl Freeze for ParticleKind
impl RefUnwindSafe for ParticleKind
impl Send for ParticleKind
impl Sync for ParticleKind
impl Unpin for ParticleKind
impl UnwindSafe for ParticleKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)