枚举 InventoryView.Property

java.lang.Object
java.lang.Enum<InventoryView.Property>
org.bukkit.inventory.InventoryView.Property
所有已实现的接口:
Serializable, Comparable<InventoryView.Property>, java.lang.constant.Constable
封闭类:
InventoryView

public static enum InventoryView.Property extends Enum<InventoryView.Property>
Represents various extra properties of certain inventory windows.
  • 枚举常量详细资料

    • BREW_TIME

      public static final InventoryView.Property BREW_TIME
      The progress of the down-pointing arrow in a brewing inventory.
    • BURN_TIME

      public static final InventoryView.Property BURN_TIME
      The progress of the flame in a furnace inventory.
    • TICKS_FOR_CURRENT_FUEL

      public static final InventoryView.Property TICKS_FOR_CURRENT_FUEL
      How many total ticks the current fuel should last.
    • COOK_TIME

      public static final InventoryView.Property COOK_TIME
      The progress of the right-pointing arrow in a furnace inventory.
    • TICKS_FOR_CURRENT_SMELTING

      public static final InventoryView.Property TICKS_FOR_CURRENT_SMELTING
      How many total ticks the current smelting should last.
    • ENCHANT_BUTTON1

      public static final InventoryView.Property ENCHANT_BUTTON1
      In an enchanting inventory, the top button's experience level value.
    • ENCHANT_BUTTON2

      public static final InventoryView.Property ENCHANT_BUTTON2
      In an enchanting inventory, the middle button's experience level value.
    • ENCHANT_BUTTON3

      public static final InventoryView.Property ENCHANT_BUTTON3
      In an enchanting inventory, the bottom button's experience level value.
    • ENCHANT_XP_SEED

      public static final InventoryView.Property ENCHANT_XP_SEED
      In an enchanting inventory, the first four bits of the player's xpSeed.
    • ENCHANT_ID1

      public static final InventoryView.Property ENCHANT_ID1
      In an enchanting inventory, the top button's enchantment's id
    • ENCHANT_ID2

      public static final InventoryView.Property ENCHANT_ID2
      In an enchanting inventory, the middle button's enchantment's id
    • ENCHANT_ID3

      public static final InventoryView.Property ENCHANT_ID3
      In an enchanting inventory, the bottom button's enchantment's id
    • ENCHANT_LEVEL1

      public static final InventoryView.Property ENCHANT_LEVEL1
      In an enchanting inventory, the top button's level value.
    • ENCHANT_LEVEL2

      public static final InventoryView.Property ENCHANT_LEVEL2
      In an enchanting inventory, the middle button's level value.
    • ENCHANT_LEVEL3

      public static final InventoryView.Property ENCHANT_LEVEL3
      In an enchanting inventory, the bottom button's level value.
    • LEVELS

      public static final InventoryView.Property LEVELS
      In an beacon inventory, the levels of the beacon
    • PRIMARY_EFFECT

      public static final InventoryView.Property PRIMARY_EFFECT
      In an beacon inventory, the primary potion effect
    • SECONDARY_EFFECT

      public static final InventoryView.Property SECONDARY_EFFECT
      In an beacon inventory, the secondary potion effect
    • REPAIR_COST

      public static final InventoryView.Property REPAIR_COST
      The repair's cost in xp levels
  • 方法详细资料

    • values

      public static InventoryView.Property[] values()
      按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
      返回:
      按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
    • valueOf

      public static InventoryView.Property valueOf(String name)
      返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量
      NullPointerException - 如果参数为空值
    • getType

      public InventoryType getType()
    • getId

      @Deprecated public int getId()
      已过时。
      Magic value
      返回:
      the id of this view