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