pub struct WaxedOxidizedCopperGolemStatue {
pub copper_golem_pose: CopperGolemPose,
pub facing: FacingCardinal,
pub waterlogged: bool,
}
Fields§
§copper_golem_pose: CopperGolemPose
§facing: FacingCardinal
§waterlogged: bool
Trait Implementations§
Source§impl BlockTrait for WaxedOxidizedCopperGolemStatue
impl BlockTrait for WaxedOxidizedCopperGolemStatue
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 WaxedOxidizedCopperGolemStatue
impl Clone for WaxedOxidizedCopperGolemStatue
Source§fn clone(&self) -> WaxedOxidizedCopperGolemStatue
fn clone(&self) -> WaxedOxidizedCopperGolemStatue
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 From<WaxedOxidizedCopperGolemStatue> for BlockState
impl From<WaxedOxidizedCopperGolemStatue> for BlockState
Source§fn from(b: WaxedOxidizedCopperGolemStatue) -> Self
fn from(b: WaxedOxidizedCopperGolemStatue) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WaxedOxidizedCopperGolemStatue
impl PartialEq for WaxedOxidizedCopperGolemStatue
Source§fn eq(&self, other: &WaxedOxidizedCopperGolemStatue) -> bool
fn eq(&self, other: &WaxedOxidizedCopperGolemStatue) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for WaxedOxidizedCopperGolemStatue
impl StructuralPartialEq for WaxedOxidizedCopperGolemStatue
Auto Trait Implementations§
impl Freeze for WaxedOxidizedCopperGolemStatue
impl RefUnwindSafe for WaxedOxidizedCopperGolemStatue
impl Send for WaxedOxidizedCopperGolemStatue
impl Sync for WaxedOxidizedCopperGolemStatue
impl Unpin for WaxedOxidizedCopperGolemStatue
impl UnwindSafe for WaxedOxidizedCopperGolemStatue
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