Uses of Interface
org.javacord.api.event.interaction.UserContextMenuCommandEvent
-
Packages that use UserContextMenuCommandEvent Package Description org.javacord.api.listener.interaction -
-
Uses of UserContextMenuCommandEvent in org.javacord.api.listener.interaction
Methods in org.javacord.api.listener.interaction with parameters of type UserContextMenuCommandEvent Modifier and Type Method Description voidUserContextMenuCommandListener. onUserContextMenuCommand(UserContextMenuCommandEvent event)This method is called every time an interaction is created.
-