SPIGOT-1345: Add BITE state to PlayerFishEvent.

This commit is contained in:
md_5 2016-03-01 08:30:03 +11:00
parent 5552f47c80
commit d41eed2abe

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
}
}