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