Enum Class Types.Type

java.lang.Object
java.lang.Enum<Types.Type>
me.wolfyscript.customcrafting.recipes.Types.Type
All Implemented Interfaces:
Serializable, Comparable<Types.Type>, Constable
Enclosing class:
Types

public static enum Types.Type extends Enum<Types.Type>
  • Enum Constant Details

    • WORKBENCH

      public static final Types.Type WORKBENCH
    • ELITE_WORKBENCH

      public static final Types.Type ELITE_WORKBENCH
    • ANVIL

      public static final Types.Type ANVIL
    • FURNACE

      public static final Types.Type FURNACE
    • BLAST_FURNACE

      public static final Types.Type BLAST_FURNACE
    • SMOKER

      public static final Types.Type SMOKER
    • CAMPFIRE

      public static final Types.Type CAMPFIRE
    • STONECUTTER

      public static final Types.Type STONECUTTER
    • CAULDRON

      public static final Types.Type CAULDRON
    • GRINDSTONE

      public static final Types.Type GRINDSTONE
    • BREWING_STAND

      public static final Types.Type BREWING_STAND
    • SMITHING

      public static final Types.Type SMITHING
  • Method Details

    • values

      public static Types.Type[] 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 Types.Type 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