public ClickAction(Vector2D loc) { location = loc.clone(); }
public Vector2D getLocation() { return location.clone(); }