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