-
-
枚举常量概要
枚举常量
A regular slot in the container or the player's inventory; anything
not covered by the other enum values.
A slot in the crafting matrix, or the input slot in a furnace
inventory, the potion slot in the brewing stand, or the enchanting
slot.
The fuel slot in a furnace inventory, or the ingredient slot in a
brewing stand inventory.
A pseudo-slot representing the area outside the inventory window.
A slot in the bottom row or quickbar.
-
方法概要
按照声明该枚举类型的常量的顺序,
返回一个包含这些常量的数组。
从类继承的方法 java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
枚举常量详细资料
-
-
CRAFTING
A slot in the crafting matrix, or the input slot in a furnace
inventory, the potion slot in the brewing stand, or the enchanting
slot.
-
-
CONTAINER
A regular slot in the container or the player's inventory; anything
not covered by the other enum values.
-
QUICKBAR
A slot in the bottom row or quickbar.
-
OUTSIDE
A pseudo-slot representing the area outside the inventory window.
-
FUEL
The fuel slot in a furnace inventory, or the ingredient slot in a
brewing stand inventory.
-
方法详细资料
-
values
按照声明该枚举类型的常量的顺序,
返回一个包含这些常量的数组。
- 返回:
- 按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
-