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