pub struct WoodLog;Expand description
Handles wood-to-log shapeless conversion recipes.
Trait Implementations§
Source§impl Recipe for WoodLog
impl Recipe for WoodLog
Source§fn shapeless(&self) -> Vec<ShapelessRecipe>
fn shapeless(&self) -> Vec<ShapelessRecipe>
Returns the shapeless crafting 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 cooking(&self) -> Vec<CookingRecipe>
fn cooking(&self) -> Vec<CookingRecipe>
Returns the cooking 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 WoodLog
impl RefUnwindSafe for WoodLog
impl Send for WoodLog
impl Sync for WoodLog
impl Unpin for WoodLog
impl UnsafeUnpin for WoodLog
impl UnwindSafe for WoodLog
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