Class Root
- java.lang.Object
-
- net.eternalclient.api.frameworks.tree.Leaf
-
- net.eternalclient.api.frameworks.tree.Branch
-
- net.eternalclient.api.frameworks.tree.Root
-
public class Root extends Branch
Represents the root node of the tree.
-
-
Constructor Summary
Constructors Constructor Description Root()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isValid()
-
Methods inherited from class net.eternalclient.api.frameworks.tree.Branch
addLeafs, addShuffledLeafs, deregisterListeners, getChildren, isActive, onLoop, registerListeners
-
Methods inherited from class net.eternalclient.api.frameworks.tree.Leaf
isStarted, onStart, setStarted
-
-