pub struct WarpedHangingSign {
pub attached: bool,
pub rotation: WarpedHangingSignRotation,
pub waterlogged: bool,
}
Fields§
§attached: bool
§rotation: WarpedHangingSignRotation
§waterlogged: bool
Trait Implementations§
Source§impl BlockTrait for WarpedHangingSign
impl BlockTrait for WarpedHangingSign
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for WarpedHangingSign
impl Clone for WarpedHangingSign
Source§fn clone(&self) -> WarpedHangingSign
fn clone(&self) -> WarpedHangingSign
Returns a duplicate 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 WarpedHangingSign
impl Debug for WarpedHangingSign
Source§impl Default for WarpedHangingSign
impl Default for WarpedHangingSign
Source§impl From<WarpedHangingSign> for BlockState
impl From<WarpedHangingSign> for BlockState
Source§fn from(b: WarpedHangingSign) -> Self
fn from(b: WarpedHangingSign) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WarpedHangingSign
impl PartialEq for WarpedHangingSign
impl Copy for WarpedHangingSign
impl StructuralPartialEq for WarpedHangingSign
Auto Trait Implementations§
impl Freeze for WarpedHangingSign
impl RefUnwindSafe for WarpedHangingSign
impl Send for WarpedHangingSign
impl Sync for WarpedHangingSign
impl Unpin for WarpedHangingSign
impl UnwindSafe for WarpedHangingSign
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more