Class CommandTree.CommandNode<S>

java.lang.Object
io.github.mqzn.commands.base.syntax.tree.CommandTree.CommandNode<S>
Type Parameters:
S - the type of the sender
Enclosing class:
CommandTree<S>

public static class CommandTree.CommandNode<S> extends Object
A class that defines a subcommand node, each node has a reference to its children nodes, the children can be more than one, that's why a set is being used