public static enum InventoryView.Property extends Enum<InventoryView.Property>
列挙型定数と説明 |
---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getId()
非推奨です。
Magic value
|
InventoryType |
getType() |
static InventoryView.Property |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static InventoryView.Property[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
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
public static InventoryView.Property[] values()
for(InventoryView.Property c: InventoryView.Property.values()) System.out.println(c);
public static InventoryView.Property valueOf(String name)
name
- 返される列挙型定数の名前。IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合public InventoryType getType()
@Deprecated public int getId()
Copyright © 2016. All rights reserved.