Enum InventoryView.Property

java.lang.Object
java.lang.Enum<InventoryView.Property>
org.bukkit.inventory.InventoryView.Property
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<InventoryView.Property>, java.lang.constant.Constable
Enclosing class:
InventoryView

public static enum InventoryView.Property
extends java.lang.Enum<InventoryView.Property>
Represents various extra properties of certain inventory windows.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    BREW_TIME
    The progress of the down-pointing arrow in a brewing inventory.
    BURN_TIME
    The progress of the flame in a furnace inventory.
    COOK_TIME
    The progress of the right-pointing arrow in a furnace inventory.
    ENCHANT_BUTTON1
    In an enchanting inventory, the top button's experience level value.
    ENCHANT_BUTTON2
    In an enchanting inventory, the middle button's experience level value.
    ENCHANT_BUTTON3
    In an enchanting inventory, the bottom button's experience level value.
    TICKS_FOR_CURRENT_FUEL
    How many total ticks the current fuel should last.
  • Method Summary

    Modifier and Type Method Description
    int getId()
    Deprecated.
    Magic value
    InventoryType getType()  
    static InventoryView.Property valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static InventoryView.Property[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

  • Method Details

    • values

      public static InventoryView.Property[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static InventoryView.Property valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • getType

      public InventoryType getType()
    • getId

      @Deprecated public int getId()
      Deprecated.
      Magic value
      Returns:
      the id of this view