From da08d02251823cbf94d5f896fcbb33c2e7a871f3 Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 15 Apr 2019 20:43:00 +1000 Subject: [PATCH] SPIGOT-4700: Add PlayerFishEvent.State.REEL_IN --- .../java/org/bukkit/event/player/PlayerFishEvent.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/bukkit/event/player/PlayerFishEvent.java b/src/main/java/org/bukkit/event/player/PlayerFishEvent.java index e31c1492..732d4579 100644 --- a/src/main/java/org/bukkit/event/player/PlayerFishEvent.java +++ b/src/main/java/org/bukkit/event/player/PlayerFishEvent.java @@ -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.