Class Tree
- java.lang.Object
-
- net.eternalclient.api.frameworks.tree.Tree
-
public class Tree extends java.lang.ObjectA tree object used to manage branches and leaves.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringcurrentBranchstatic java.lang.StringcurrentLeaf
-
Constructor Summary
Constructors Constructor Description Tree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LeafaddBranches(Leaf... leaves)voidclear()voidderegisterListeners()java.util.List<java.lang.String>getActiveBranches()java.util.List<Leaf>getBranches()intonLoop()voidregisterListeners()
-
-
-
Method Detail
-
getBranches
public java.util.List<Leaf> getBranches()
-
clear
public void clear()
-
getActiveBranches
public java.util.List<java.lang.String> getActiveBranches()
-
onLoop
public int onLoop()
-
registerListeners
public void registerListeners()
-
deregisterListeners
public void deregisterListeners()
-
-