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