Uses of Interface
group.worldstandard.pudel.api.interaction.SlashCommandHandler
Packages that use SlashCommandHandler
Package
Description
Discord interaction handling API (slash commands, buttons, modals, etc.).
-
Uses of SlashCommandHandler in group.worldstandard.pudel.api.interaction
Methods in group.worldstandard.pudel.api.interaction that return SlashCommandHandlerModifier and TypeMethodDescriptionInteractionManager.getSlashCommand(String commandName) Get a registered slash command handler.Methods in group.worldstandard.pudel.api.interaction that return types with arguments of type SlashCommandHandlerModifier and TypeMethodDescriptionInteractionManager.getAllSlashCommands()Get all registered slash commands.Methods in group.worldstandard.pudel.api.interaction with parameters of type SlashCommandHandlerModifier and TypeMethodDescriptionbooleanInteractionManager.registerSlashCommand(String pluginId, SlashCommandHandler handler) Register a slash command handler.