Uses of Interface
net.citizensnpcs.api.ai.GoalSelector
Packages that use GoalSelector
- 
Uses of GoalSelector in net.citizensnpcs.api.aiClasses in net.citizensnpcs.api.ai that implement GoalSelectorMethods in net.citizensnpcs.api.ai with parameters of type GoalSelectorModifier and TypeMethodDescriptionvoidGoal.run(GoalSelector selector) Updates the goal.booleanGoal.shouldExecute(GoalSelector selector) Returns whether the goal is ready to start.
- 
Uses of GoalSelector in net.citizensnpcs.api.ai.treeMethods in net.citizensnpcs.api.ai.tree with parameters of type GoalSelectorModifier and TypeMethodDescriptionvoidBehaviorGoalAdapter.run(GoalSelector selector) booleanBehaviorGoalAdapter.shouldExecute(GoalSelector selector)