All Packages Class Hierarchy This Package Previous Next Index
Class ch.jp.robwar.RobotImage
java.lang.Object
|
+----ch.jp.robwar.MapObject
|
+----ch.jp.robwar.CircularMapObject
|
+----ch.jp.robwar.RobotImage
- public class RobotImage
- extends CircularMapObject
- implements Serializable
This contains the map-relevant information of the robot.
It is maintained by the map, according to instructions
given by the simulator.
-
life
-
-
nbRockets
-
-
number
-
-
orientation
-
-
RobotImage(Position, double, Color, int)
-
orientation
public double orientation
number
public int number
life
public double life
nbRockets
public int nbRockets
RobotImage
public RobotImage(Position nPos,
double nOri,
Color col,
int nNum)
All Packages Class Hierarchy This Package Previous Next Index