robocode
Class RobotDeathEvent
- Comparable
public class RobotDeathEvent
- Mathew A. Nelson (original)
RobotDeathEvent(String robotName) - Called by the game to create a new RobotDeathEvent.
|
RobotDeathEvent
public RobotDeathEvent(String robotName)
Called by the game to create a new RobotDeathEvent.
robotName
- the name of the robot that died
String getRobotName
public @Deprecated String getRobotName()
Use getName()
instead.
getName
public String getName()
Returns the name of the robot that died.
- the name of the robot that died