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