Class EntitySelectInteractionImpl
java.lang.Object
net.dv8tion.jda.internal.interactions.InteractionImpl
net.dv8tion.jda.internal.interactions.DeferrableInteractionImpl
net.dv8tion.jda.internal.interactions.components.ComponentInteractionImpl
net.dv8tion.jda.internal.interactions.components.selections.SelectMenuInteractionImpl<IMentionable,EntitySelectMenu>
net.dv8tion.jda.internal.interactions.components.selections.EntitySelectInteractionImpl
- All Implemented Interfaces:
ISnowflake
,IDeferrableCallback
,IMessageEditCallback
,IModalCallback
,IReplyCallback
,ComponentInteraction
,EntitySelectInteraction
,SelectMenuInteraction<IMentionable,
,EntitySelectMenu> Interaction
public class EntitySelectInteractionImpl
extends SelectMenuInteractionImpl<IMentionable,EntitySelectMenu>
implements EntitySelectInteraction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe resolvedMentions
for this selection.The provided selection.Methods inherited from class net.dv8tion.jda.internal.interactions.components.selections.SelectMenuInteractionImpl
getComponent, getComponentType
Methods inherited from class net.dv8tion.jda.internal.interactions.components.ComponentInteractionImpl
deferEdit, deferReply, getChannel, getComponentId, getMessage, getMessageIdLong, replyModal
Methods inherited from class net.dv8tion.jda.internal.interactions.DeferrableInteractionImpl
getHook, releaseHook
Methods inherited from class net.dv8tion.jda.internal.interactions.InteractionImpl
ack, getChannelIdLong, getContext, getEntitlements, getGuild, getIdLong, getIntegrationOwners, getJDA, getMember, getToken, getTypeRaw, getUser, getUserLocale, isAcknowledged
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.dv8tion.jda.api.interactions.components.ComponentInteraction
getChannel, getComponentId, getComponentType, getGuildChannel, getMessage, getMessageId, getMessageIdLong, getUniqueId
Methods inherited from interface net.dv8tion.jda.api.interactions.callbacks.IDeferrableCallback
getHook
Methods inherited from interface net.dv8tion.jda.api.interactions.callbacks.IMessageEditCallback
deferEdit, editComponents, editComponents, editComponents, editMessage, editMessage, editMessageAttachments, editMessageAttachments, editMessageEmbeds, editMessageEmbeds, editMessageFormat
Methods inherited from interface net.dv8tion.jda.api.interactions.callbacks.IModalCallback
replyModal
Methods inherited from interface net.dv8tion.jda.api.interactions.Interaction
getChannelId, getChannelIdLong, getChannelType, getContext, getEntitlements, getGuild, getGuildLocale, getIntegrationOwners, getJDA, getMember, getMessageChannel, getToken, getType, getTypeRaw, getUser, getUserLocale, isAcknowledged, isFromAttachedGuild, isFromGuild
Methods inherited from interface net.dv8tion.jda.api.interactions.callbacks.IReplyCallback
deferReply, deferReply, reply, reply, replyComponents, replyComponents, replyComponents, replyEmbeds, replyEmbeds, replyFiles, replyFiles, replyFormat, replyPoll
Methods inherited from interface net.dv8tion.jda.api.entities.ISnowflake
getId, getIdLong, getTimeCreated
Methods inherited from interface net.dv8tion.jda.api.interactions.components.selections.SelectMenuInteraction
editSelectMenu, getComponent, getSelectMenu
-
Constructor Details
-
EntitySelectInteractionImpl
-
-
Method Details
-
getMentions
Description copied from interface:EntitySelectInteraction
- Specified by:
getMentions
in interfaceEntitySelectInteraction
- Returns:
- The mentions
-
getValues
Description copied from interface:SelectMenuInteraction
The provided selection.- Specified by:
getValues
in interfaceSelectMenuInteraction<IMentionable,
EntitySelectMenu> - Returns:
List
ofSelectMenuInteraction
-