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