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