Enum Class FurnaceRecipeManager

java.lang.Object
java.lang.Enum<FurnaceRecipeManager>
com.blamejared.crafttweaker.api.recipe.manager.FurnaceRecipeManager
All Implemented Interfaces:
CommandStringDisplayable, ICookingRecipeManager<net.minecraft.world.item.crafting.SmeltingRecipe>, IRecipeManager<net.minecraft.world.item.crafting.SmeltingRecipe>, Serializable, Comparable<FurnaceRecipeManager>, Constable, Iterable<net.minecraft.world.item.crafting.SmeltingRecipe>

@ZenRegister public enum FurnaceRecipeManager extends Enum<FurnaceRecipeManager> implements ICookingRecipeManager<net.minecraft.world.item.crafting.SmeltingRecipe>
DocParam:
this furnace
  • Enum Constant Details

  • Method Details

    • values

      public static FurnaceRecipeManager[] 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 FurnaceRecipeManager 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.SmeltingRecipe makeRecipe(String name, IItemStack output, IIngredient input, float xp, int cookTime)
      Specified by:
      makeRecipe in interface ICookingRecipeManager<net.minecraft.world.item.crafting.SmeltingRecipe>
    • getRecipeType

      public net.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.SmeltingRecipe> 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.SmeltingRecipe>
      Returns:
      IRecipeType of this registry.