RoboSim.SimGridCell Class Reference
Inheritance diagram for RoboSim.SimGridCell:
Collaboration diagram for RoboSim.SimGridCell:

Public Member Functions

Object clone () throws CloneNotSupportedException
 

Public Attributes

RobotData occupant_data
 
int wallforthealth
 
int x_coord
 
int y_coord
 
GridObject contents
 
Direction fort_orientation
 
int capsule_power
 

Detailed Description

Definition at line 82 of file RoboSim.java.

Member Function Documentation

Object Robot.GridCell.clone ( ) throws CloneNotSupportedException
inherited

override clone and make it public (to implement Cloneable)

Definition at line 98 of file Robot.java.

99  { return super.clone(); }

Member Data Documentation

int Robot.GridCell.capsule_power
inherited

power of capsule, if there is a capsule in the cell.

Definition at line 95 of file Robot.java.

Direction Robot.GridCell.fort_orientation
inherited

orientation of fort, if there is a fort in the cell.

Definition at line 92 of file Robot.java.

int RoboSim.SimGridCell.wallforthealth

Definition at line 85 of file RoboSim.java.

Referenced by RoboSim.RoboAPIImplementor.meleeAttack(), and RoboSim.sanitizeGrid().


The documentation for this class was generated from the following file: