Uses of Interface
net.kautler.command.api.parameter.Parameters
-
Packages that use Parameters Package Description net.kautler.command.api.parameter -
-
Uses of Parameters in net.kautler.command.api.parameter
Methods in net.kautler.command.api.parameter that return Parameters Modifier and Type Method Description <R extends V>
Parameters<R>Parameters. getParameters()
Returns this parameters instance with an optional implicit downcast for the values.<V> Parameters<V>
ParameterParser. parse(CommandContext<?> commandContext)
Returns the parsed parameters for the usage of the command that was triggered by the given command context with an optional implicit downcast for the values.
-