Enum Class CampFireRecipeManager

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

@ZenRegister public enum CampFireRecipeManager extends Enum<CampFireRecipeManager> implements ICookingRecipeManager<net.minecraft.world.item.crafting.CampfireCookingRecipe>
DocParam:
this campfire
  • Enum Constant Details

  • Method Details

    • values

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

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