public void move(double x, double y) { location.move(x, y); }
public void move(Vector2D vector2D) { location.move(vector2D); }