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