Uses of Class
com.github.kaktushose.jda.commands.dispatching.context.KeyValueStore
Package
Description
Abstract event classes that build the foundation for specific event implementations.
-
Uses of KeyValueStore in com.github.kaktushose.jda.commands.dispatching.context
Modifier and TypeMethodDescriptionKeyValueStore.clear()
Removes all the value mappings.@NotNull KeyValueStore
InvocationContext.keyValueStore()
Returns the value of thekeyValueStore
record component.Associates the specified value with the specified key.Removes the value mapping for a key.ModifierConstructorDescriptionInvocationContext
(T event, @NotNull KeyValueStore keyValueStore, @NotNull InteractionDefinition definition, @NotNull SequencedCollection<Object> arguments) Creates an instance of aInvocationContext
record class. -
Uses of KeyValueStore in com.github.kaktushose.jda.commands.dispatching.events
Modifier and TypeMethodDescription@NotNull KeyValueStore
Event.kv()
Returns theKeyValueStore
of thisRuntime
.