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
Methods 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()
Decorator.run()
Empty.run()
ForwardingBehaviorGoalAdapter.run()
IfElse.run()
Loop.run()
RetryDecorator.run()
Selector.run()
Sequence.run()
StatusMapper.run()
TimerDecorator.run()
static BehaviorStatus
Returns 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 Callback
Callback.callback
(Behavior wrapping, Consumer<BehaviorStatus> cb) static StatusMapper
StatusMapper.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