Add missing fishing event state

This commit is contained in:
SoSeDiK 2024-05-01 07:44:50 +03:00
parent f09feba0f4
commit 4491c7e2ac

View File

@ -165,5 +165,13 @@ public class PlayerFishEvent extends PlayerEvent implements Cancellable {
* in.
*/
BITE
// Paper start - Add missing fishing event state
,
/**
* Called when a bobber was lured, and is now waiting to be hooked
* (when a "fish" starts to swim toward the bobber to bite it).
*/
LURED,
// Paper end - Add missing fishing event state
}
}