pub struct NoteBlockSound {
pub sound: ResourceLocation,
}Fields§
§sound: ResourceLocationTrait Implementations§
Source§impl AzaleaRead for NoteBlockSound
impl AzaleaRead for NoteBlockSound
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for NoteBlockSound
impl AzaleaWrite for NoteBlockSound
Source§impl Clone for NoteBlockSound
impl Clone for NoteBlockSound
Source§fn clone(&self) -> NoteBlockSound
fn clone(&self) -> NoteBlockSound
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 DataComponentTrait for NoteBlockSound
impl DataComponentTrait for NoteBlockSound
const KIND: DataComponentKind = DataComponentKind::NoteBlockSound
Source§impl Debug for NoteBlockSound
impl Debug for NoteBlockSound
Source§impl From<NoteBlockSound> for DataComponentUnion
impl From<NoteBlockSound> for DataComponentUnion
Source§fn from(value: NoteBlockSound) -> Self
fn from(value: NoteBlockSound) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NoteBlockSound
impl PartialEq for NoteBlockSound
Source§impl Serialize for NoteBlockSound
impl Serialize for NoteBlockSound
impl StructuralPartialEq for NoteBlockSound
Auto Trait Implementations§
impl Freeze for NoteBlockSound
impl RefUnwindSafe for NoteBlockSound
impl Send for NoteBlockSound
impl Sync for NoteBlockSound
impl Unpin for NoteBlockSound
impl UnwindSafe for NoteBlockSound
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