Package net.citizensnpcs.api.ai.tree
Interface ParallelBehavior
public interface ParallelBehavior
A marker interface for
Behavior
s that indicates to any parent nodes that the behavior can be run in
parallel along with other behaviors.
Parallel behaviors will not affect the success or failure status of any composite nodes; the return
BehaviorStatus
will only act as a terminal status or an indication to remove the parallel node.