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