pub struct Composter {
pub level: ComposterLevel,
}
Fields§
§level: ComposterLevel
Trait Implementations§
Source§impl BlockTrait for Composter
impl BlockTrait for Composter
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl From<Composter> for BlockState
impl From<Composter> for BlockState
impl Copy for Composter
impl StructuralPartialEq for Composter
Auto Trait Implementations§
impl Freeze for Composter
impl RefUnwindSafe for Composter
impl Send for Composter
impl Sync for Composter
impl Unpin for Composter
impl UnwindSafe for Composter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more