Uses of Interface
net.citizensnpcs.api.ai.GoalSelector
Packages that use GoalSelector
-
Uses of GoalSelector in net.citizensnpcs.api.ai
Classes in net.citizensnpcs.api.ai that implement GoalSelectorMethods in net.citizensnpcs.api.ai with parameters of type GoalSelectorModifier 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
Methods in net.citizensnpcs.api.ai.tree with parameters of type GoalSelectorModifier and TypeMethodDescriptionvoid
BehaviorGoalAdapter.run
(GoalSelector selector) boolean
BehaviorGoalAdapter.shouldExecute
(GoalSelector selector)