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