Uses of Record Class
com.github.kaktushose.jda.commands.definitions.interactions.InteractionRegistry
Package
Description
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 InteractionRegistry in com.github.kaktushose.jda.commands.dispatching.events
ModifierConstructorDescriptionprotected
Event
(T event, @NotNull InteractionRegistry registry, @NotNull com.github.kaktushose.jda.commands.dispatching.Runtime runtime) Constructs a new Event.protected
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 InteractionRegistry in com.github.kaktushose.jda.commands.dispatching.events.interactions
ModifierConstructorDescriptionAutoCompleteEvent
(@NotNull CommandAutoCompleteInteractionEvent event, @NotNull InteractionRegistry registry, @NotNull com.github.kaktushose.jda.commands.dispatching.Runtime runtime) Constructs a new AutoCompleteEvent.CommandEvent
(@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 InteractionRegistry in com.github.kaktushose.jda.commands.dispatching.reply
ModifierConstructorDescriptionConfigurableReply
(@NotNull MessageReply reply, @NotNull InteractionRegistry registry, @NotNull String runtimeId) Constructs a new ConfigurableReply.