Uses of Class
dev.sympho.modular_commands.api.command.reply.CommandReplyEditMono
Packages that use CommandReplyEditMono
Package
Description
Interface that bridges reply management on different commant types.
-
Uses of CommandReplyEditMono in dev.sympho.modular_commands.api.command.reply
Methods in dev.sympho.modular_commands.api.command.reply that return CommandReplyEditMonoModifier and TypeMethodDescriptiondefault CommandReplyEditMono
Reply.edit()
Edits the reply message.static CommandReplyEditMono
Construct a new immutableCommandReplyEditMono
instance.CommandReplyEditMono.withAllowedMentions
(discord4j.discordjson.possible.Possible<Optional<discord4j.rest.util.AllowedMentions>> value) CommandReplyEditMono.withAllowedMentions
(discord4j.rest.util.AllowedMentions value) Deprecated.CommandReplyEditMono.withAllowedMentionsOrNull
(discord4j.rest.util.AllowedMentions value) final CommandReplyEditMono
CommandReplyEditMono.withAttachments
(Attachment... elements) CommandReplyEditMono.withAttachments
(discord4j.discordjson.possible.Possible<Optional<List<Attachment>>> possible) CommandReplyEditMono.withAttachments
(Iterable<Attachment> elements) Deprecated.CommandReplyEditMono.withAttachmentsOrNull
(Iterable<Attachment> elements) final CommandReplyEditMono
CommandReplyEditMono.withComponents
(LayoutComponent... elements) CommandReplyEditMono.withComponents
(discord4j.discordjson.possible.Possible<Optional<List<LayoutComponent>>> possible) CommandReplyEditMono.withComponents
(Iterable<LayoutComponent> elements) Deprecated.CommandReplyEditMono.withComponentsOrNull
(Iterable<LayoutComponent> elements) CommandReplyEditMono.withContent
(discord4j.discordjson.possible.Possible<Optional<String>> value) CommandReplyEditMono.withContent
(String value) Deprecated.CommandReplyEditMono.withContentOrNull
(String value) final CommandReplyEditMono
CommandReplyEditMono.withEmbeds
(EmbedCreateSpec... elements) CommandReplyEditMono.withEmbeds
(discord4j.discordjson.possible.Possible<Optional<List<EmbedCreateSpec>>> possible) CommandReplyEditMono.withEmbeds
(Iterable<EmbedCreateSpec> elements) Deprecated.CommandReplyEditMono.withEmbedsOrNull
(Iterable<EmbedCreateSpec> elements) final CommandReplyEditMono
CommandReplyEditMono.withFiles
(MessageCreateFields.File... elements) Copy the current immutable object with elements that replace the content offiles
.final CommandReplyEditMono
CommandReplyEditMono.withFiles
(Iterable<? extends MessageCreateFields.File> elements) Copy the current immutable object with elements that replace the content offiles
.final CommandReplyEditMono
CommandReplyEditMono.withFileSpoilers
(MessageCreateFields.FileSpoiler... elements) Copy the current immutable object with elements that replace the content offileSpoilers
.final CommandReplyEditMono
CommandReplyEditMono.withFileSpoilers
(Iterable<? extends MessageCreateFields.FileSpoiler> elements) Copy the current immutable object with elements that replace the content offileSpoilers
.final CommandReplyEditMono
Copy the current immutable object by setting a value for thereply
attribute.