Uses of Interface
com.github.alex1304.ultimategdbot.api.command.Command
| Package | Description |
|---|---|
| com.github.alex1304.ultimategdbot.api | |
| com.github.alex1304.ultimategdbot.api.command | |
| com.github.alex1304.ultimategdbot.api.command.annotated |
-
Uses of Command in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return Command Modifier and Type Method Description CommandCommandKernel. getCommandByAlias(String alias)Gets a command instance corresponding to the given alias. -
Uses of Command in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command that return Command Modifier and Type Method Description CommandContext. getCommand()Gets the command that created this context.CommandExecutableCommand. getCommand()Gets the underlying command instance.CommandCommandProvider. getCommandByAlias(String alias)Gets a command instance corresponding to the given alias.Methods in com.github.alex1304.ultimategdbot.api.command that return types with arguments of type Command Modifier and Type Method Description Set<Command>CommandProvider. getProvidedCommands()Gets all provided commands.Methods in com.github.alex1304.ultimategdbot.api.command with parameters of type Command Modifier and Type Method Description voidCommandProvider. add(Command command)Adds a command to this provider.Constructors in com.github.alex1304.ultimategdbot.api.command with parameters of type Command Constructor Description Context(Command command, discord4j.core.event.domain.message.MessageCreateEvent event, List<String> args, FlagSet flags, Bot bot, String prefixUsed, discord4j.core.object.entity.MessageChannel channel)ExecutableCommand(Command command, Context context, CommandErrorHandler errorHandler) -
Uses of Command in com.github.alex1304.ultimategdbot.api.command.annotated
Classes in com.github.alex1304.ultimategdbot.api.command.annotated that implement Command Modifier and Type Class Description classAnnotatedCommandCommand implemented via annotations.