Uses of Interface
net.kautler.command.api.Command
-
Packages that use Command Package Description net.kautler.command.api net.kautler.command.api.slash.javacord -
-
Uses of Command in net.kautler.command.api
Methods in net.kautler.command.api that return types with arguments of type Command Modifier and Type Method Description Optional<Command<? super M>>
CommandContext. getCommand()
Returns the command that is triggered.Methods in net.kautler.command.api with parameters of type Command Modifier and Type Method Description CommandContext.Builder<M>
CommandContext.Builder. withCommand(Command<? super M> command)
Sets the command that is triggered and returns this builder for method call chaining.CommandContext.Builder<M>
CommandContext. withCommand(Command<? super M> command)
Returns a builder that will create a new command context based on this instance with the given command.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. -
Uses of Command in net.kautler.command.api.slash.javacord
Subinterfaces of Command in net.kautler.command.api.slash.javacord Modifier and Type Interface Description interface
SlashCommandJavacord
A command that can be triggered by slash commands in Javacord.
-