122123124125126127128129
public Entity(float x, float y) { this.x = x; this.y = y; this.startx = x; this.starty = y; stateManager = new StateManager(); alarms = new AlarmContainer(this); }