Uses of Class
za.co.wethinkcode.robots.server.errors.WorldFullException
Packages that use WorldFullException
Package
Description
All classes in this package manage how robots work on the serverside
Classes that store info about how the world is created and managed
-
Uses of WorldFullException in za.co.wethinkcode.robots.server.serverRobot
Methods in za.co.wethinkcode.robots.server.serverRobot that throw WorldFullExceptionModifier and TypeMethodDescriptionServerBotFactory.create(String name, RobotKind kind, Integer maxShieldStrength, Integer maximumShots, WorldState worldState) Create a new server robotConstructors in za.co.wethinkcode.robots.server.serverRobot that throw WorldFullExceptionModifierConstructorDescriptionBoringServerBot(String name, WorldState worldState) Constructor for a Boring server robot with a name and worldStateServerRobot(String name, RobotKind kind, Integer maxShieldStrength, Integer maximumShots, WorldState worldState) Best constructor for server side bots that allows for spawn finding -
Uses of WorldFullException in za.co.wethinkcode.robots.server.worldinfo
Methods in za.co.wethinkcode.robots.server.worldinfo that throw WorldFullExceptionModifier and TypeMethodDescriptionWorldState.getEmptySpawn()Utility method for getting empty spawn points