Enum Class WindowType

java.lang.Object
java.lang.Enum<WindowType>
works.blazing.inven.WindowType
All Implemented Interfaces:
Serializable, Comparable<WindowType>, Constable

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

    • CHEST1

      public static final WindowType CHEST1
    • CHEST2

      public static final WindowType CHEST2
    • CHEST3

      public static final WindowType CHEST3
    • CHEST4

      public static final WindowType CHEST4
    • CHEST5

      public static final WindowType CHEST5
    • CHEST6

      public static final WindowType CHEST6
    • DROPPER

      public static final WindowType DROPPER
    • HOPPER

      public static final WindowType HOPPER
    • ONEBYNINE

      public static final WindowType ONEBYNINE
    • TWOBYNINE

      public static final WindowType TWOBYNINE
    • THREEBYNINE

      public static final WindowType THREEBYNINE
    • FOURBYNINE

      public static final WindowType FOURBYNINE
    • FIVEBYNINE

      public static final WindowType FIVEBYNINE
    • SIXBYNINE

      public static final WindowType SIXBYNINE
    • THREEBYTHREE

      public static final WindowType THREEBYTHREE
    • ONEBYFIVE

      public static final WindowType ONEBYFIVE
  • Method Details

    • values

      public static WindowType[] 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 WindowType 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
    • getHeight

      public int getHeight()
    • getWidth

      public int getWidth()
    • getSize

      public int getSize()
    • getType

      public org.bukkit.event.inventory.InventoryType getType()
    • getRawSize

      public int getRawSize()