Package org.dreambot.api.script.frameworks.treebranch
-
Class Summary Class Description Branch Branch of the framework, holds on to leaf childrenLeaf Base leaf of the framework, abstract class to be extended on for behavior functionalityRoot The root of the framework, can be given branches or leaves as children.TreeScript Framework implementation ofAbstractScript
based on the Tree Branch Leaf framework created by LostVirt https://github.com/LostVirt/Dreambot-Tree-Branch-Framework Creates aRoot
node, which has a linked list ofBranch
, each of which has a linked list ofLeaf