robocode
Class StatusEvent
java.lang.Object
robocode.Event
robocode.StatusEvent
- All Implemented Interfaces:
- Serializable, Comparable<Event>
public final class StatusEvent
- extends Event
This event is sent to onStatus()
every
turn in a battle to provide the status of the robot.
- Since:
- 1.5
- Author:
- Flemming N. Larsen (original)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusEvent
public StatusEvent(RobotStatus status)
- This constructor is called internally from the game in order to create
a new
RobotStatus
.
- Parameters:
status
- the current states
getStatus
public RobotStatus getStatus()
- Returns the
RobotStatus
at the time defined by Robot.getTime()
.
- Returns:
- the
RobotStatus
at the time defined by Robot.getTime()
. - See Also:
Event.getTime()
Copyright © 2013 Robocode. All Rights Reserved.