Struct azalea_block::NetherBrickStairsBlock
source · pub struct NetherBrickStairsBlock {
pub facing: FacingCardinal,
pub half: TopBottom,
pub shape: StairShape,
pub waterlogged: bool,
}Fields§
§facing: FacingCardinal§half: TopBottom§shape: StairShape§waterlogged: boolTrait Implementations§
source§impl Block for NetherBrickStairsBlock
impl Block for NetherBrickStairsBlock
source§impl Clone for NetherBrickStairsBlock
impl Clone for NetherBrickStairsBlock
source§fn clone(&self) -> NetherBrickStairsBlock
fn clone(&self) -> NetherBrickStairsBlock
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 NetherBrickStairsBlock
impl Debug for NetherBrickStairsBlock
source§impl Default for NetherBrickStairsBlock
impl Default for NetherBrickStairsBlock
source§impl From<NetherBrickStairsBlock> for BlockState
impl From<NetherBrickStairsBlock> for BlockState
source§fn from(b: NetherBrickStairsBlock) -> Self
fn from(b: NetherBrickStairsBlock) -> Self
Converts to this type from the input type.