Struct azalea_block::StoneSlabBlock
source · Fields§
§kind: Type§waterlogged: boolTrait Implementations§
source§impl Block for StoneSlabBlock
impl Block for StoneSlabBlock
source§impl Clone for StoneSlabBlock
impl Clone for StoneSlabBlock
source§fn clone(&self) -> StoneSlabBlock
fn clone(&self) -> StoneSlabBlock
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 StoneSlabBlock
impl Debug for StoneSlabBlock
source§impl Default for StoneSlabBlock
impl Default for StoneSlabBlock
source§impl From<StoneSlabBlock> for BlockState
impl From<StoneSlabBlock> for BlockState
source§fn from(b: StoneSlabBlock) -> Self
fn from(b: StoneSlabBlock) -> Self
Converts to this type from the input type.