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