Package net.citizensnpcs.api.astar
package net.citizensnpcs.api.astar
-
ClassDescriptionAStarMachine.AStarState<T extends AStarNode>The storage for an
AStarMachine
.An abstract plan returned by theAStarGoal
that should be run until completion.A base implementation ofAStarStorage
that uses aPriorityQueue
for the frontier andHashMap
s for the open/closed sets.