mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-1345: Add BITE state to PlayerFishEvent.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
339b73ce6f
commit
96968d5bb4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue