Interface CommandTreeNode.Amount
- All Superinterfaces:
- CommandTreeNode<CommandTreeNode.Amount>,- CommandTreeNode.Argument<CommandTreeNode.Amount>
- Enclosing interface:
- CommandTreeNode<T extends CommandTreeNode<T>>
public static interface CommandTreeNode.Amount
extends CommandTreeNode.Argument<CommandTreeNode.Amount>
A 
CommandTreeNode that controls whether multiple entries
 can be parsed.- 
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 SummaryModifier and TypeMethodDescriptionsingle()Indicates that only one object can be selected by this parameter.Methods inherited from interface org.spongepowered.api.command.registrar.tree.CommandTreeNodechild, child, child, completions, completions, customCompletions, executable, redirect, requires
- 
Method Details- 
singleCommandTreeNode.Amount single()Indicates that only one object can be selected by this parameter. If this is not called, this element will default to allowing the selection of multiple objects.- Returns:
- This, for chaining.
 
 
-