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