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