Enum Class SmokerRecipeManager

java.lang.Object
java.lang.Enum<SmokerRecipeManager>
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>, Serializable, Comparable<SmokerRecipeManager>, Constable, Iterable<net.minecraft.world.item.crafting.SmokingRecipe>

@ZenRegister public enum SmokerRecipeManager extends Enum<SmokerRecipeManager> implements ICookingRecipeManager<net.minecraft.world.item.crafting.SmokingRecipe>
DocParam:
this smoker
  • Enum Constant Details

  • Method Details

    • values

      public static SmokerRecipeManager[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SmokerRecipeManager valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • makeRecipe

      public 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.