Interface CommandTreeNode.Root

All Superinterfaces:
CommandTreeNode<CommandTreeNode.Root>
Enclosing interface:
CommandTreeNode<T extends CommandTreeNode<T>>

public static interface CommandTreeNode.Root extends CommandTreeNode<CommandTreeNode.Root>
A CommandTreeNode that acts as the root of a command.