|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfinitewisdom.model.grid.GlobalCell
public class GlobalCell
Quantized unit positions for pathfinding. No Playerspecific information is stored here. For that purpose use PlayerCell.
Field Summary | |
---|---|
Vec2i |
pos
|
java.util.List<UnitIF> |
units
|
Constructor Summary | |
---|---|
GlobalCell(int xi,
int yi)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.util.List<UnitIF> units
public Vec2i pos
Constructor Detail |
---|
public GlobalCell(int xi, int yi)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |