Uses of Class
net.citizensnpcs.api.astar.AStarMachine
Packages that use AStarMachine
- 
Uses of AStarMachine in net.citizensnpcs.api.astarMethods in net.citizensnpcs.api.astar that return AStarMachineModifier and TypeMethodDescriptionstatic <N extends AStarNode,P extends Plan> 
 AStarMachine<N, P> AStarMachine.createWithDefaultStorage()Creates an AStarMachine usingSimpleAStarStorageas the storage backend.static <N extends AStarNode,P extends Plan> 
 AStarMachine<N, P> AStarMachine.createWithStorage(Supplier<AStarStorage> storageSupplier) Creates an AStarMachine that uses the givenAStarStorageinstances.