List of usage examples for com.badlogic.gdx.ai.pfa.indexed IndexedAStarPathFinder subclass-usage
From source file gameplay.map.pathfinding.Finder.java
/** * * @author Stage */ public class Finder extends IndexedAStarPathFinder<Tuile> {
From source file toniarts.openkeeper.world.creature.pathfinding.MapPathFinder.java
/** * The actual path finder * * @author Toni Helenius <helenius.toni@gmail.com> */ public class MapPathFinder extends IndexedAStarPathFinder<TileData> {