Uses of Class
dev.sympho.bot_utils.event.reply.ReplyMono
Packages that use ReplyMono
Package
Description
Interfaces for handling user-triggered events in a generalized manner.
Interface that bridges reply management on different commant types.
-
Uses of ReplyMono in dev.sympho.bot_utils.event
Methods in dev.sympho.bot_utils.event that return ReplyMonoModifier and TypeMethodDescriptiondefault ReplyMonoRepliableContext.reply()Sends a reply, as if by callingRepliableContext.replies().add().default ReplyMonoRepliableContext.reply(EmbedCreateSpec... embeds) Sends a reply, as if by callingRepliableContext.replies().add().default ReplyMonoSends a reply, as if by callingRepliableContext.replies().add(). -
Uses of ReplyMono in dev.sympho.bot_utils.event.reply
Methods in dev.sympho.bot_utils.event.reply that return ReplyMonoModifier and TypeMethodDescriptiondefault ReplyMonoReplyManager.add()Sends a new reply.default ReplyMonoReplyManager.add(EmbedCreateSpec... embeds) Sends a new reply.default ReplyMonoSends a new reply.static ReplyMonoReplyMono.of(ReplyManager manager) Construct a new immutableReplyMonoinstance.ReplyMono.withAllowedMentions(discord4j.discordjson.possible.Possible<discord4j.rest.util.AllowedMentions> value) ReplyMono.withAllowedMentions(discord4j.rest.util.AllowedMentions value) final ReplyMonoReplyMono.withComponents(LayoutComponent... elements) ReplyMono.withComponents(discord4j.discordjson.possible.Possible<? extends List<? extends LayoutComponent>> possible) ReplyMono.withComponents(Iterable<? extends LayoutComponent> elements) ReplyMono.withContent(discord4j.discordjson.possible.Possible<String> value) ReplyMono.withContent(String value) final ReplyMonoReplyMono.withEmbeds(EmbedCreateSpec... elements) ReplyMono.withEmbeds(discord4j.discordjson.possible.Possible<? extends List<? extends EmbedCreateSpec>> possible) ReplyMono.withEmbeds(Iterable<? extends EmbedCreateSpec> elements) final ReplyMonoReplyMono.withFiles(MessageCreateFields.File... elements) Copy the current immutable object with elements that replace the content offiles.final ReplyMonoReplyMono.withFiles(Iterable<? extends MessageCreateFields.File> elements) Copy the current immutable object with elements that replace the content offiles.final ReplyMonoReplyMono.withFileSpoilers(MessageCreateFields.FileSpoiler... elements) Copy the current immutable object with elements that replace the content offileSpoilers.final ReplyMonoReplyMono.withFileSpoilers(Iterable<? extends MessageCreateFields.FileSpoiler> elements) Copy the current immutable object with elements that replace the content offileSpoilers.final ReplyMonoReplyMono.withManager(ReplyManager value) Copy the current immutable object by setting a value for themanagerattribute.ReplyMono.withPrivately(discord4j.discordjson.possible.Possible<Boolean> value) ReplyMono.withPrivately(Boolean value)