Uses of Enum Class
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 class with the specified name.static PlayerFishEvent.State[]
PlayerFishEvent.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerFishEvent
(@NotNull Player player, @Nullable Entity entity, @NotNull FishHook hookEntity, @NotNull PlayerFishEvent.State state) PlayerFishEvent
(@NotNull Player player, @Nullable Entity entity, @NotNull FishHook hookEntity, @Nullable EquipmentSlot hand, @NotNull PlayerFishEvent.State state)