Uses of Interface
net.citizensnpcs.api.astar.Plan
Packages that use Plan
Package
Description
- 
Uses of Plan in net.citizensnpcs.api.astarClasses in net.citizensnpcs.api.astar with type parameters of type PlanMethods in net.citizensnpcs.api.astar with type parameters of type PlanModifier 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.Methods in net.citizensnpcs.api.astar that return Plan
- 
Uses of Plan in net.citizensnpcs.api.astar.pathfinderClasses in net.citizensnpcs.api.astar.pathfinder that implement PlanMethods in net.citizensnpcs.api.astar.pathfinder that return Plan
- 
Uses of Plan in net.citizensnpcs.api.hpastarMethods in net.citizensnpcs.api.hpastar that return Plan