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