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>
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addNextNode
(CommandTree.CommandNode<S> node) boolean
int
hashCode()