mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-01-19 08:36:27 +01:00
initialize everything HEntityUpdate
This commit is contained in:
parent
f2602c71db
commit
e6a74aa971
@ -4,14 +4,14 @@ import gearth.protocol.HPacket;
|
|||||||
|
|
||||||
public class HEntityUpdate {
|
public class HEntityUpdate {
|
||||||
private int index;
|
private int index;
|
||||||
private boolean isController;
|
private boolean isController = false;
|
||||||
|
|
||||||
private HPoint tile;
|
private HPoint tile;
|
||||||
private HPoint movingTo;
|
private HPoint movingTo = null;
|
||||||
|
|
||||||
private HSign sign;
|
private HSign sign = null;
|
||||||
private HStance stance;
|
private HStance stance = null;
|
||||||
private HAction action;
|
private HAction action = null;
|
||||||
private HDirection headFacing;
|
private HDirection headFacing;
|
||||||
private HDirection bodyFacing;
|
private HDirection bodyFacing;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user