public class ExternalVisitor<T extends AStarNodeBase<T>> extends java.lang.Object implements AStarMapVisitorBase<T>
Constructor and Description |
---|
ExternalVisitor(AStarOpenListBase<T> openList,
AStarClosedListBase<T> closedList,
AStarMapBase<T> map,
AStarGoalBase<T> goal) |
Modifier and Type | Method and Description |
---|---|
void |
visitNeighbour(T origin,
int x,
int y,
int z) |
public ExternalVisitor(AStarOpenListBase<T> openList, AStarClosedListBase<T> closedList, AStarMapBase<T> map, AStarGoalBase<T> goal)
public void visitNeighbour(T origin, int x, int y, int z)
visitNeighbour
in interface AStarMapVisitorBase<T extends AStarNodeBase<T>>