程序包 | 说明 |
---|---|
org.bukkit.event.inventory |
限定符和类型 | 方法和说明 |
---|---|
ClickType |
InventoryClickEvent.getClick()
获取本事件的ClickType.
|
static ClickType |
ClickType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ClickType[] |
ClickType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
构造器和说明 |
---|
CraftItemEvent(Recipe recipe,
InventoryView what,
InventoryType.SlotType type,
int slot,
ClickType click,
InventoryAction action) |
CraftItemEvent(Recipe recipe,
InventoryView what,
InventoryType.SlotType type,
int slot,
ClickType click,
InventoryAction action,
int key) |
InventoryClickEvent(InventoryView view,
InventoryType.SlotType type,
int slot,
ClickType click,
InventoryAction action) |
InventoryClickEvent(InventoryView view,
InventoryType.SlotType type,
int slot,
ClickType click,
InventoryAction action,
int key) |