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 likeAdvancedRobot
that is able to handle advanced robot events.An event interface for receiving basic robot events with anIBasicRobot
.First extended version of theIBasicEvents
interface.Second extended version of theIBasicEvents
interface.An event interface for receiving interactive events with anIInteractiveRobot
.A robot interface for creating an interactive type of robot likeRobot
andAdvancedRobot
that 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 likeTeamRobot
that is able to receive team events.