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