Search Java Classes and Packages
Search Java Frameworks and Libraries
#Robocode.robotinterfaces Classes and Interfaces - 18 results found.
| Name | Description | Type | Package | Framework |
| IAdvancedEvents | An event interface for receiving advanced robot events with anSince:1. | Interface | robocode.robotinterfaces | RoboCode |
|
| IAdvancedRobot | A robot interface for creating a more advanced type of robot like AdvancedRobot that is able to handle advanced robot events. | Interface | robocode.robotinterfaces | RoboCode |
|
| IAdvancedRobotPeer | The advanced robot peer for advanced robot types like AdvancedRobot and TeamRobot. | Interface | robocode.robotinterfaces.peer | RoboCode |
|
| IBasicEvents | An event interface for receiving basic robot events with anSince:1. | Interface | robocode.robotinterfaces | RoboCode |
|
| IBasicEvents2 | First extended version of the IBasicEvents interface. | Interface | robocode.robotinterfaces | RoboCode |
|
| IBasicEvents3 | Second extended version of the IBasicEvents interface. | Interface | robocode.robotinterfaces | RoboCode |
|
| IBasicRobot | A robot interface for creating a basic type of robot like Robot that is able to receive common robot events, but not interactive events as | Interface | robocode.robotinterfaces | RoboCode |
|
| IBasicRobotPeer | The basic robot peer for all robot types. | Interface | robocode.robotinterfaces.peer | RoboCode |
|
| IInteractiveEvents | An event interface for receiving interactive events with anSince:1. | Interface | robocode.robotinterfaces | RoboCode |
|
| IInteractiveRobot | A robot interface for creating an interactive type of robot like Robot and AdvancedRobot that is able to | Interface | robocode.robotinterfaces | RoboCode |
|
| IJuniorRobot | A robot interface for creating the most primitive robot type, which is a JuniorRobot. | Interface | robocode.robotinterfaces | RoboCode |
|
| IJuniorRobotPeer | The junior robot peer for junior robot types like JuniorRobot. | Interface | robocode.robotinterfaces.peer | RoboCode |
|
| IPaintEvents | An event interface for receiving paint events with anSince:1. | Interface | robocode.robotinterfaces | RoboCode |
|
| IPaintRobot | A robot interface that makes it possible for a robot to receive paint events. | Interface | robocode.robotinterfaces | RoboCode |
|
| IStandardRobotPeer | The standard robot peer for standard robot types like Robot, AdvancedRobot, and TeamRobot. | Interface | robocode.robotinterfaces.peer | RoboCode |
|
| ITeamEvents | An event interface for receiving robot team events with anSince:1. | Interface | robocode.robotinterfaces | RoboCode |
|
| ITeamRobot | A robot interface for creating a team robot like TeamRobot that is able to receive team events. | Interface | robocode.robotinterfaces | RoboCode |
|
| ITeamRobotPeer | The team robot peer for team robots like TeamRobot. | Interface | robocode.robotinterfaces.peer | RoboCode |