Struct azalea_block::MagentaShulkerBoxBlock
source · pub struct MagentaShulkerBoxBlock {
pub facing: FacingCubic,
}Fields§
§facing: FacingCubicTrait Implementations§
source§impl Block for MagentaShulkerBoxBlock
impl Block for MagentaShulkerBoxBlock
source§impl Clone for MagentaShulkerBoxBlock
impl Clone for MagentaShulkerBoxBlock
source§fn clone(&self) -> MagentaShulkerBoxBlock
fn clone(&self) -> MagentaShulkerBoxBlock
Returns a copy 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 MagentaShulkerBoxBlock
impl Debug for MagentaShulkerBoxBlock
source§impl Default for MagentaShulkerBoxBlock
impl Default for MagentaShulkerBoxBlock
source§impl From<MagentaShulkerBoxBlock> for BlockState
impl From<MagentaShulkerBoxBlock> for BlockState
source§fn from(b: MagentaShulkerBoxBlock) -> Self
fn from(b: MagentaShulkerBoxBlock) -> Self
Converts to this type from the input type.