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