Enum Class aInventory.INVENTORY_SIZE

java.lang.Object
java.lang.Enum<aInventory.INVENTORY_SIZE>
io.github.viimeinen1.ainventory.aInventory.INVENTORY_SIZE
All Implemented Interfaces:
Serializable, Comparable<aInventory.INVENTORY_SIZE>, Constable
Enclosing class:
aInventory

public static enum aInventory.INVENTORY_SIZE extends Enum<aInventory.INVENTORY_SIZE>
Possible inventory sizes
  • Enum Constant Details

  • Method Details

    • values

      public static aInventory.INVENTORY_SIZE[] 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 aInventory.INVENTORY_SIZE 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
    • size

      public int size()