pub struct DiamondRecycle;Expand description
Handles diamond gear recycling via blast furnace.
Trait Implementations§
Source§impl Default for DiamondRecycle
impl Default for DiamondRecycle
Source§fn default() -> DiamondRecycle
fn default() -> DiamondRecycle
Returns the “default value” for a type. Read more
Source§impl Recipe for DiamondRecycle
impl Recipe for DiamondRecycle
Source§fn cooking(&self) -> Vec<CookingRecipe>
fn cooking(&self) -> Vec<CookingRecipe>
Returns the cooking recipes to be registered. Read more
Source§fn shaped(&self) -> Vec<ShapedRecipe>
fn shaped(&self) -> Vec<ShapedRecipe>
Returns the shaped crafting recipes to be registered. Read more
Source§fn shapeless(&self) -> Vec<ShapelessRecipe>
fn shapeless(&self) -> Vec<ShapelessRecipe>
Returns the shapeless crafting recipes to be registered. Read more
Source§fn has_recipes(&self) -> bool
fn has_recipes(&self) -> bool
Returns
true if there is at least one recipe to register.Auto Trait Implementations§
impl Freeze for DiamondRecycle
impl RefUnwindSafe for DiamondRecycle
impl Send for DiamondRecycle
impl Sync for DiamondRecycle
impl Unpin for DiamondRecycle
impl UnsafeUnpin for DiamondRecycle
impl UnwindSafe for DiamondRecycle
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