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