|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<InventoryView.Property> org.bukkit.inventory.InventoryView.Property
public static enum InventoryView.Property
Represents various extra properties of certain inventory windows.
Enum Constant Summary | |
---|---|
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 | |
---|---|
int |
getId()
|
InventoryType |
getType()
|
static InventoryView.Property |
valueOf(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're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final InventoryView.Property BREW_TIME
public static final InventoryView.Property COOK_TIME
public static final InventoryView.Property BURN_TIME
public static final InventoryView.Property TICKS_FOR_CURRENT_FUEL
public static final InventoryView.Property ENCHANT_BUTTON1
public static final InventoryView.Property ENCHANT_BUTTON2
public static final InventoryView.Property ENCHANT_BUTTON3
Method Detail |
---|
public static final InventoryView.Property[] values()
for(InventoryView.Property c : InventoryView.Property.values()) System.out.println(c);
public static InventoryView.Property valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic InventoryType getType()
public int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |