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 CommandReplyEditMonoReply.edit()Edits the reply message.static CommandReplyEditMonoConstruct a new immutableCommandReplyEditMonoinstance.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 CommandReplyEditMonoCommandReplyEditMono.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 CommandReplyEditMonoCommandReplyEditMono.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 CommandReplyEditMonoCommandReplyEditMono.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 CommandReplyEditMonoCommandReplyEditMono.withFiles(MessageCreateFields.File... elements) Copy the current immutable object with elements that replace the content offiles.final CommandReplyEditMonoCommandReplyEditMono.withFiles(Iterable<? extends MessageCreateFields.File> elements) Copy the current immutable object with elements that replace the content offiles.final CommandReplyEditMonoCommandReplyEditMono.withFileSpoilers(MessageCreateFields.FileSpoiler... elements) Copy the current immutable object with elements that replace the content offileSpoilers.final CommandReplyEditMonoCommandReplyEditMono.withFileSpoilers(Iterable<? extends MessageCreateFields.FileSpoiler> elements) Copy the current immutable object with elements that replace the content offileSpoilers.final CommandReplyEditMonoCopy the current immutable object by setting a value for thereplyattribute.