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