Uses of Class
net.citizensnpcs.api.ai.tree.Selector.Builder
-
Uses of Selector.Builder in net.citizensnpcs.api.ai.tree
Modifier and TypeMethodDescriptionstatic Selector.Builder
Selectors.prioritySelector
(Comparator<Behavior> comparator, Collection<Behavior> behaviors) static Selector.Builder
Selectors.prioritySelector
(Comparator<Behavior> comparator, Behavior... behaviors) Selector.Builder.retryChildren()
Sets whether to retry childBehavior
s when they returnBehaviorStatus.FAILURE
.Selector.Builder.retryChildren
(boolean b) Sets whether to retry childBehavior
s when they returnBehaviorStatus.FAILURE
.static Selector.Builder
Selector.selecting
(Collection<Behavior> behaviors) static Selector.Builder
Selector.Builder.selectionFunction
(Function<List<Behavior>, Behavior> function)