Package org.bukkit.inventory
Enum Class InventoryView.Property
- All Implemented Interfaces:
- Serializable,- Comparable<InventoryView.Property>,- Constable
- Enclosing interface:
- InventoryView
@Deprecated(forRemoval=true,
            since="1.21")
public static enum InventoryView.Property
extends Enum<InventoryView.Property>
Deprecated, for removal: This API element is subject to removal in a future version.
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 ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.The lectern's current open book pageDeprecated, for removal: This API element is subject to removal in a future version.The progress of the down-pointing arrow in a brewing inventory.Deprecated, for removal: This API element is subject to removal in a future version.The progress of the flame in a furnace inventory.Deprecated, for removal: This API element is subject to removal in a future version.The progress of the right-pointing arrow in a furnace inventory.Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the top button's experience level value.Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the middle button's experience level value.Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the bottom button's experience level value.Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the top button's enchantment's idDeprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the middle button's enchantment's idDeprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the bottom button's enchantment's idDeprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the top button's level value.Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the middle button's level value.Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the bottom button's level value.Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the first four bits of the player's xpSeed.Deprecated, for removal: This API element is subject to removal in a future version.The progress of the fuel slot in a brewing inventory.Deprecated, for removal: This API element is subject to removal in a future version.In an beacon inventory, the levels of the beaconDeprecated, for removal: This API element is subject to removal in a future version.In an beacon inventory, the primary potion effectDeprecated, for removal: This API element is subject to removal in a future version.The repair's cost in xp levelsDeprecated, for removal: This API element is subject to removal in a future version.In an beacon inventory, the secondary potion effectDeprecated, for removal: This API element is subject to removal in a future version.How many total ticks the current fuel should last.Deprecated, for removal: This API element is subject to removal in a future version.How many total ticks the current smelting should last.
- 
Method SummaryModifier and TypeMethodDescriptionintgetId()Deprecated.Magic valuegetType()Deprecated, for removal: This API element is subject to removal in a future version.static InventoryView.PropertyDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static InventoryView.Property[]values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
BREW_TIMEDeprecated, for removal: This API element is subject to removal in a future version.The progress of the down-pointing arrow in a brewing inventory.
- 
FUEL_TIMEDeprecated, for removal: This API element is subject to removal in a future version.The 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_TIMEDeprecated, for removal: This API element is subject to removal in a future version.The progress of the flame in a furnace inventory.
- 
TICKS_FOR_CURRENT_FUELDeprecated, for removal: This API element is subject to removal in a future version.How many total ticks the current fuel should last.
- 
COOK_TIMEDeprecated, for removal: This API element is subject to removal in a future version.The progress of the right-pointing arrow in a furnace inventory.
- 
TICKS_FOR_CURRENT_SMELTINGDeprecated, for removal: This API element is subject to removal in a future version.How many total ticks the current smelting should last.
- 
ENCHANT_BUTTON1Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the top button's experience level value.
- 
ENCHANT_BUTTON2Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the middle button's experience level value.
- 
ENCHANT_BUTTON3Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the bottom button's experience level value.
- 
ENCHANT_XP_SEEDDeprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the first four bits of the player's xpSeed.
- 
ENCHANT_ID1Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the top button's enchantment's id
- 
ENCHANT_ID2Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the middle button's enchantment's id
- 
ENCHANT_ID3Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the bottom button's enchantment's id
- 
ENCHANT_LEVEL1Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the top button's level value.
- 
ENCHANT_LEVEL2Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the middle button's level value.
- 
ENCHANT_LEVEL3Deprecated, for removal: This API element is subject to removal in a future version.In an enchanting inventory, the bottom button's level value.
- 
LEVELSDeprecated, for removal: This API element is subject to removal in a future version.In an beacon inventory, the levels of the beacon
- 
PRIMARY_EFFECTDeprecated, for removal: This API element is subject to removal in a future version.In an beacon inventory, the primary potion effect
- 
SECONDARY_EFFECTDeprecated, for removal: This API element is subject to removal in a future version.In an beacon inventory, the secondary potion effect
- 
REPAIR_COSTDeprecated, for removal: This API element is subject to removal in a future version.The repair's cost in xp levels
- 
BOOK_PAGEDeprecated, for removal: This API element is subject to removal in a future version.The lectern's current open book page
 
- 
- 
Method Details- 
valuesDeprecated, for removal: This API element is subject to removal in a future version.Returns 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
 
- 
valueOfDeprecated, for removal: This API element is subject to removal in a future version.Returns 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
 
- 
getTypeDeprecated, for removal: This API element is subject to removal in a future version.
- 
getIdDeprecated.Magic valueGets the id of this view.- Returns:
- the id of this view
 
 
- 
InventoryViewand its children