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