Uses of Class
dev.sympho.modular_commands.api.command.reply.CommandReplySpec
Packages that use CommandReplySpec
Package
Description
Interfaces that represent the invocation context of a command.
Interface that bridges reply management on different commant types.
Implementations for command contexts.
-
Uses of CommandReplySpec in dev.sympho.modular_commands.api.command.context
Methods in dev.sympho.modular_commands.api.command.context with parameters of type CommandReplySpecModifier and TypeMethodDescriptionCommandContext.reply
(CommandReplySpec spec) Sends a reply, as if by callingCommandContext.replies()
.add()
. -
Uses of CommandReplySpec in dev.sympho.modular_commands.api.command.reply
Methods in dev.sympho.modular_commands.api.command.reply that return CommandReplySpecModifier and TypeMethodDescriptionCommandReplySpec.Builder.build()
Builds a newCommandReplySpec
.CommandReplySpec.withAllowedMentions
(discord4j.discordjson.possible.Possible<discord4j.rest.util.AllowedMentions> value) CommandReplySpec.withAllowedMentions
(discord4j.rest.util.AllowedMentions value) final CommandReplySpec
CommandReplySpec.withComponents
(LayoutComponent... elements) CommandReplySpec.withComponents
(discord4j.discordjson.possible.Possible<List<LayoutComponent>> possible) CommandReplySpec.withComponents
(Iterable<LayoutComponent> elements) CommandReplySpec.withContent
(discord4j.discordjson.possible.Possible<String> value) CommandReplySpec.withContent
(String value) final CommandReplySpec
CommandReplySpec.withEmbeds
(EmbedCreateSpec... elements) CommandReplySpec.withEmbeds
(discord4j.discordjson.possible.Possible<List<EmbedCreateSpec>> possible) CommandReplySpec.withEmbeds
(Iterable<EmbedCreateSpec> elements) CommandReplySpec.withFiles
(MessageCreateFields.File... elements) CommandReplySpec.withFiles
(Iterable<? extends MessageCreateFields.File> elements) CommandReplySpec.withFileSpoilers
(MessageCreateFields.FileSpoiler... elements) CommandReplySpec.withFileSpoilers
(Iterable<? extends MessageCreateFields.FileSpoiler> elements) CommandReplySpec.withPrivately
(discord4j.discordjson.possible.Possible<Boolean> value) CommandReplySpec.withPrivately
(Boolean value) Methods in dev.sympho.modular_commands.api.command.reply with parameters of type CommandReplySpecModifier and TypeMethodDescriptionReplyManager.add
(CommandReplySpec spec) Sends a new reply.final CommandReplySpec.Builder
CommandReplySpec.Builder.from
(CommandReplySpec instance) Fill a builder with attribute values from the providedCommandReplySpec
instance. -
Uses of CommandReplySpec in dev.sympho.modular_commands.impl.context
Methods in dev.sympho.modular_commands.impl.context with parameters of type CommandReplySpec