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