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