Uses of Class
dev.sympho.bot_utils.event.reply.ReplySpec
Packages that use ReplySpec
Package
Description
Interfaces for handling user-triggered events in a generalized manner.
Interface that bridges reply management on different commant types.
-
Uses of ReplySpec in dev.sympho.bot_utils.event
Methods in dev.sympho.bot_utils.event with parameters of type ReplySpec -
Uses of ReplySpec in dev.sympho.bot_utils.event.reply
Methods in dev.sympho.bot_utils.event.reply that return ReplySpecModifier and TypeMethodDescriptionReplySpec.Builder.build()Builds a newReplySpec.ReplySpec.withAllowedMentions(discord4j.discordjson.possible.Possible<discord4j.rest.util.AllowedMentions> value) ReplySpec.withAllowedMentions(discord4j.rest.util.AllowedMentions value) final ReplySpecReplySpec.withComponents(LayoutComponent... elements) ReplySpec.withComponents(discord4j.discordjson.possible.Possible<? extends List<? extends LayoutComponent>> possible) ReplySpec.withComponents(Iterable<? extends LayoutComponent> elements) ReplySpec.withContent(discord4j.discordjson.possible.Possible<String> value) ReplySpec.withContent(String value) final ReplySpecReplySpec.withEmbeds(EmbedCreateSpec... elements) ReplySpec.withEmbeds(discord4j.discordjson.possible.Possible<? extends List<? extends EmbedCreateSpec>> possible) ReplySpec.withEmbeds(Iterable<? extends EmbedCreateSpec> elements) ReplySpec.withFiles(MessageCreateFields.File... elements) ReplySpec.withFiles(Iterable<? extends MessageCreateFields.File> elements) ReplySpec.withFileSpoilers(MessageCreateFields.FileSpoiler... elements) ReplySpec.withFileSpoilers(Iterable<? extends MessageCreateFields.FileSpoiler> elements) ReplySpec.withPrivately(discord4j.discordjson.possible.Possible<Boolean> value) ReplySpec.withPrivately(Boolean value) Methods in dev.sympho.bot_utils.event.reply with parameters of type ReplySpecModifier and TypeMethodDescriptionSends a new reply.final ReplySpec.BuilderFill a builder with attribute values from the providedReplySpecinstance.InteractionReplyManager.send(@org.checkerframework.checker.index.qual.NonNegative int index, ReplySpec spec) MessageReplyManager.send(@org.checkerframework.checker.index.qual.NonNegative int index, ReplySpec spec)