pub struct EmeraldOre;
Trait Implementations§
Source§impl BlockTrait for EmeraldOre
impl BlockTrait for EmeraldOre
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 EmeraldOre
impl Clone for EmeraldOre
Source§fn clone(&self) -> EmeraldOre
fn clone(&self) -> EmeraldOre
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 EmeraldOre
impl Debug for EmeraldOre
Source§impl Default for EmeraldOre
impl Default for EmeraldOre
Source§impl From<EmeraldOre> for BlockState
impl From<EmeraldOre> for BlockState
Source§fn from(b: EmeraldOre) -> Self
fn from(b: EmeraldOre) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EmeraldOre
impl PartialEq for EmeraldOre
impl Copy for EmeraldOre
impl StructuralPartialEq for EmeraldOre
Auto Trait Implementations§
impl Freeze for EmeraldOre
impl RefUnwindSafe for EmeraldOre
impl Send for EmeraldOre
impl Sync for EmeraldOre
impl Unpin for EmeraldOre
impl UnwindSafe for EmeraldOre
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