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