Class SmokerRecipeManager

java.lang.Object
com.blamejared.crafttweaker.api.recipe.manager.SmokerRecipeManager
All Implemented Interfaces:
CommandStringDisplayable, ICookingRecipeManager<net.minecraft.world.item.crafting.SmokingRecipe>, IRecipeManager<net.minecraft.world.item.crafting.SmokingRecipe>, Iterable<net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.SmokingRecipe>>

@ZenRegister public class SmokerRecipeManager extends Object implements ICookingRecipeManager<net.minecraft.world.item.crafting.SmokingRecipe>
DocParam:
this smoker
  • Field Details

  • Method Details

    • makeRecipe

      public net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.SmokingRecipe> makeRecipe(String name, net.minecraft.world.item.crafting.CookingBookCategory category, IItemStack output, IIngredient input, float xp, int cookTime)
      Specified by:
      makeRecipe in interface ICookingRecipeManager<net.minecraft.world.item.crafting.SmokingRecipe>
    • getRecipeType

      public net.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.SmokingRecipe> getRecipeType()
      Description copied from interface: IRecipeManager
      Gets the recipe type for the registry to remove from.
      Specified by:
      getRecipeType in interface IRecipeManager<net.minecraft.world.item.crafting.SmokingRecipe>
      Returns:
      IRecipeType of this registry.