| パッケージ | 説明 |
|---|---|
| org.bukkit.event.block | |
| org.bukkit.event.player |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Action |
Action.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Action[] |
Action.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Action |
PlayerInteractEvent.action |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Action |
PlayerInteractEvent.getAction()
Returns the action type
|
| コンストラクタと説明 |
|---|
PlayerInteractEvent(Player who,
Action action,
ItemStack item,
Block clickedBlock,
BlockFace clickedFace) |
PlayerInteractEvent(Player who,
Action action,
ItemStack item,
Block clickedBlock,
BlockFace clickedFace,
EquipmentSlot hand) |
Copyright © 2016. All rights reserved.