mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 15:30:19 +01:00
Add missing fishing event state
This commit is contained in:
parent
f09feba0f4
commit
4491c7e2ac
1 changed files with 8 additions and 0 deletions
|
@ -165,5 +165,13 @@ public class PlayerFishEvent extends PlayerEvent implements Cancellable {
|
||||||
* in.
|
* in.
|
||||||
*/
|
*/
|
||||||
BITE
|
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 a new issue