Uses of Interface
group.worldstandard.pudel.api.interaction.ContextMenuHandler
Packages that use ContextMenuHandler
Package
Description
Discord interaction handling API (slash commands, buttons, modals, etc.).
-
Uses of ContextMenuHandler in group.worldstandard.pudel.api.interaction
Methods in group.worldstandard.pudel.api.interaction that return ContextMenuHandlerModifier and TypeMethodDescriptionInteractionManager.getContextMenu(String commandName) Get a registered context menu handler.Methods in group.worldstandard.pudel.api.interaction with parameters of type ContextMenuHandlerModifier and TypeMethodDescriptionbooleanInteractionManager.registerContextMenu(String pluginId, ContextMenuHandler handler) Register a context menu handler.