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