Class SlashCommandHandler
java.lang.Object
io.github.kaktushose.jdac.dispatching.handling.EventHandler<SlashCommandInteractionEvent>
io.github.kaktushose.jdac.dispatching.handling.command.SlashCommandHandler
- All Implemented Interfaces:
BiConsumer<SlashCommandInteractionEvent, Runtime>
-
Nested Class Summary
Nested classes/interfaces inherited from class EventHandler
EventHandler.PreparationResult -
Field Summary
Fields inherited from class EventHandler
errorMessageFactory, interactionRegistry, INVOCATION_PERMITTED, log, runtimeIntrospection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable EventHandler.PreparationResultprepare(SlashCommandInteractionEvent event, Runtime runtime) Methods inherited from class EventHandler
acceptMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThen
-
Constructor Details
-
SlashCommandHandler
-
-
Method Details
-
prepare
protected @Nullable EventHandler.PreparationResult prepare(SlashCommandInteractionEvent event, Runtime runtime) - Specified by:
preparein classEventHandler<SlashCommandInteractionEvent>
-