Uses of Class
net.citizensnpcs.api.astar.AStarMachine
-
Uses of AStarMachine 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.