Package org.collebol.shared
Class GameLocation
java.lang.Object
org.collebol.shared.GameLocation
The GameLocation class represents the location of GameObject's in the game.
- Since:
- 1.0-dev
- Author:
- ColleBol - contact@collebol.org
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GameLocation
public GameLocation(double x, double y)
-
-
Method Details
-
getX
public double getX() -
setX
public void setX(double x) -
getY
public double getY() -
setY
public void setY(double y)
-