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