Uses of Record Class
com.github.kaktushose.jda.commands.definitions.interactions.MethodBuildContext
Package
Description
Definitions
that represent any type interaction.Definitions
that represent a command interaction.Definitions
that represent component interactions.Definitions
that represent select menu interactions.-
Uses of MethodBuildContext in com.github.kaktushose.jda.commands.definitions.interactions
Modifier and TypeMethodDescriptionstatic Optional
<ModalDefinition> ModalDefinition.build
(MethodBuildContext context) Builds a newModalDefinition
from the givenMethodBuildContext
. -
Uses of MethodBuildContext in com.github.kaktushose.jda.commands.definitions.interactions.command
Modifier and TypeMethodDescriptionstatic @NotNull Optional
<ContextCommandDefinition> ContextCommandDefinition.build
(MethodBuildContext context) Builds a newContextCommandDefinition
from the givenMethodBuildContext
.static @NotNull Optional
<SlashCommandDefinition> SlashCommandDefinition.build
(MethodBuildContext context) Builds a newSlashCommandDefinition
from the givenMethodBuildContext
. -
Uses of MethodBuildContext in com.github.kaktushose.jda.commands.definitions.interactions.component
Modifier and TypeMethodDescriptionstatic Optional
<ButtonDefinition> ButtonDefinition.build
(MethodBuildContext context) Constructs a newButtonDefinition
from the givenMethodBuildContext
.