Uses of Interface
net.citizensnpcs.api.astar.Plan
Packages that use Plan
Package
Description
-
Uses of Plan in net.citizensnpcs.api.astar
Classes 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 usingSimpleAStarStorage
as the storage backend.static <N extends AStarNode,
P extends Plan>
AStarMachine<N, P> AStarMachine.createWithStorage
(Supplier<AStarStorage> storageSupplier) Creates an AStarMachine that uses the given
to createAStarStorage
instances.Methods in net.citizensnpcs.api.astar that return Plan -
Uses of Plan in net.citizensnpcs.api.astar.pathfinder
Classes 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.hpastar
Methods in net.citizensnpcs.api.hpastar that return Plan