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