|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerFishEvent.State | |
---|---|
org.bukkit.event.player | Events relating to players . |
Uses of PlayerFishEvent.State in org.bukkit.event.player |
---|
Methods in org.bukkit.event.player that return PlayerFishEvent.State | |
---|---|
PlayerFishEvent.State |
PlayerFishEvent.getState()
Gets the state of the fishing |
static PlayerFishEvent.State |
PlayerFishEvent.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PlayerFishEvent.State[] |
PlayerFishEvent.State.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in org.bukkit.event.player with parameters of type PlayerFishEvent.State | |
---|---|
PlayerFishEvent(Player player,
Entity entity,
PlayerFishEvent.State state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |