Class Branch
- java.lang.Object
-
- net.eternalclient.api.frameworks.tree.Leaf
-
- net.eternalclient.api.frameworks.tree.Branch
-
-
Constructor Summary
Constructors Constructor Description Branch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Branch
addLeafs(Leaf... leaves)
Branch
addShuffledLeafs(Leaf... leaves)
void
deregisterListeners()
java.util.List<Leaf>
getChildren()
boolean
isActive()
int
onLoop()
void
registerListeners()
-
Methods inherited from class net.eternalclient.api.frameworks.tree.Leaf
isStarted, isValid, onStart, setStarted
-
-
-
-
Method Detail
-
registerListeners
public void registerListeners()
- Overrides:
registerListeners
in classLeaf
-
deregisterListeners
public void deregisterListeners()
- Overrides:
deregisterListeners
in classLeaf
-
getChildren
public java.util.List<Leaf> getChildren()
-
-