Uses of Enum
org.bukkit.event.player.PlayerFishEvent.State
-
Uses of PlayerFishEvent.State in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerFishEvent.getState()
Gets the state of the fishingstatic PlayerFishEvent.State
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 are declared.ModifierConstructorDescriptionPlayerFishEvent
(Player player, Entity entity, FishHook hookEntity, PlayerFishEvent.State state) PlayerFishEvent
(Player player, Entity entity, FishHook hookEntity, EquipmentSlot hand, PlayerFishEvent.State state)