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