Package net.citizensnpcs.api.astar
package net.citizensnpcs.api.astar
-
ClassDescriptionThe 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.