public static interface AStarPathUtil.ExtendedTraversalPred extends AStarPathUtil.TraversalPred
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTraverse(Object traverser,
int sx,
int sy,
int dx,
int dy)
Requests to know if the specific traverser (which was provided in the call to
AStarPathUtil.getPath(TraversalPred,Object,int,int,int,int,int,boolean)) can traverse from
the specified source tile coordinate to the specified destination tile coordinate. |
canTraverseboolean canTraverse(Object traverser, int sx, int sy, int dx, int dy)
AStarPathUtil.getPath(TraversalPred,Object,int,int,int,int,int,boolean)) can traverse from
the specified source tile coordinate to the specified destination tile coordinate.Copyright © 2015. All rights reserved.