Struct azalea_block::RedStainedGlassPaneBlock
source · pub struct RedStainedGlassPaneBlock {
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 RedStainedGlassPaneBlock
impl Block for RedStainedGlassPaneBlock
source§impl Clone for RedStainedGlassPaneBlock
impl Clone for RedStainedGlassPaneBlock
source§fn clone(&self) -> RedStainedGlassPaneBlock
fn clone(&self) -> RedStainedGlassPaneBlock
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 RedStainedGlassPaneBlock
impl Debug for RedStainedGlassPaneBlock
source§impl Default for RedStainedGlassPaneBlock
impl Default for RedStainedGlassPaneBlock
source§impl From<RedStainedGlassPaneBlock> for BlockState
impl From<RedStainedGlassPaneBlock> for BlockState
source§fn from(b: RedStainedGlassPaneBlock) -> Self
fn from(b: RedStainedGlassPaneBlock) -> Self
Converts to this type from the input type.