pub struct OakSign {
pub rotation: OakSignRotation,
pub waterlogged: bool,
}
Fields§
§rotation: OakSignRotation
§waterlogged: bool
Trait Implementations§
Source§impl BlockTrait for OakSign
impl BlockTrait for OakSign
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 From<OakSign> for BlockState
impl From<OakSign> for BlockState
impl Copy for OakSign
impl StructuralPartialEq for OakSign
Auto Trait Implementations§
impl Freeze for OakSign
impl RefUnwindSafe for OakSign
impl Send for OakSign
impl Sync for OakSign
impl Unpin for OakSign
impl UnwindSafe for OakSign
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