Uses of Interface
net.kautler.command.api.Command
-
Packages that use Command Package Description net.kautler.command.api -
-
Uses of Command in net.kautler.command.api
Methods in net.kautler.command.api with parameters of type Command Modifier and Type Method Description Map<String,String>
ParameterParser. getParsedParameters(Command<?> command, String prefix, String usedAlias, String parameterString)
Returns the parsed parameters for the usage of the given command that was triggered using the given prefix, alias and parameter string.Method parameters in net.kautler.command.api with type arguments of type Command Modifier and Type Method Description protected void
CommandHandler. doSetCommands(Instance<Command<? super M>> commands)
Sets the commands for this command handler.
-