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