public static enum InventoryView.Property extends Enum<InventoryView.Property>
| Enum Constant and Description | 
|---|
| BREW_TIMEThe progress of the down-pointing arrow in a brewing inventory. | 
| BURN_TIMEThe progress of the flame in a furnace inventory. | 
| COOK_TIMEThe progress of the right-pointing arrow in a furnace inventory. | 
| 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_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. | 
| ENCHANT_XP_SEEDIn an enchanting inventory, the first four bits of the player's xpSeed. | 
| LEVELSIn an beacon inventory, the levels of the beacon | 
| PRIMARY_EFFECTIn an beacon inventory, the primary potion effect | 
| REPAIR_COSTThe repair's cost in xp levels | 
| SECONDARY_EFFECTIn an beacon inventory, the secondary potion effect | 
| TICKS_FOR_CURRENT_FUELHow many total ticks the current fuel should last. | 
| TICKS_FOR_CURRENT_SMELTINGHow many total ticks the current smelting should last. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getId()Deprecated. 
 Magic value | 
| 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 are declared. | 
public static final InventoryView.Property BREW_TIME
public static final InventoryView.Property BURN_TIME
public static final InventoryView.Property TICKS_FOR_CURRENT_FUEL
public static final InventoryView.Property COOK_TIME
public static final InventoryView.Property TICKS_FOR_CURRENT_SMELTING
public static final InventoryView.Property ENCHANT_BUTTON1
public static final InventoryView.Property ENCHANT_BUTTON2
public static final InventoryView.Property ENCHANT_BUTTON3
public static final InventoryView.Property ENCHANT_XP_SEED
public static final InventoryView.Property ENCHANT_ID1
public static final InventoryView.Property ENCHANT_ID2
public static final InventoryView.Property ENCHANT_ID3
public static final InventoryView.Property ENCHANT_LEVEL1
public static final InventoryView.Property ENCHANT_LEVEL2
public static final InventoryView.Property ENCHANT_LEVEL3
public static final InventoryView.Property LEVELS
public static final InventoryView.Property PRIMARY_EFFECT
public static final InventoryView.Property SECONDARY_EFFECT
public static final InventoryView.Property REPAIR_COST
public static 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 nameNullPointerException - if the argument is nullpublic InventoryType getType()
@Deprecated public int getId()
Copyright © 2016. All rights reserved.