SUMMARY:
java.lang.Object
robocode._RobotBase
robocode._Robot
robocode.Robot
robocode._AdvancedRobot
robocode._AdvancedRadiansRobot
- All Implemented Interfaces:
- Runnable, IBasicEvents, IBasicEvents2, IBasicEvents3, IBasicRobot, IInteractiveEvents, IInteractiveRobot, IPaintEvents, IPaintRobot
- Direct Known Subclasses:
- AdvancedRobot
public class _AdvancedRadiansRobot - extends _AdvancedRobot
This class is used by the system as a placeholder for all *Radians calls in
AdvancedRobot . You may refer to this class for documentation only.
You should create a AdvancedRobot instead.
(The Radians methods themselves will continue work, however).
- Author:
- Mathew A. Nelson (original), Flemming N. Larsen (contributor), Pavel Savara (contributor)
- See Also:
Robot ,
JuniorRobot ,
AdvancedRobot ,
TeamRobot ,
RateControlRobot
|