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