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