pub struct BrownMushroom;
Trait Implementations§
Source§impl BlockTrait for BrownMushroom
impl BlockTrait for BrownMushroom
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 Clone for BrownMushroom
impl Clone for BrownMushroom
Source§fn clone(&self) -> BrownMushroom
fn clone(&self) -> BrownMushroom
Returns a duplicate 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 BrownMushroom
impl Debug for BrownMushroom
Source§impl Default for BrownMushroom
impl Default for BrownMushroom
Source§impl From<BrownMushroom> for BlockState
impl From<BrownMushroom> for BlockState
Source§fn from(b: BrownMushroom) -> Self
fn from(b: BrownMushroom) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BrownMushroom
impl PartialEq for BrownMushroom
impl Copy for BrownMushroom
impl StructuralPartialEq for BrownMushroom
Auto Trait Implementations§
impl Freeze for BrownMushroom
impl RefUnwindSafe for BrownMushroom
impl Send for BrownMushroom
impl Sync for BrownMushroom
impl Unpin for BrownMushroom
impl UnwindSafe for BrownMushroom
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