SUMMARY:
java.lang.Object
robocode._RobotBase
robocode._Robot
robocode.Robot
robocode._AdvancedRobot
- All Implemented Interfaces:
- Runnable, IBasicEvents, IBasicEvents2, IBasicEvents3, IBasicRobot, IInteractiveEvents, IInteractiveRobot, IPaintEvents, IPaintRobot
- Direct Known Subclasses:
- _AdvancedRadiansRobot
public class _AdvancedRobot - extends Robot
This class is used by the system, as well as being a placeholder for all deprecated
(meaning, you should not use them) calls for AdvancedRobot .
You should create a AdvancedRobot instead.
- Author:
- Mathew A. Nelson (original), Flemming N. Larsen (contributor), Pavel Savara (contributor)
- See Also:
Robot ,
JuniorRobot ,
AdvancedRobot ,
TeamRobot ,
RateControlRobot
|