Uses of Class
za.co.wethinkcode.robots.server.worldinfo.Obstacle
Packages that use Obstacle
Package
Description
Classes that store info about how the world is created and managed
-
Uses of Obstacle in za.co.wethinkcode.robots.server.worldinfo
Subclasses of Obstacle in za.co.wethinkcode.robots.server.worldinfoModifier and TypeClassDescriptionclassSquare Obstacle extends the Standard ObstacleMethods in za.co.wethinkcode.robots.server.worldinfo that return types with arguments of type ObstacleConstructor parameters in za.co.wethinkcode.robots.server.worldinfo with type arguments of type ObstacleModifierConstructorDescriptionWorldState(String worldID, String IPAddress, int reloadTimeInSeconds, int shieldRepairTimeInSeconds, int maximumShieldInHits, int visibilityInKliks, ArrayList<Obstacle> obstacles, ArrayList<Client> clients, KlikGrid klikGrid, org.apache.commons.collections4.bidimap.DualHashBidiMap<Position, WorldObject> whereEverythingIs) Iteration1 WorldState Constructor.