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