Class RobotWorldMap

java.lang.Object
za.co.wethinkcode.robots.server.world.RobotWorldMap

public class RobotWorldMap extends Object
The Robot World Map encapsulates all the behaviour of the locations of objects in the world
  • Constructor Details

    • RobotWorldMap

      public RobotWorldMap(int width, int height)
      Standard constructor for the Robot World Map
  • Method Details

    • getMap

      public org.apache.commons.collections4.bidimap.DualHashBidiMap<Position,WorldObject> getMap()
      Returns:
      Return where everything is