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