Interface SelectMenuDefinition<T extends SelectMenu>
- All Superinterfaces:
ComponentDefinition<T>
,CustomIdJDAEntity<T>
,Definition
,InteractionDefinition
,com.github.kaktushose.jda.commands.definitions.features.internal.Invokable
,JDAEntity<T>
- All Known Implementing Classes:
EntitySelectMenuDefinition
,StringSelectMenuDefinition
public sealed interface SelectMenuDefinition<T extends SelectMenu>
extends ComponentDefinition<T>
permits EntitySelectMenuDefinition, StringSelectMenuDefinition
Common interface for select menu definitions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.kaktushose.jda.commands.definitions.interactions.InteractionDefinition
InteractionDefinition.ReplyConfig
-
Field Summary
Fields inherited from interface com.github.kaktushose.jda.commands.definitions.features.internal.Invokable
log
-
Method Summary
Methods inherited from interface com.github.kaktushose.jda.commands.definitions.interactions.component.ComponentDefinition
clazzDescription, methodDescription
Methods inherited from interface com.github.kaktushose.jda.commands.definitions.features.CustomIdJDAEntity
toJDAEntity
Methods inherited from interface com.github.kaktushose.jda.commands.definitions.Definition
displayName
Methods inherited from interface com.github.kaktushose.jda.commands.definitions.interactions.InteractionDefinition
definitionId, newInstance, permissions, replyConfig
Methods inherited from interface com.github.kaktushose.jda.commands.definitions.features.internal.Invokable
invoke
Methods inherited from interface com.github.kaktushose.jda.commands.definitions.features.JDAEntity
toJDAEntity
-
Method Details
-
placeholder
the placeholder text of this menu -
minValue
int minValue()the minimum amount of choices -
maxValue
int maxValue()the maximum amount of choices
-