@@ -16,15 +16,6 @@
|
||||
public class EntityBoat extends Entity {
|
||||
|
||||
private static final DataWatcherObject<Integer> DATA_ID_HURT = DataWatcher.defineId(EntityBoat.class, DataWatcherRegistry.INT);
|
||||
@@ -82,7 +91,7 @@
|
||||
private boolean inputDown;
|
||||
private double waterLevel;
|
||||
private float landFriction;
|
||||
- private EntityBoat.EnumStatus status;
|
||||
+ public EntityBoat.EnumStatus status;
|
||||
private EntityBoat.EnumStatus oldStatus;
|
||||
private double lastYd;
|
||||
private boolean isAboveBubbleColumn;
|
||||
@@ -91,6 +100,14 @@
|
||||
private float bubbleAngle;
|
||||
private float bubbleAngleO;
|
||||
|
||||
Reference in New Issue
Block a user