Uses of Interface
dev.sympho.bot_utils.event.reply.Reply
Packages that use Reply
Package
Description
Utilities for using Discord components.
Interfaces for handling user-triggered events in a generalized manner.
Interface that bridges reply management on different commant types.
-
Uses of Reply in dev.sympho.bot_utils.component
Methods in dev.sympho.bot_utils.component that return types with arguments of type ReplyModifier and TypeMethodDescriptionComponentManager.reportFailure(C context, String message) Reports an error back to the user. -
Uses of Reply in dev.sympho.bot_utils.event
Methods in dev.sympho.bot_utils.event that return types with arguments of type ReplyModifier and TypeMethodDescriptionSends a reply, as if by callingRepliableContext.replies().add().RepliableContext.reply(InteractionApplicationCommandCallbackSpec spec) Sends a reply, as if by callingRepliableContext.replies().add().RepliableContext.reply(InteractionFollowupCreateSpec spec) Sends a reply, as if by callingRepliableContext.replies().add().RepliableContext.reply(MessageCreateSpec spec) Sends a reply, as if by callingRepliableContext.replies().add(). -
Uses of Reply in dev.sympho.bot_utils.event.reply
Fields in dev.sympho.bot_utils.event.reply with type parameters of type ReplyModifier and TypeFieldDescriptionAbstractReplyManager.repliesThe sent replies.AbstractReplyManager.repliesThe sent replies.Methods in dev.sympho.bot_utils.event.reply that return ReplyModifier and TypeMethodDescriptiondefault ReplyReplyManager.get()Retrieves the initial reply.ReplyManager.get(@org.checkerframework.checker.index.qual.NonNegative int index) Retrieves a reply.ReplyEditMono.reply()The backing reply.Methods in dev.sympho.bot_utils.event.reply that return types with arguments of type ReplyModifier and TypeMethodDescriptionSends a new reply.ReplyManager.add(InteractionApplicationCommandCallbackSpec spec) Sends a new reply.ReplyManager.add(InteractionFollowupCreateSpec spec) Sends a new reply.ReplyManager.add(MessageCreateSpec spec) Sends a new reply.InteractionReplyManager.send(@org.checkerframework.checker.index.qual.NonNegative int index, ReplySpec spec) MessageReplyManager.send(@org.checkerframework.checker.index.qual.NonNegative int index, ReplySpec spec) Methods in dev.sympho.bot_utils.event.reply with parameters of type ReplyModifier and TypeMethodDescriptionstatic ReplyEditMonoConstruct a new immutableReplyEditMonoinstance.final ReplyEditMonoCopy the current immutable object by setting a value for thereplyattribute.