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