Uses of Interface
net.citizensnpcs.api.ai.GoalSelector
-
Uses of GoalSelector in net.citizensnpcs.api.ai
Modifier and TypeMethodDescriptionvoid
Goal.run
(GoalSelector selector) Updates the goal.boolean
Goal.shouldExecute
(GoalSelector selector) Returns whether the goal is ready to start. -
Uses of GoalSelector in net.citizensnpcs.api.ai.tree
Modifier and TypeMethodDescriptionvoid
BehaviorGoalAdapter.run
(GoalSelector selector) boolean
BehaviorGoalAdapter.shouldExecute
(GoalSelector selector)