mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
@@ -129,10 +129,14 @@ public class PlayerFishEvent extends PlayerEvent implements Cancellable {
|
|||||||
*/
|
*/
|
||||||
IN_GROUND,
|
IN_GROUND,
|
||||||
/**
|
/**
|
||||||
* When a player fails to catch anything while fishing usually due to
|
* When a player fails to catch a bite while fishing usually due to
|
||||||
* poor aiming or timing.
|
* poor timing.
|
||||||
*/
|
*/
|
||||||
FAILED_ATTEMPT,
|
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
|
* Called when there is a bite on the hook and it is ready to be reeled
|
||||||
* in.
|
* in.
|
||||||
|
Reference in New Issue
Block a user