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