Class RobotWorldMap
java.lang.Object
za.co.wethinkcode.robots.server.world.RobotWorldMap
The Robot World Map encapsulates all the behaviour of the locations of objects in the world
-
Constructor Summary
ConstructorsConstructorDescriptionRobotWorldMap(int width, int height) Standard constructor for the Robot World Map -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.collections4.bidimap.DualHashBidiMap<Position, WorldObject> getMap()
-
Constructor Details
-
RobotWorldMap
public RobotWorldMap(int width, int height) Standard constructor for the Robot World Map
-
-
Method Details
-
getMap
- Returns:
- Return where everything is
-