public static interface AStarPathUtil.TraversalPred
| Modifier and Type | Method and Description |
|---|---|
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. |
boolean canTraverse(Object traverser, int x, int y)
AStarPathUtil.getPath(TraversalPred,Object,int,int,int,int,int,boolean)) can traverse the
specified tile coordinate.Copyright © 2015. All rights reserved.