#[repr(u32)]pub enum ArmorMaterial {
Leather = 0,
Chainmail = 1,
Iron = 2,
Gold = 3,
Diamond = 4,
Turtle = 5,
Netherite = 6,
Armadillo = 7,
}
Variants§
Implementations§
Source§impl ArmorMaterial
impl ArmorMaterial
pub fn read_from_id( buf: &mut Cursor<&[u8]>, id: u32, ) -> Result<Self, BufReadError>
Source§impl ArmorMaterial
impl ArmorMaterial
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 ArmorMaterial
impl Clone for ArmorMaterial
Source§fn clone(&self) -> ArmorMaterial
fn clone(&self) -> ArmorMaterial
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 ArmorMaterial
impl Debug for ArmorMaterial
Source§impl<'de> Deserialize<'de> for ArmorMaterial
impl<'de> Deserialize<'de> for ArmorMaterial
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 ArmorMaterial
impl Display for ArmorMaterial
Source§impl FromNbtTag for ArmorMaterial
impl FromNbtTag for ArmorMaterial
fn from_nbt_tag(tag: NbtTag<'_, '_>) -> Option<Self>
fn from_optional_nbt_tag( tag: Option<NbtTag<'_, '_>>, ) -> Result<Option<Self>, DeserializeError>
Source§impl FromStr for ArmorMaterial
impl FromStr for ArmorMaterial
Source§impl Hash for ArmorMaterial
impl Hash for ArmorMaterial
Source§impl McBufReadable for ArmorMaterial
impl McBufReadable for ArmorMaterial
Source§impl McBufWritable for ArmorMaterial
impl McBufWritable for ArmorMaterial
Source§impl PartialEq for ArmorMaterial
impl PartialEq for ArmorMaterial
Source§impl Registry for ArmorMaterial
impl Registry for ArmorMaterial
Source§impl Serialize for ArmorMaterial
impl Serialize for ArmorMaterial
Source§impl ToNbtTag for ArmorMaterial
impl ToNbtTag for ArmorMaterial
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Source§impl TryFrom<u32> for ArmorMaterial
impl TryFrom<u32> for ArmorMaterial
impl Copy for ArmorMaterial
impl Eq for ArmorMaterial
impl StructuralPartialEq for ArmorMaterial
Auto Trait Implementations§
impl Freeze for ArmorMaterial
impl RefUnwindSafe for ArmorMaterial
impl Send for ArmorMaterial
impl Sync for ArmorMaterial
impl Unpin for ArmorMaterial
impl UnwindSafe for ArmorMaterial
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
)