public final class YATA
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
org.xguzm.pathfinding.grid.GridCell[][] |
getNodes() |
java.util.List<TilePosition> |
getPath(TilePosition start,
TilePosition end) |
int |
getWidth() |
public YATA(BWMap bwMap)
public int getWidth()
public int getHeight()
public org.xguzm.pathfinding.grid.GridCell[][] getNodes()
public java.util.List<TilePosition> getPath(TilePosition start, TilePosition end)