Package org.bukkit.inventory
Enum Class InventoryView.Property
- All Implemented Interfaces:
- Serializable,- Comparable<InventoryView.Property>,- Constable
- Enclosing class:
- InventoryView
Represents various extra properties of certain inventory windows.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe lectern's current open book pageThe progress of the down-pointing arrow in a brewing inventory.The progress of the flame in a furnace inventory.The progress of the right-pointing arrow in a furnace inventory.In an enchanting inventory, the top button's experience level value.In an enchanting inventory, the middle button's experience level value.In an enchanting inventory, the bottom button's experience level value.In an enchanting inventory, the top button's enchantment's idIn an enchanting inventory, the middle button's enchantment's idIn an enchanting inventory, the bottom button's enchantment's idIn an enchanting inventory, the top button's level value.In an enchanting inventory, the middle button's level value.In an enchanting inventory, the bottom button's level value.In an enchanting inventory, the first four bits of the player's xpSeed.The progress of the fuel slot in a brewing inventory.In an beacon inventory, the levels of the beaconIn an beacon inventory, the primary potion effectThe repair's cost in xp levelsIn an beacon inventory, the secondary potion effectHow many total ticks the current fuel should last.How many total ticks the current smelting should last.
- 
Method SummaryModifier and TypeMethodDescriptionintgetId()Gets the id of this view.getType()static InventoryView.PropertyReturns the enum constant of this class with the specified name.static InventoryView.Property[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
BREW_TIMEThe progress of the down-pointing arrow in a brewing inventory.
- 
FUEL_TIMEThe progress of the fuel slot in a brewing inventory. This is a value between 0 and 20, with 0 making the bar empty, and 20 making the bar full.
- 
BURN_TIMEThe progress of the flame in a furnace inventory.
- 
TICKS_FOR_CURRENT_FUELHow many total ticks the current fuel should last.
- 
COOK_TIMEThe progress of the right-pointing arrow in a furnace inventory.
- 
TICKS_FOR_CURRENT_SMELTINGHow many total ticks the current smelting should last.
- 
ENCHANT_BUTTON1In an enchanting inventory, the top button's experience level value.
- 
ENCHANT_BUTTON2In an enchanting inventory, the middle button's experience level value.
- 
ENCHANT_BUTTON3In an enchanting inventory, the bottom button's experience level value.
- 
ENCHANT_XP_SEEDIn an enchanting inventory, the first four bits of the player's xpSeed.
- 
ENCHANT_ID1In an enchanting inventory, the top button's enchantment's id
- 
ENCHANT_ID2In an enchanting inventory, the middle button's enchantment's id
- 
ENCHANT_ID3In an enchanting inventory, the bottom button's enchantment's id
- 
ENCHANT_LEVEL1In an enchanting inventory, the top button's level value.
- 
ENCHANT_LEVEL2In an enchanting inventory, the middle button's level value.
- 
ENCHANT_LEVEL3In an enchanting inventory, the bottom button's level value.
- 
LEVELSIn an beacon inventory, the levels of the beacon
- 
PRIMARY_EFFECTIn an beacon inventory, the primary potion effect
- 
SECONDARY_EFFECTIn an beacon inventory, the secondary potion effect
- 
REPAIR_COSTThe repair's cost in xp levels
- 
BOOK_PAGEThe lectern's current open book page
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
getType
- 
getIdGets the id of this view.- Returns:
- the id of this view
- API Note:
- Internal Use Only
 
 
-