| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectrobocode.Eventrobocode.StatusEventpublic class StatusEventextends EventonStatus(StatusEvent) every turn in a battle.
Constructor Summary | |
| |
Method Summary | |
RobotStatus |
|
Methods inherited from class robocode.Event | |
compareTo, getPriority, getTime, setPriority, setTime | |
public StatusEvent(robocode.peer.RobotPeer robotPeer)
This constructor is called internally from the game in order to create a newRobotStatus.
- Parameters:
robotPeer- the RobotPeer containing the current states
public RobotStatus getStatus()
Returns theRobotStatusat the time defined byRobot.getTime().
- Returns:
- the
RobotStatusat the time defined byRobot.getTime().
- See Also:
getTime()