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 BranchaddLeafs(Leaf... leaves)BranchaddShuffledLeafs(Leaf... leaves)voidderegisterListeners()java.util.List<Leaf>getChildren()booleanisActive()intonLoop()voidregisterListeners()-
Methods inherited from class net.eternalclient.api.frameworks.tree.Leaf
isStarted, isValid, onStart, setStarted
-
-
-
-
Method Detail
-
registerListeners
public void registerListeners()
- Overrides:
registerListenersin classLeaf
-
deregisterListeners
public void deregisterListeners()
- Overrides:
deregisterListenersin classLeaf
-
getChildren
public java.util.List<Leaf> getChildren()
-
-