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