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