infinitewisdom.model.grid
Class CustomDataCell

java.lang.Object
  extended by infinitewisdom.model.grid.CustomDataCell

public class CustomDataCell
extends java.lang.Object

Playerspecific information about pathfinding.


Field Summary
 boolean examined
           
 GlobalCell gcell
           
 CustomDataCell previous
           
 boolean traversable
           
 
Constructor Summary
CustomDataCell()
           
 
Method Summary
 java.lang.String debugPlan1()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

examined

public boolean examined

traversable

public boolean traversable

previous

public CustomDataCell previous

gcell

public GlobalCell gcell
Constructor Detail

CustomDataCell

public CustomDataCell()
Method Detail

debugPlan1

public java.lang.String debugPlan1()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object