Package net.eternalclient.api.frameworks.tree
-
Class Summary Class Description Branch This abstract class represents a branch in a tree structure, which contains a list of leaf nodes.Leaf This class is an abstract class that represents a leaf in a tree structure.Root Represents the root node of the tree.Tree A tree object used to manage branches and leaves.