public interface AStarMapVisitorBase<T extends AStarNodeBase<T>>
Modifier and Type | Method and Description |
---|---|
void |
visitNeighbour(T origin,
int x,
int y,
int z) |
void visitNeighbour(T origin, int x, int y, int z)