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