Class SimpleGoalController

java.lang.Object
net.citizensnpcs.api.ai.SimpleGoalController
All Implemented Interfaces:
Iterable<GoalController.GoalEntry>, Runnable, GoalController

public class SimpleGoalController extends Object implements GoalController
A simple GoalController implementation that stores goals as a ArrayList. It works with both Behavior, Goal and will also consider PrioritisableGoals if implemented.