Package net.citizensnpcs.api.astar
package net.citizensnpcs.api.astar
- 
ClassDescriptionThe storage for anAStarMachine.An abstract plan returned by theAStarGoalthat should be run until completion.A base implementation ofAStarStoragethat uses aPriorityQueuefor the frontier andHashMaps for the open/closed sets.