robocode
Class StatusEvent
- Comparable
This event is sent to
onStatus()
every
turn in a battle to provide the status of the robot.
- Flemming N. Larsen (original)
StatusEvent(robocode.peer.RobotPeer robotPeer) - This constructor is called internally from the game in order to create
a new
RobotStatus .
|
StatusEvent
public StatusEvent(robocode.peer.RobotPeer robotPeer)
This constructor is called internally from the game in order to create
a new
RobotStatus
.
robotPeer
- the RobotPeer containing the current states