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