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