Interface CommandTreeNode.Argument<T extends CommandTreeNode<T>>
- Type Parameters:
- T- The type of- CommandTreeNode.
- All Superinterfaces:
- CommandTreeNode<T>
- All Known Subinterfaces:
- CommandTreeNode.Amount,- CommandTreeNode.Basic,- CommandTreeNode.EntitySelection,- CommandTreeNode.Range<S>,- CommandTreeNode.StringParser
- Enclosing interface:
- CommandTreeNode<T extends CommandTreeNode<T>>
public static interface CommandTreeNode.Argument<T extends CommandTreeNode<T>>
extends CommandTreeNode<T>
A 
CommandTreeNode that can be used as a child.- 
Nested Class SummaryNested 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 SummaryMethods inherited from interface org.spongepowered.api.command.registrar.tree.CommandTreeNodechild, child, child, completions, completions, customCompletions, executable, redirect, requires