Add missing fishing event state
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user