#[repr(u32)]pub enum EnchantmentEntityEffectKind {
Show 13 variants
AllOf = 0,
ApplyMobEffect = 1,
ChangeItemDamage = 2,
DamageEntity = 3,
Explode = 4,
Ignite = 5,
PlaySound = 6,
ReplaceBlock = 7,
ReplaceDisk = 8,
RunFunction = 9,
SetBlockProperties = 10,
SpawnParticles = 11,
SummonEntity = 12,
}
Variants§
AllOf = 0
ApplyMobEffect = 1
ChangeItemDamage = 2
DamageEntity = 3
Explode = 4
Ignite = 5
PlaySound = 6
ReplaceBlock = 7
ReplaceDisk = 8
RunFunction = 9
SetBlockProperties = 10
SpawnParticles = 11
SummonEntity = 12
Implementations§
Source§impl EnchantmentEntityEffectKind
impl EnchantmentEntityEffectKind
pub fn read_from_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>
Source§impl EnchantmentEntityEffectKind
impl EnchantmentEntityEffectKind
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 EnchantmentEntityEffectKind
impl Clone for EnchantmentEntityEffectKind
Source§fn clone(&self) -> EnchantmentEntityEffectKind
fn clone(&self) -> EnchantmentEntityEffectKind
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 EnchantmentEntityEffectKind
impl Debug for EnchantmentEntityEffectKind
Source§impl<'de> Deserialize<'de> for EnchantmentEntityEffectKind
impl<'de> Deserialize<'de> for EnchantmentEntityEffectKind
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 FromNbtTag for EnchantmentEntityEffectKind
impl FromNbtTag for EnchantmentEntityEffectKind
fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>
fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>
Source§impl Hash for EnchantmentEntityEffectKind
impl Hash for EnchantmentEntityEffectKind
Source§impl ToNbtTag for EnchantmentEntityEffectKind
impl ToNbtTag for EnchantmentEntityEffectKind
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Source§impl TryFrom<u32> for EnchantmentEntityEffectKind
impl TryFrom<u32> for EnchantmentEntityEffectKind
impl Copy for EnchantmentEntityEffectKind
impl Eq for EnchantmentEntityEffectKind
impl StructuralPartialEq for EnchantmentEntityEffectKind
Auto Trait Implementations§
impl Freeze for EnchantmentEntityEffectKind
impl RefUnwindSafe for EnchantmentEntityEffectKind
impl Send for EnchantmentEntityEffectKind
impl Sync for EnchantmentEntityEffectKind
impl Unpin for EnchantmentEntityEffectKind
impl UnwindSafe for EnchantmentEntityEffectKind
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
)