|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface AStarPathUtil.TraversalPred
Provides traversibility information when computing paths.
| Method Summary | |
|---|---|
boolean |
canTraverse(Object traverser,
int x,
int y)
Requests to know if the specified traverser (which was provided in the call to AStarPathUtil.getPath(TraversalPred,Object,int,int,int,int,int,boolean)) can traverse the
specified tile coordinate. |
| Method Detail |
|---|
boolean canTraverse(Object traverser,
int x,
int y)
AStarPathUtil.getPath(TraversalPred,Object,int,int,int,int,int,boolean)) can traverse the
specified tile coordinate.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||