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