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