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