Interface CommandTreeNode.Root
- 
- All Superinterfaces:
- CommandTreeNode<CommandTreeNode.Root>
 - Enclosing interface:
- CommandTreeNode<T extends CommandTreeNode<T>>
 
 public static interface CommandTreeNode.Root extends CommandTreeNode<CommandTreeNode.Root> ACommandTreeNodethat acts as the root of a command.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.spongepowered.api.command.registrar.tree.CommandTreeNodeCommandTreeNode.Amount, CommandTreeNode.Argument<T extends CommandTreeNode<T>>, CommandTreeNode.Basic, CommandTreeNode.EntitySelection, CommandTreeNode.NodeFactory, CommandTreeNode.Range<S extends Number>, CommandTreeNode.Root, CommandTreeNode.StringParser
 
- 
 - 
Method Summary- 
Methods inherited from interface org.spongepowered.api.command.registrar.tree.CommandTreeNodechild, child, child, completions, completions, customCompletions, executable, redirect, requires
 
- 
 
-