Uses of Interface
io.github.daflamingfox.CmdExecutor
-
-
Uses of CmdExecutor in io.github.daflamingfox
Methods in io.github.daflamingfox that return CmdExecutor Modifier and Type Method Description CmdExecutorSlashCmd. getExecutor()Gets the executor of the command.CmdExecutorTxtCmd. getExecutor()Gets the command executor.Methods in io.github.daflamingfox with parameters of type CmdExecutor Modifier and Type Method Description CmdHandlerBuilderCmdHandlerBuilder. addSlashCommand(String name, String description, List<org.javacord.api.interaction.SlashCommandOption> options, List<org.javacord.api.interaction.SlashCommandPermissions> permissions, org.javacord.api.entity.server.Server server, CmdExecutor executor)Adds a slash command to the handler.CmdHandlerBuilderCmdHandlerBuilder. addTextCommand(String keyword, String[] keywordAliases, String description, String usage, CmdExecutor executor)Adds a text command to the handler.Constructors in io.github.daflamingfox with parameters of type CmdExecutor Constructor Description SlashCmd(String name, String description, Optional<List<org.javacord.api.interaction.SlashCommandOption>> options, Optional<List<org.javacord.api.interaction.SlashCommandPermissions>> permissions, Optional<org.javacord.api.entity.server.Server> server, CmdExecutor executor)Creates a new SlashCmd object.TxtCmd(String prefix, String keyword, String[] keywordAliases, CmdExecutor executor, org.javacord.api.DiscordApi api, String description, String usage)Creates a new TxtCmd object.
-