pub struct OakPlanks;
Trait Implementations§
Source§impl BlockTrait for OakPlanks
impl BlockTrait for OakPlanks
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<OakPlanks> for BlockState
impl From<OakPlanks> for BlockState
impl Copy for OakPlanks
impl StructuralPartialEq for OakPlanks
Auto Trait Implementations§
impl Freeze for OakPlanks
impl RefUnwindSafe for OakPlanks
impl Send for OakPlanks
impl Sync for OakPlanks
impl Unpin for OakPlanks
impl UnwindSafe for OakPlanks
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