mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
SPIGOT-1345: Add BITE state to PlayerFishEvent.
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user