Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.newdawn.slick.util.pathfinding Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AStarHeuristicThe description of a class providing a cost for a given tile based on a target location and entity being moved.Interfaceorg.newdawn.slick.util.pathfindingSlick
AStarPathFinderA path finder implementation that uses the AStar heuristic based algorithm to determine a path.Classorg.newdawn.slick.util.pathfindingSlick
ClosestHeuristicA heuristic that uses the tile that is closest to the target as the next best tile.Classorg.newdawn.slick.util.pathfinding.heuristicsSlick
ClosestSquaredHeuristicA heuristic that uses the tile that is closest to the target as the next best tile.Classorg.newdawn.slick.util.pathfinding.heuristicsSlick
LinkClassorg.newdawn.slick.util.pathfinding.navmeshSlick
ManhattanHeuristicA heuristic that drives the search based on the Manhattan distance between the current location and the targetClassorg.newdawn.slick.util.pathfinding.heuristicsSlick
MoverA tagging interface for an object representing the entity in the game that is going to moving along the path.Interfaceorg.newdawn.slick.util.pathfindingSlick
NavMeshA nav-mesh is a set of shapes that describe the navigation of a map.Classorg.newdawn.slick.util.pathfinding.navmeshSlick
NavMeshBuilderThe builder responsible for converting a tile based map intoConstructor SummaryNavMeshBuilder()Classorg.newdawn.slick.util.pathfinding.navmeshSlick
NavPathA path across a navigation meshConstructor SummaryNavPath()Classorg.newdawn.slick.util.pathfinding.navmeshSlick
PathA path determined by some path finding algorithm.Classorg.newdawn.slick.util.pathfindingSlick
PathFinderA description of an implementation that can find a path from one location on a tile map to another based on information providedInterfaceorg.newdawn.slick.util.pathfindingSlick
PathFindingContextInterfaceorg.newdawn.slick.util.pathfindingSlick
SpaceClassorg.newdawn.slick.util.pathfinding.navmeshSlick
TileBasedMapThe description for the data we're pathfinding over.Interfaceorg.newdawn.slick.util.pathfindingSlick