Example usage for com.badlogic.gdx.ai.pfa.indexed IndexedAStarPathFinder subclass-usage

List of usage examples for com.badlogic.gdx.ai.pfa.indexed IndexedAStarPathFinder subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.ai.pfa.indexed IndexedAStarPathFinder subclass-usage.

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> {