com.threerings.media.util
Interface AStarPathUtil.TraversalPred

All Known Subinterfaces:
AStarPathUtil.ExtendedTraversalPred
All Known Implementing Classes:
MisoScenePanel
Enclosing class:
AStarPathUtil

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

canTraverse

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.