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