Uses of Interface
net.citizensnpcs.api.astar.Plan
Package
Description
-
Uses of Plan in net.citizensnpcs.api.astar
Modifier 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. -
Uses of Plan in net.citizensnpcs.api.astar.pathfinder
-
Uses of Plan in net.citizensnpcs.api.hpastar