Class MazeLoader
java.lang.Object
za.co.wethinkcode.robots.server.world.MazeLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic intstatic booleanstatic booleanisMazeObstacle(int x, int y) static booleanisWall(int x, int y) static void
-
Constructor Details
-
MazeLoader
public MazeLoader()
-
-
Method Details
-
loadMaze
-
getMazeWidth
public static int getMazeWidth() -
getMazeHeight
public static int getMazeHeight() -
isWall
public static boolean isWall(int x, int y) -
isMazeObstacle
public static boolean isMazeObstacle(int x, int y) -
isMazeLoaded
public static boolean isMazeLoaded()
-