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