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