infinitewisdom.model.grid
Class CustomDataGrid

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

public class CustomDataGrid
extends java.lang.Object

Pathfinding data from the perspective of a particular unit.


Constructor Summary
CustomDataGrid(GlobalGrid gg, UnitIF u)
           
 
Method Summary
 CustomDataCell getCustomCell(int x, int y)
           
 CustomDataCell getCustomCell(Vec2i pos)
           
protected  void init()
           
 void pprint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDataGrid

public CustomDataGrid(GlobalGrid gg,
                      UnitIF u)
Method Detail

init

protected void init()

getCustomCell

public CustomDataCell getCustomCell(int x,
                                    int y)

getCustomCell

public CustomDataCell getCustomCell(Vec2i pos)

pprint

public void pprint()