pub struct BlockEntityType {
pub key: Identifier,
}Expand description
Represents a block entity type in Minecraft. Block entities are used for blocks that need to store additional data beyond their block state, such as chests, furnaces, signs, etc.
Fields§
§key: IdentifierTrait Implementations§
Source§impl Debug for BlockEntityType
impl Debug for BlockEntityType
Auto Trait Implementations§
impl Freeze for BlockEntityType
impl RefUnwindSafe for BlockEntityType
impl Send for BlockEntityType
impl Sync for BlockEntityType
impl Unpin for BlockEntityType
impl UnsafeUnpin for BlockEntityType
impl UnwindSafe for BlockEntityType
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