Uses of Interface
dev.sympho.modular_commands.api.command.reply.Reply
Packages that use Reply
Package
Description
Interfaces that represent the invocation context of a command.
Interface that bridges reply management on different commant types.
Implementations for command contexts.
-
Uses of Reply in dev.sympho.modular_commands.api.command.context
Methods in dev.sympho.modular_commands.api.command.context that return types with arguments of type ReplyModifier and TypeMethodDescriptionCommandContext.reply(CommandReplySpec spec) Sends a reply, as if by callingCommandContext.replies().add().CommandContext.reply(EmbedCreateSpec... embeds) Sends a reply, as if by callingCommandContext.replies().add().CommandContext.reply(InteractionApplicationCommandCallbackSpec spec) Sends a reply, as if by callingCommandContext.replies().add().CommandContext.reply(InteractionFollowupCreateSpec spec) Sends a reply, as if by callingCommandContext.replies().add().CommandContext.reply(MessageCreateSpec spec) Sends a reply, as if by callingCommandContext.replies().add().Sends a reply, as if by callingCommandContext.replies().add(). -
Uses of Reply in dev.sympho.modular_commands.api.command.reply
Methods in dev.sympho.modular_commands.api.command.reply that return ReplyModifier and TypeMethodDescriptiondefault ReplyReplyManager.get()Retrieves the initial reply.ReplyManager.get(int index) Retrieves a reply.CommandReplyEditMono.reply()The backing reply.Methods in dev.sympho.modular_commands.api.command.reply that return types with arguments of type ReplyModifier and TypeMethodDescriptionReplyManager.add(CommandReplySpec spec) Sends a new reply.ReplyManager.add(EmbedCreateSpec... embeds) Sends 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.Sends a new reply.Methods in dev.sympho.modular_commands.api.command.reply with parameters of type ReplyModifier and TypeMethodDescriptionstatic CommandReplyEditMonoConstruct a new immutableCommandReplyEditMonoinstance.final CommandReplyEditMonoCopy the current immutable object by setting a value for thereplyattribute. -
Uses of Reply in dev.sympho.modular_commands.impl.context
Fields in dev.sympho.modular_commands.impl.context with type parameters of type ReplyModifier and TypeFieldDescriptionAbstractReplyManager.repliesThe sent replies.Methods in dev.sympho.modular_commands.impl.context that return types with arguments of type Reply