initialize everything HEntityUpdate

This commit is contained in:
sirjonasxx 2020-07-15 20:28:52 +02:00
parent f2602c71db
commit e6a74aa971

View File

@ -4,14 +4,14 @@ import gearth.protocol.HPacket;
public class HEntityUpdate {
private int index;
private boolean isController;
private boolean isController = false;
private HPoint tile;
private HPoint movingTo;
private HPoint movingTo = null;
private HSign sign;
private HStance stance;
private HAction action;
private HSign sign = null;
private HStance stance = null;
private HAction action = null;
private HDirection headFacing;
private HDirection bodyFacing;