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