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