mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
SPIGOT-4700: Add PlayerFishEvent.State.REEL_IN
By: md_5 <git@md-5.net>
This commit is contained in:
parent
cee3fdd2e6
commit
1757ce61c0
1 changed files with 6 additions and 2 deletions
|
@ -129,10 +129,14 @@ public class PlayerFishEvent extends PlayerEvent implements Cancellable {
|
|||
*/
|
||||
IN_GROUND,
|
||||
/**
|
||||
* When a player fails to catch anything while fishing usually due to
|
||||
* poor aiming or timing.
|
||||
* When a player fails to catch a bite while fishing usually due to
|
||||
* poor timing.
|
||||
*/
|
||||
FAILED_ATTEMPT,
|
||||
/**
|
||||
* When a player reels in their hook without receiving any bites.
|
||||
*/
|
||||
REEL_IN,
|
||||
/**
|
||||
* Called when there is a bite on the hook and it is ready to be reeled
|
||||
* in.
|
||||
|
|
Loading…
Reference in a new issue