mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -07:00
Fix NPE on Boat getStatus
This commit is contained in:
@@ -175,6 +175,7 @@ public interface Boat extends Vehicle {
|
|||||||
*/
|
*/
|
||||||
public enum Status {
|
public enum Status {
|
||||||
|
|
||||||
|
NOT_IN_WORLD, // Paper
|
||||||
IN_WATER,
|
IN_WATER,
|
||||||
UNDER_WATER,
|
UNDER_WATER,
|
||||||
UNDER_FLOWING_WATER,
|
UNDER_FLOWING_WATER,
|
||||||
|
Reference in New Issue
Block a user