Class Selector

java.lang.Object
net.citizensnpcs.api.ai.tree.Composite
net.citizensnpcs.api.ai.tree.Selector
All Implemented Interfaces:
Behavior

public class Selector extends Composite
A selector of sub-goals, that chooses a single Behavior to execute from a list. The default selection function is a random selection but this can be specified in the builder.