Uses of Interface
net.citizensnpcs.api.astar.AStarGoal
Packages that use AStarGoal
- 
Uses of AStarGoal in net.citizensnpcs.api.astarMethods in net.citizensnpcs.api.astar with parameters of type AStarGoalModifier 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.pathfinderClasses in net.citizensnpcs.api.astar.pathfinder that implement AStarGoal