Uses of Interface
net.citizensnpcs.api.astar.AStarGoal
-
Uses of AStarGoal in net.citizensnpcs.api.astar
Modifier and TypeMethodDescriptionAStarMachine.getStateFor
(AStarGoal<N> goal, N start) Creates anAStarMachine<N extends AStarNode,
that can be reused across multiple invocations of {P extends Plan>.AStarState AStarMachine.run(AStarState, int)
.Runs the machine until a plan is either found or cannot be generated.Runs the machine fully until the iteration limit has been exceeded. -
Uses of AStarGoal in net.citizensnpcs.api.astar.pathfinder