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