Uses of Class
net.citizensnpcs.api.ai.tree.Sequence
-
Uses of Sequence in net.citizensnpcs.api.ai.tree
Modifier and TypeMethodDescriptionstatic Sequence
Sequence.createRetryingSequence
(Collection<Behavior> behaviors) Creates aretrying
sequence that will continue from the currentBehavior
if it returnsBehaviorStatus.FAILURE
instead of propagating the failure up to its parent.static Sequence
Sequence.createRetryingSequence
(Behavior... behaviors) static Sequence
Sequence.createSequence
(Collection<Behavior> behaviors) Creates sequence that will stop executing if the currentBehavior
returnsBehaviorStatus.FAILURE
.static Sequence
Sequence.createSequence
(Behavior... behaviors)