Uses of Record Class
com.github.kaktushose.jda.commands.definitions.interactions.InteractionDefinition.ReplyConfig
Package
Description
Root package of JDA-Commands.
Definitions
that represent any type interaction.Abstract event classes that build the foundation for specific event implementations.
Event classes that represent an interaction execution.
Classes for sending bot messages.
-
Uses of InteractionDefinition.ReplyConfig in com.github.kaktushose.jda.commands
Modifier and TypeMethodDescription@NotNull JDACommandsBuilder
JDACommandsBuilder.globalReplyConfig
(@NotNull InteractionDefinition.ReplyConfig globalReplyConfig) -
Uses of InteractionDefinition.ReplyConfig in com.github.kaktushose.jda.commands.definitions.interactions
Modifier and TypeMethodDescriptiondefault @NotNull InteractionDefinition.ReplyConfig
InteractionDefinition.replyConfig
(@NotNull InteractionDefinition.ReplyConfig globalFallback) TheInteractionDefinition.ReplyConfig
that should be used when sending replies.Modifier and TypeMethodDescriptiondefault @NotNull InteractionDefinition.ReplyConfig
InteractionDefinition.replyConfig
(@NotNull InteractionDefinition.ReplyConfig globalFallback) TheInteractionDefinition.ReplyConfig
that should be used when sending replies. -
Uses of InteractionDefinition.ReplyConfig in com.github.kaktushose.jda.commands.dispatching.events
ModifierConstructorDescriptionprotected
ModalReplyableEvent
(T event, @NotNull InteractionRegistry registry, @NotNull com.github.kaktushose.jda.commands.dispatching.Runtime runtime, @NotNull InteractionDefinition definition, InteractionDefinition.ReplyConfig global) Constructs a new ModalReplyableEvent.protected
ReplyableEvent
(T event, InteractionRegistry interactionRegistry, com.github.kaktushose.jda.commands.dispatching.Runtime runtime, InteractionDefinition definition, InteractionDefinition.ReplyConfig globalReplyConfig) Constructs a new ReplyableEvent. -
Uses of InteractionDefinition.ReplyConfig in com.github.kaktushose.jda.commands.dispatching.events.interactions
ModifierConstructorDescriptionCommandEvent
(@NotNull GenericCommandInteractionEvent event, @NotNull InteractionRegistry registry, @NotNull com.github.kaktushose.jda.commands.dispatching.Runtime runtime, @NotNull InteractionDefinition definition, InteractionDefinition.ReplyConfig global) Constructs a new CommandEvent.ComponentEvent
(@NotNull GenericComponentInteractionCreateEvent event, @NotNull InteractionRegistry registry, @NotNull com.github.kaktushose.jda.commands.dispatching.Runtime runtime, @NotNull InteractionDefinition definition, InteractionDefinition.ReplyConfig global) Constructs a new CommandEvent.ModalEvent
(@NotNull ModalInteractionEvent event, @NotNull InteractionRegistry registry, @NotNull com.github.kaktushose.jda.commands.dispatching.Runtime runtime, @NotNull InteractionDefinition definition, InteractionDefinition.ReplyConfig global) Constructs a new CommandEvent. -
Uses of InteractionDefinition.ReplyConfig in com.github.kaktushose.jda.commands.dispatching.reply
ModifierConstructorDescriptionMessageReply
(@NotNull GenericInteractionCreateEvent event, @NotNull InteractionDefinition definition, InteractionDefinition.ReplyConfig replyConfig) Constructs a new MessageReply.