Robot.GridCell Class Reference
Inheritance diagram for Robot.GridCell:
Collaboration diagram for Robot.GridCell:

Public Member Functions

Object clone () throws CloneNotSupportedException
 

Public Attributes

int x_coord
 
int y_coord
 
GridObject contents
 
Direction fort_orientation
 
int capsule_power
 

Detailed Description

Represents cell in grid of simulator's world.

Definition at line 80 of file Robot.java.

Member Function Documentation

Object Robot.GridCell.clone ( ) throws CloneNotSupportedException

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

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

Definition at line 95 of file Robot.java.

Direction Robot.GridCell.fort_orientation

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

Definition at line 92 of file Robot.java.


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