pub struct CatAge {
pub ambient_sound: SoundEventRef,
pub beg_for_food_sound: SoundEventRef,
pub death_sound: SoundEventRef,
pub eat_sound: SoundEventRef,
pub hiss_sound: SoundEventRef,
pub hurt_sound: SoundEventRef,
pub purr_sound: SoundEventRef,
pub purreow_sound: SoundEventRef,
pub stray_ambient_sound: SoundEventRef,
}Fields§
§ambient_sound: SoundEventRef§beg_for_food_sound: SoundEventRef§death_sound: SoundEventRef§eat_sound: SoundEventRef§hiss_sound: SoundEventRef§hurt_sound: SoundEventRef§purr_sound: SoundEventRef§purreow_sound: SoundEventRef§stray_ambient_sound: SoundEventRefTrait Implementations§
Source§impl ToNbtTag for &CatAge
impl ToNbtTag for &CatAge
fn to_nbt_tag(self) -> NbtTag
fn to_optional_nbt_tag(self) -> Option<NbtTag>
Auto Trait Implementations§
impl Freeze for CatAge
impl RefUnwindSafe for CatAge
impl Send for CatAge
impl Sync for CatAge
impl Unpin for CatAge
impl UnsafeUnpin for CatAge
impl UnwindSafe for CatAge
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