Uses of Class
net.citizensnpcs.api.ai.tree.Decorator.Builder
-
Uses of Decorator.Builder in net.citizensnpcs.api.ai.tree
Modifier and TypeMethodDescriptionDecorator.Builder.withPreRunCallback
(Runnable callback) Decorator.Builder.withResetCallback
(Runnable callback) Decorator.Builder.withShouldExecutePredicate
(Predicate<Boolean> predicate) Decorator.Builder.withStatusTransformer
(Function<BehaviorStatus, BehaviorStatus> transformer) static Decorator.Builder