mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 02:47:44 +01:00
Add missing fishing event state
This commit is contained in:
parent
f09feba0f4
commit
4491c7e2ac
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user