Enum Class RecipeType

java.lang.Object
java.lang.Enum<RecipeType>
org.cloudburstmc.api.inventory.RecipeType
All Implemented Interfaces:
Serializable, Comparable<RecipeType>, Constable

public enum RecipeType extends Enum<RecipeType>
  • Enum Constant Details

    • SHAPELESS

      public static final RecipeType SHAPELESS
    • SHAPED

      public static final RecipeType SHAPED
    • FURNACE

      public static final RecipeType FURNACE
    • FURNACE_DATA

      public static final RecipeType FURNACE_DATA
    • MULTI

      public static final RecipeType MULTI
    • SHULKER_BOX

      public static final RecipeType SHULKER_BOX
    • SHAPELESS_CHEMISTRY

      public static final RecipeType SHAPELESS_CHEMISTRY
    • SHAPED_CHEMISTRY

      public static final RecipeType SHAPED_CHEMISTRY
    • POTION

      public static final RecipeType POTION
    • CONTAINER

      public static final RecipeType CONTAINER
  • Method Details

    • values

      public static RecipeType[] 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 RecipeType 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