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