Uses of Class
com.github.kaktushose.jda.commands.JDACommandsBuilder
-
Uses of JDACommandsBuilder in com.github.kaktushose.jda.commands
Modifier and TypeMethodDescription@NotNull JDACommandsBuilder
JDACommandsBuilder.adapter
(@NotNull Class<?> type, @NotNull TypeAdapter<?> adapter) static @NotNull JDACommandsBuilder
Create a new builder.static @NotNull JDACommandsBuilder
JDACommands.builder
(@NotNull ShardManager shardManager, @NotNull Class<?> clazz, @NotNull String... packages) Create a new builder.@NotNull JDACommandsBuilder
JDACommandsBuilder.classFinders
(@NotNull ClassFinder... classFinders) @NotNull JDACommandsBuilder
JDACommandsBuilder.dependencyInjector
(@NotNull DependencyInjector dependencyInjector) @NotNull JDACommandsBuilder
JDACommandsBuilder.descriptor
(@NotNull Descriptor descriptor) @NotNull JDACommandsBuilder
JDACommandsBuilder.errorMessageFactory
(@NotNull ErrorMessageFactory errorMessageFactory) @NotNull JDACommandsBuilder
JDACommandsBuilder.expirationStrategy
(@NotNull ExpirationStrategy expirationStrategy) @NotNull JDACommandsBuilder
JDACommandsBuilder.globalReplyConfig
(@NotNull InteractionDefinition.ReplyConfig globalReplyConfig) @NotNull JDACommandsBuilder
JDACommandsBuilder.guildScopeProvider
(@NotNull GuildScopeProvider guildScopeProvider) @NotNull JDACommandsBuilder
JDACommandsBuilder.localizationFunction
(@NotNull LocalizationFunction localizationFunction) @NotNull JDACommandsBuilder
JDACommandsBuilder.middleware
(@NotNull Priority priority, @NotNull Middleware middleware) @NotNull JDACommandsBuilder
JDACommandsBuilder.permissionsProvider
(@NotNull PermissionsProvider permissionsProvider) @NotNull JDACommandsBuilder
JDACommandsBuilder.validator
(@NotNull Class<? extends Annotation> annotation, @NotNull Validator validator)