pub struct OxidizedCopperChest {
pub kind: ChestType,
pub facing: FacingCardinal,
pub waterlogged: bool,
}
Fields§
§kind: ChestType
§facing: FacingCardinal
§waterlogged: bool
Trait Implementations§
Source§impl BlockTrait for OxidizedCopperChest
impl BlockTrait for OxidizedCopperChest
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for OxidizedCopperChest
impl Clone for OxidizedCopperChest
Source§fn clone(&self) -> OxidizedCopperChest
fn clone(&self) -> OxidizedCopperChest
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 Debug for OxidizedCopperChest
impl Debug for OxidizedCopperChest
Source§impl Default for OxidizedCopperChest
impl Default for OxidizedCopperChest
Source§impl From<OxidizedCopperChest> for BlockState
impl From<OxidizedCopperChest> for BlockState
Source§fn from(b: OxidizedCopperChest) -> Self
fn from(b: OxidizedCopperChest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OxidizedCopperChest
impl PartialEq for OxidizedCopperChest
impl Copy for OxidizedCopperChest
impl StructuralPartialEq for OxidizedCopperChest
Auto Trait Implementations§
impl Freeze for OxidizedCopperChest
impl RefUnwindSafe for OxidizedCopperChest
impl Send for OxidizedCopperChest
impl Sync for OxidizedCopperChest
impl Unpin for OxidizedCopperChest
impl UnwindSafe for OxidizedCopperChest
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