SPIGOT-1345: Add BITE state to PlayerFishEvent.

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-03-01 08:30:03 +11:00
parent 339b73ce6f
commit 96968d5bb4

View file

@ -134,5 +134,9 @@ public class PlayerFishEvent extends PlayerEvent implements Cancellable {
* poor aiming or timing
*/
FAILED_ATTEMPT,
/**
* Called when there is a bite on the hook and it is ready to be reeled in.
*/
BITE
}
}