Class PackedAStarStorage

java.lang.Object
net.citizensnpcs.api.astar.PackedAStarStorage
All Implemented Interfaces:
AStarStorage

public class PackedAStarStorage extends Object implements AStarStorage
Implementation of AStarStorage that uses a PriorityQueue for the frontier and Long2FloatOpenHashMaps for the open/closed sets.