Interface Parameter.Multi
- All Superinterfaces:
Parameter
- Enclosing interface:
Parameter
A parameter that consists of multiple parameters
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.command.parameter.Parameter
Parameter.Factory, Parameter.FirstOfBuilder, Parameter.Key<T>, Parameter.Multi, Parameter.SequenceBuilder, Parameter.Subcommand, Parameter.Value<T>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the child parameters.Methods inherited from interface org.spongepowered.api.command.parameter.Parameter
isOptional, isTerminal
-
Method Details
-
childParameters
Returns the child parameters.- Returns:
- the child parameters
-