Uses of Class
dev.sympho.modular_commands.api.command.reply.CommandReplyMono
Packages that use CommandReplyMono
Package
Description
Interface that bridges reply management on different commant types.
-
Uses of CommandReplyMono in dev.sympho.modular_commands.api.command.reply
Methods in dev.sympho.modular_commands.api.command.reply that return CommandReplyMonoModifier and TypeMethodDescriptiondefault CommandReplyMono
ReplyManager.add()
Sends a new reply.static CommandReplyMono
CommandReplyMono.of
(ReplyManager manager) Construct a new immutableCommandReplyMono
instance.CommandReplyMono.withAllowedMentions
(discord4j.discordjson.possible.Possible<discord4j.rest.util.AllowedMentions> value) CommandReplyMono.withAllowedMentions
(discord4j.rest.util.AllowedMentions value) final CommandReplyMono
CommandReplyMono.withComponents
(LayoutComponent... elements) CommandReplyMono.withComponents
(discord4j.discordjson.possible.Possible<List<LayoutComponent>> possible) CommandReplyMono.withComponents
(Iterable<LayoutComponent> elements) CommandReplyMono.withContent
(discord4j.discordjson.possible.Possible<String> value) CommandReplyMono.withContent
(String value) final CommandReplyMono
CommandReplyMono.withEmbeds
(EmbedCreateSpec... elements) CommandReplyMono.withEmbeds
(discord4j.discordjson.possible.Possible<List<EmbedCreateSpec>> possible) CommandReplyMono.withEmbeds
(Iterable<EmbedCreateSpec> elements) final CommandReplyMono
CommandReplyMono.withFiles
(MessageCreateFields.File... elements) Copy the current immutable object with elements that replace the content offiles
.final CommandReplyMono
CommandReplyMono.withFiles
(Iterable<? extends MessageCreateFields.File> elements) Copy the current immutable object with elements that replace the content offiles
.final CommandReplyMono
CommandReplyMono.withFileSpoilers
(MessageCreateFields.FileSpoiler... elements) Copy the current immutable object with elements that replace the content offileSpoilers
.final CommandReplyMono
CommandReplyMono.withFileSpoilers
(Iterable<? extends MessageCreateFields.FileSpoiler> elements) Copy the current immutable object with elements that replace the content offileSpoilers
.final CommandReplyMono
CommandReplyMono.withManager
(ReplyManager value) Copy the current immutable object by setting a value for themanager
attribute.CommandReplyMono.withPrivately
(discord4j.discordjson.possible.Possible<Boolean> value) CommandReplyMono.withPrivately
(Boolean value)