Uses of Interface
org.javacord.api.interaction.MessageContextMenuInteraction
-
Packages that use MessageContextMenuInteraction Package Description org.javacord.api.event.interaction org.javacord.api.interaction -
-
Uses of MessageContextMenuInteraction in org.javacord.api.event.interaction
Methods in org.javacord.api.event.interaction that return MessageContextMenuInteraction Modifier and Type Method Description default MessageContextMenuInteractionMessageContextMenuCommandEvent. getMessageContextMenuInteraction()Gets the created interaction as MessageContextMenuInteraction, if the interaction is of this type.Methods in org.javacord.api.event.interaction that return types with arguments of type MessageContextMenuInteraction Modifier and Type Method Description default java.util.Optional<MessageContextMenuInteraction>MessageContextMenuCommandEvent. getMessageContextMenuInteractionWithCommandId(long commandId)Gets the created interaction as MessageContextMenuInteraction, if the interaction is of this type and the command id equals the given command id. -
Uses of MessageContextMenuInteraction in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return types with arguments of type MessageContextMenuInteraction Modifier and Type Method Description default java.util.Optional<MessageContextMenuInteraction>Interaction. asMessageContextMenuInteraction()Get this interaction as message context menu interaction if the type matches.default java.util.Optional<MessageContextMenuInteraction>Interaction. asMessageContextMenuInteractionWithCommandId(long commandId)Get this interaction as message context menu interaction if the type and the command id match.
-