Struct azalea_block::ScaffoldingBlock
source · pub struct ScaffoldingBlock {
pub bottom: bool,
pub distance: ScaffoldingDistance,
pub waterlogged: bool,
}Fields§
§bottom: bool§distance: ScaffoldingDistance§waterlogged: boolTrait Implementations§
source§impl Block for ScaffoldingBlock
impl Block for ScaffoldingBlock
source§impl Clone for ScaffoldingBlock
impl Clone for ScaffoldingBlock
source§fn clone(&self) -> ScaffoldingBlock
fn clone(&self) -> ScaffoldingBlock
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 ScaffoldingBlock
impl Debug for ScaffoldingBlock
source§impl Default for ScaffoldingBlock
impl Default for ScaffoldingBlock
source§impl From<ScaffoldingBlock> for BlockState
impl From<ScaffoldingBlock> for BlockState
source§fn from(b: ScaffoldingBlock) -> Self
fn from(b: ScaffoldingBlock) -> Self
Converts to this type from the input type.