Package robocode.robotinterfaces
package robocode.robotinterfaces
Robot Interfaces used for creating new robot types, e.g. with other programming languages.
-
InterfacesClassDescriptionAn event interface for receiving advanced robot events with an
IAdvancedRobot.A robot interface for creating a more advanced type of robot likeAdvancedRobotthat is able to handle advanced robot events.An event interface for receiving basic robot events with anIBasicRobot.First extended version of theIBasicEventsinterface.Second extended version of theIBasicEventsinterface.An event interface for receiving interactive events with anIInteractiveRobot.A robot interface for creating an interactive type of robot likeRobotandAdvancedRobotthat is able to receive interactive events from the keyboard or mouse.A robot interface for creating the most primitive robot type, which is aJuniorRobot.An event interface for receiving paint events with anIPaintRobot.A robot interface that makes it possible for a robot to receive paint events.An event interface for receiving robot team events with anITeamRobot.A robot interface for creating a team robot likeTeamRobotthat is able to receive team events.