Uses of Class
dev.sympho.modular_commands.api.command.reply.CommandReplyEditSpec
Packages that use CommandReplyEditSpec
Package
Description
Interface that bridges reply management on different commant types.
-
Uses of CommandReplyEditSpec in dev.sympho.modular_commands.api.command.reply
Methods in dev.sympho.modular_commands.api.command.reply that return CommandReplyEditSpecModifier and TypeMethodDescriptionCommandReplyEditSpec.Builder.build()
Builds a newCommandReplyEditSpec
.CommandReplyEditSpec.withAllowedMentions
(discord4j.discordjson.possible.Possible<Optional<discord4j.rest.util.AllowedMentions>> value) CommandReplyEditSpec.withAllowedMentions
(discord4j.rest.util.AllowedMentions value) Deprecated.CommandReplyEditSpec.withAllowedMentionsOrNull
(discord4j.rest.util.AllowedMentions value) final CommandReplyEditSpec
CommandReplyEditSpec.withAttachments
(Attachment... elements) CommandReplyEditSpec.withAttachments
(discord4j.discordjson.possible.Possible<Optional<List<Attachment>>> possible) CommandReplyEditSpec.withAttachments
(Iterable<Attachment> elements) Deprecated.CommandReplyEditSpec.withAttachmentsOrNull
(Iterable<Attachment> elements) final CommandReplyEditSpec
CommandReplyEditSpec.withComponents
(LayoutComponent... elements) CommandReplyEditSpec.withComponents
(discord4j.discordjson.possible.Possible<Optional<List<LayoutComponent>>> possible) CommandReplyEditSpec.withComponents
(Iterable<LayoutComponent> elements) Deprecated.CommandReplyEditSpec.withComponentsOrNull
(Iterable<LayoutComponent> elements) CommandReplyEditSpec.withContent
(discord4j.discordjson.possible.Possible<Optional<String>> value) CommandReplyEditSpec.withContent
(String value) Deprecated.CommandReplyEditSpec.withContentOrNull
(String value) final CommandReplyEditSpec
CommandReplyEditSpec.withEmbeds
(EmbedCreateSpec... elements) CommandReplyEditSpec.withEmbeds
(discord4j.discordjson.possible.Possible<Optional<List<EmbedCreateSpec>>> possible) CommandReplyEditSpec.withEmbeds
(Iterable<EmbedCreateSpec> elements) Deprecated.CommandReplyEditSpec.withEmbedsOrNull
(Iterable<EmbedCreateSpec> elements) CommandReplyEditSpec.withFiles
(MessageCreateFields.File... elements) CommandReplyEditSpec.withFiles
(Iterable<? extends MessageCreateFields.File> elements) CommandReplyEditSpec.withFileSpoilers
(MessageCreateFields.FileSpoiler... elements) CommandReplyEditSpec.withFileSpoilers
(Iterable<? extends MessageCreateFields.FileSpoiler> elements) Methods in dev.sympho.modular_commands.api.command.reply with parameters of type CommandReplyEditSpecModifier and TypeMethodDescriptionReply.edit
(CommandReplyEditSpec spec) Edits the reply message.CommandReplyEditSpec.Builder.from
(CommandReplyEditSpec instance) Fill a builder with attribute values from the providedCommandReplyEditSpec
instance.