pub struct WetSponge;
Trait Implementations§
Source§impl BlockTrait for WetSponge
impl BlockTrait for WetSponge
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<WetSponge> for BlockState
impl From<WetSponge> for BlockState
impl Copy for WetSponge
impl StructuralPartialEq for WetSponge
Auto Trait Implementations§
impl Freeze for WetSponge
impl RefUnwindSafe for WetSponge
impl Send for WetSponge
impl Sync for WetSponge
impl Unpin for WetSponge
impl UnwindSafe for WetSponge
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