Uses of Enum
net.citizensnpcs.api.ai.tree.BehaviorStatus
Packages that use BehaviorStatus
Package
Description
-
Uses of BehaviorStatus in net.citizensnpcs.api.ai.goals
Methods in net.citizensnpcs.api.ai.goals that return BehaviorStatus -
Uses of BehaviorStatus in net.citizensnpcs.api.ai.tree
Subclasses with type arguments of type BehaviorStatus in net.citizensnpcs.api.ai.treeMethods in net.citizensnpcs.api.ai.tree that return BehaviorStatusModifier and TypeMethodDescriptionBehavior.run()Runs the behavior for one 'tick', optionally changing the state that it is in.Callback.run()CoalescedBehavior.run()Decorator.run()IfElse.run()InverterDecorator.run()Loop.run()ParallelBehaviorWrapper.run()ParallelComposite.run()RetryDecorator.run()Selector.run()Sequence.run()StatusMapper.run()TimeoutDecorator.run()TimerDecorator.run()static BehaviorStatusReturns the enum constant of this type with the specified name.static BehaviorStatus[]BehaviorStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.citizensnpcs.api.ai.tree with type arguments of type BehaviorStatusModifier and TypeMethodDescriptionstatic CallbackCallback.callback(Behavior wrapping, Consumer<BehaviorStatus> cb) static StatusMapperStatusMapper.mapping(Behavior wrapping, Supplier<BehaviorStatus> to) Decorator.Builder.withStatusTransformer(Function<BehaviorStatus, BehaviorStatus> transformer) Decorator.Builder.withStatusTransformer(Function<BehaviorStatus, BehaviorStatus> transformer) -
Uses of BehaviorStatus in net.citizensnpcs.util
Methods in net.citizensnpcs.util that return BehaviorStatus