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