Uses of Class
za.co.wethinkcode.robots.server.world.MazeGenerator
Packages that use MazeGenerator
Package
Description
Classes and submodules in this module encapsulate all functionality of the world
-
Uses of MazeGenerator in za.co.wethinkcode.robots.server.world
Methods in za.co.wethinkcode.robots.server.world that return MazeGeneratorConstructors in za.co.wethinkcode.robots.server.world with parameters of type MazeGeneratorModifierConstructorDescriptionWorldMap(int width, int height, MazeGenerator maze, List<Position> obstacles, Supplier<Collection<Robot>> robots)