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