| パッケージ | 説明 |
|---|---|
| org.bukkit.event.inventory |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
InventoryAction |
InventoryClickEvent.getAction()
Gets the InventoryAction that triggered this event.
|
static InventoryAction |
InventoryAction.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static InventoryAction[] |
InventoryAction.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) |
Copyright © 2016. All rights reserved.