Uses of Enum
net.citizensnpcs.api.ai.tree.BehaviorStatus
Package
Description
-
Uses of BehaviorStatus in net.citizensnpcs.api.ai.goals
-
Uses of BehaviorStatus in net.citizensnpcs.api.ai.tree
Modifier 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.Modifier 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