Uses of Class
net.citizensnpcs.api.ai.tree.Decorator.Builder
Packages that use Decorator.Builder
-
Uses of Decorator.Builder in net.citizensnpcs.api.ai.tree
Methods in net.citizensnpcs.api.ai.tree that return Decorator.BuilderModifier 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