Package robocode.control

Interface Summary

RobocodeListener A Listener interface for receiving callbacks from the RobocodeEngine.

Class Summary

BattlefieldSpecification Defines the size of a battlefield.
BattleSpecification A BattleSpecification defines the settings of a battle.
RobocodeEngine The RobocodeEngine is meant for 3rd party applications to let them run battles in Robocode and receive the results.
RobotResults Contains the battle results for an individual robot, which is given as input parameter with the RobocodeListener.battleComplete(BattleSpecification,RobotResults[]) event handler.
RobotSpecification Defines the properties of a robot, which is returned from RobocodeEngine.getLocalRepository().