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