Struct azalea_block::BambooBlock
source · pub struct BambooBlock {
pub age: BambooAge,
pub leaves: Leaves,
pub stage: BambooStage,
}Fields§
§age: BambooAge§leaves: Leaves§stage: BambooStageTrait Implementations§
source§impl Block for BambooBlock
impl Block for BambooBlock
source§impl Clone for BambooBlock
impl Clone for BambooBlock
source§fn clone(&self) -> BambooBlock
fn clone(&self) -> BambooBlock
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 BambooBlock
impl Debug for BambooBlock
source§impl Default for BambooBlock
impl Default for BambooBlock
source§impl From<BambooBlock> for BlockState
impl From<BambooBlock> for BlockState
source§fn from(b: BambooBlock) -> Self
fn from(b: BambooBlock) -> Self
Converts to this type from the input type.