| パッケージ | 説明 |
|---|---|
| org.bukkit.event.player |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PlayerFishEvent.State |
PlayerFishEvent.getState()
Gets the state of the fishing
|
static PlayerFishEvent.State |
PlayerFishEvent.State.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static PlayerFishEvent.State[] |
PlayerFishEvent.State.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| コンストラクタと説明 |
|---|
PlayerFishEvent(Player player,
Entity entity,
Fish hookEntity,
PlayerFishEvent.State state) |
PlayerFishEvent(Player player,
Entity entity,
PlayerFishEvent.State state)
非推奨です。
replaced by
PlayerFishEvent.PlayerFishEvent(Player, Entity, Fish,
State) to include the Fish hook entity. |
Copyright © 2016. All rights reserved.