#[repr(u32)]pub enum RuleBlockEntityModifier {
Clear = 0,
Passthrough = 1,
AppendStatic = 2,
AppendLoot = 3,
}
Variants§
Implementations§
Source§impl RuleBlockEntityModifier
impl RuleBlockEntityModifier
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 AzaleaRead for RuleBlockEntityModifier
impl AzaleaRead for RuleBlockEntityModifier
Source§impl AzaleaWrite for RuleBlockEntityModifier
impl AzaleaWrite for RuleBlockEntityModifier
Source§impl Clone for RuleBlockEntityModifier
impl Clone for RuleBlockEntityModifier
Source§fn clone(&self) -> RuleBlockEntityModifier
fn clone(&self) -> RuleBlockEntityModifier
Returns a duplicate 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 RuleBlockEntityModifier
impl Debug for RuleBlockEntityModifier
Source§impl<'de> Deserialize<'de> for RuleBlockEntityModifier
Available on crate feature serde
only.
impl<'de> Deserialize<'de> for RuleBlockEntityModifier
Available on crate feature
serde
only.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 RuleBlockEntityModifier
impl Display for RuleBlockEntityModifier
Source§impl FromNbtTag for RuleBlockEntityModifier
impl FromNbtTag for RuleBlockEntityModifier
fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>
fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>
Source§impl FromStr for RuleBlockEntityModifier
impl FromStr for RuleBlockEntityModifier
Source§impl Hash for RuleBlockEntityModifier
impl Hash for RuleBlockEntityModifier
Source§impl PartialEq for RuleBlockEntityModifier
impl PartialEq for RuleBlockEntityModifier
Source§impl Registry for RuleBlockEntityModifier
impl Registry for RuleBlockEntityModifier
Source§impl Serialize for RuleBlockEntityModifier
Available on crate feature serde
only.
impl Serialize for RuleBlockEntityModifier
Available on crate feature
serde
only.Source§impl ToNbtTag for RuleBlockEntityModifier
impl ToNbtTag for RuleBlockEntityModifier
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Source§impl TryFrom<u32> for RuleBlockEntityModifier
impl TryFrom<u32> for RuleBlockEntityModifier
impl Copy for RuleBlockEntityModifier
impl Eq for RuleBlockEntityModifier
impl StructuralPartialEq for RuleBlockEntityModifier
Auto Trait Implementations§
impl Freeze for RuleBlockEntityModifier
impl RefUnwindSafe for RuleBlockEntityModifier
impl Send for RuleBlockEntityModifier
impl Sync for RuleBlockEntityModifier
impl Unpin for RuleBlockEntityModifier
impl UnwindSafe for RuleBlockEntityModifier
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.