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