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