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