A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

R

RATE_LIMIT_PER_USER - org.javacord.api.entity.auditlog.AuditLogChangeType
 
Ratelimiter - Interface in org.javacord.api.util.ratelimit
Can be used to implement ratelimits.
RatelimitException - Exception in org.javacord.api.exception
When we encounter a rate limit and ran out of retires.
RatelimitException(Exception, String, RestRequestInformation) - Constructor for exception org.javacord.api.exception.RatelimitException
Creates a new instance of this class.
Reaction - Interface in org.javacord.api.entity.message
This class represents a reaction.
ReactionAddEvent - Interface in org.javacord.api.event.message.reaction
A reaction add event.
ReactionAddListener - Interface in org.javacord.api.listener.message.reaction
This listener listens to reaction adding.
ReactionBlockedException - Exception in org.javacord.api.exception
When the user of the connected account cannot add a reaction to a message a user has written.
ReactionBlockedException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.ReactionBlockedException
Creates a new instance of this class.
ReactionEvent - Interface in org.javacord.api.event.message.reaction
A reaction event.
ReactionRemoveAllEvent - Interface in org.javacord.api.event.message.reaction
A reaction remove all event.
ReactionRemoveAllListener - Interface in org.javacord.api.listener.message.reaction
This listener listens to all reaction being deleted at once.
ReactionRemoveEvent - Interface in org.javacord.api.event.message.reaction
A reaction remove event.
ReactionRemoveListener - Interface in org.javacord.api.listener.message.reaction
This listener listens to reaction deletions.
READ_MESSAGE_HISTORY - org.javacord.api.entity.permission.PermissionType
 
RECIPIENT_ADD - org.javacord.api.entity.message.MessageType
 
RECIPIENT_REMOVE - org.javacord.api.entity.message.MessageType
 
ReconnectEvent - Interface in org.javacord.api.event.connection
A reconnect event.
ReconnectListener - Interface in org.javacord.api.listener.connection
This listener listens to reconnected sessions.
Region - Enum in org.javacord.api.entity
This enum represents a valid region for a server.
REGION - org.javacord.api.entity.auditlog.AuditLogChangeType
 
RegularServerChannel - Interface in org.javacord.api.entity.channel
 
RegularServerChannelBuilder<T> - Class in org.javacord.api.entity.channel
This class is used to create new regular server channels.
RegularServerChannelBuilder(Class<T>, RegularServerChannelBuilderDelegate) - Constructor for class org.javacord.api.entity.channel.RegularServerChannelBuilder
Creates a new regular server channel builder.
RegularServerChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the RegularServerChannelBuilder to create regular server channels.
RegularServerChannelUpdater<T extends RegularServerChannelUpdater<T>> - Class in org.javacord.api.entity.channel
 
RegularServerChannelUpdater(RegularServerChannelUpdaterDelegate) - Constructor for class org.javacord.api.entity.channel.RegularServerChannelUpdater
Creates a new regular server channel updater.
RegularServerChannelUpdater(RegularServerChannel) - Constructor for class org.javacord.api.entity.channel.RegularServerChannelUpdater
Creates a new regular server channel updater.
regularServerChannelUpdaterDelegate - Variable in class org.javacord.api.entity.channel.RegularServerChannelUpdater
The regular server channel updater delegate used by this instance.
RegularServerChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
 
RELATIONSHIPS_READ - org.javacord.api.BotInviteScope
 
RELATIVE_TIME - org.javacord.api.entity.message.TimestampStyle
Displayed as: 2 months ago.
remove() - Method in interface org.javacord.api.entity.message.Reaction
Removes all reactors.
remove() - Method in interface org.javacord.api.util.event.ListenerManager
Removes the listener.
removeAfkChannel() - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the afk channel to be removed.
removeAfkChannel() - Method in interface org.javacord.api.entity.server.Server
Removes the afk channel of the server.
removeAfkChannel() - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the afk channel to be removed.
removeAfter(long, TimeUnit) - Method in interface org.javacord.api.util.event.ListenerManager
Removes the listener after the given delay.
removeAllComponents() - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Remove all high-level components from the message.
removeAllComponents() - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Removes all components from the message.
removeAllComponents() - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
removeAllComponents() - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Removes all components from the message.
removeAllEmbeds() - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Removes all embeds from the message.
removeAllEmbeds() - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Removes all embeds from the message.
removeAllEmbeds() - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
removeAllEmbeds() - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Removes all embeds from the message.
removeAllFields() - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Removes all fields of the embed.
removeAllOptions() - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Removes all options from the select menu.
removeAllOptions() - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Removes all options from the select menu.
removeAllReactions() - Method in interface org.javacord.api.entity.message.Message
Deletes all reactions on this message.
removeAllReactions(long, long) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes all reactions on this message.
removeAllReactions(String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes all reactions on this message.
removeAllReactions(DiscordApi, long, long) - Static method in interface org.javacord.api.entity.message.Message
Deletes all reactions on this message.
removeAllReactions(DiscordApi, String, String) - Static method in interface org.javacord.api.entity.message.Message
Deletes all reactions on this message.
removeAllReactionsFromMessage() - Method in interface org.javacord.api.event.message.MessageEvent
Deletes all reactions on the message involved in the event.
removeAllRolesFromUser(User) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues all roles to be removed from the user.
removeAllRolesFromUser(User) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues all roles to be removed from the user.
removeAndShutdownSingleThreadExecutorService(String) - Method in interface org.javacord.api.util.concurrent.ThreadPool
Removes an existing executor service.
removeAudioConnectionAttachableListener(T) - Method in interface org.javacord.api.listener.audio.AudioConnectionAttachableListenerManager
Removes a listener that implements one or more AudioConnectionAttachableListeners.
removeAudioSource() - Method in interface org.javacord.api.audio.AudioConnection
Removes the audio source.
removeAudioSourceAttachableListener(T) - Method in class org.javacord.api.audio.AudioSourceBase
 
removeAudioSourceAttachableListener(T) - Method in interface org.javacord.api.listener.audio.AudioSourceAttachableListenerManager
Removes a listener that implements one or more AudioSourceAttachableListeners.
removeAvatar() - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be removed.
removeAvatar() - Method in interface org.javacord.api.entity.webhook.Webhook
Removes the avatar of the webhook.
removeAvatar() - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be removed.
removeBanner() - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be removed.
removeBanner() - Method in interface org.javacord.api.entity.server.Server
Removes the banner of the server.
removeBanner() - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be removed.
removeCategorizable(Categorizable) - Method in interface org.javacord.api.entity.channel.ChannelCategory
Removes a categorizable from this category.
removeCategory() - Method in interface org.javacord.api.entity.channel.Categorizable
Removes the category of the channel.
removeCategory() - Method in interface org.javacord.api.entity.channel.internal.ServerForumChannelUpdaterDelegate
Queues the category to be removed.
removeCategory() - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelUpdaterDelegate
Queues the category to be removed.
removeCategory() - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelUpdaterDelegate
Queues the category to be removed.
removeCategory() - Method in interface org.javacord.api.entity.channel.ServerForumChannel
Removes the category of the channel.
removeCategory() - Method in class org.javacord.api.entity.channel.ServerForumChannelUpdater
Queues the category to be removed.
removeCategory() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Removes the category of the channel.
removeCategory() - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
Queues the category to be removed.
removeCategory() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Removes the category of the channel.
removeCategory() - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
Queues the category to be removed.
removeChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.ChannelAttachableListenerManager
Removes a listener that implements one or more ChannelAttachableListeners.
removeChannelCategoryAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.ChannelCategoryAttachableListenerManager
Removes a listener that implements one or more ChannelCategoryAttachableListeners.
removeComponent(int) - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Remove a low-level component from the ActionRow.
removeComponent(int) - Method in interface org.javacord.api.entity.message.component.internal.ActionRowBuilderDelegate
Remove a low-level component from the ActionRow.
removeComponent(int) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Remove a high-level component from the message.
removeComponent(int) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Remove a component from the message.
removeComponent(int) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
removeComponent(int) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Remove a component from the message.
removeComponent(String) - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Remove a low-level component from the ActionRow.
removeComponent(String) - Method in interface org.javacord.api.entity.message.component.internal.ActionRowBuilderDelegate
Remove a low-level component from the ActionRow.
removeComponent(HighLevelComponent) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Remove a high-level component from the message.
removeComponent(HighLevelComponent) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Remove a component from the message.
removeComponent(HighLevelComponent) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
removeComponent(HighLevelComponent) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Remove a component from the message.
removeComponent(LowLevelComponent) - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Remove a low-level component from the ActionRow.
removeComponent(LowLevelComponent) - Method in interface org.javacord.api.entity.message.component.internal.ActionRowBuilderDelegate
Remove a low-level component from the ActionRow.
removeContent() - Method in interface org.javacord.api.entity.message.Message
Removes the content of the message.
removeContent(long, long) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Removes the content of the message.
removeContent(String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Removes the content of the message.
removeContent(DiscordApi, long, long) - Static method in interface org.javacord.api.entity.message.Message
Removes the content of the message.
removeContent(DiscordApi, String, String) - Static method in interface org.javacord.api.entity.message.Message
Removes the content of the message.
removeContentAndEmbed() - Method in interface org.javacord.api.entity.message.Message
Removes the content and embed of the message.
removeContentAndEmbed(long, long) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Removes the content and embed of the message.
removeContentAndEmbed(String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Removes the content and embed of the message.
removeContentAndEmbed(DiscordApi, long, long) - Static method in interface org.javacord.api.entity.message.Message
Removes the content and embed of the message.
removeContentAndEmbed(DiscordApi, String, String) - Static method in interface org.javacord.api.entity.message.Message
Removes the content and embed of the message.
removeEmbed() - Method in interface org.javacord.api.entity.message.Message
Removes the embed of the message.
removeEmbed(long, long) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Removes the embed of the message.
removeEmbed(String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Removes the embed of the message.
removeEmbed(DiscordApi, long, long) - Static method in interface org.javacord.api.entity.message.Message
Removes the embed of the message.
removeEmbed(DiscordApi, String, String) - Static method in interface org.javacord.api.entity.message.Message
Removes the embed of the message.
removeEmbed(EmbedBuilder) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Removes the embed from the message.
removeEmbed(EmbedBuilder) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Removes the embed from the message.
removeEmbed(EmbedBuilder) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
removeEmbed(EmbedBuilder) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Removes the embed from the message.
removeEmbeds(EmbedBuilder...) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Removes the embeds from the message.
removeEmbeds(EmbedBuilder...) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Removes the embeds from the message.
removeEmbeds(EmbedBuilder...) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
removeEmbeds(EmbedBuilder...) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Removes the embeds from the message.
removeExistingAttachment(Attachment) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Removes an attachment from the message.
removeExistingAttachment(Attachment) - Method in class org.javacord.api.entity.message.MessageUpdater
Removes an attachment from the message.
removeExistingAttachments() - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Removes all the attachments from the message.
removeExistingAttachments() - Method in class org.javacord.api.entity.message.MessageUpdater
Removes all the attachments from the message.
removeExistingAttachments(Collection<Attachment>) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Removes multiple attachments from the message.
removeExistingAttachments(Collection<Attachment>) - Method in class org.javacord.api.entity.message.MessageUpdater
Removes multiple attachments from the message.
removeExistingAttachments(Attachment...) - Method in class org.javacord.api.entity.message.MessageUpdater
Removes multiple attachments from the message.
removeFields(Predicate<EmbedField>) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Removes all fields of the embed that satisfy the given predicate.
removeFields(Predicate<EmbedField>) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Removes all fields of the embed that satisfy the given predicate.
removeIcon() - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be removed.
removeIcon() - Method in interface org.javacord.api.entity.server.Server
Removes the icon of the server.
removeIcon() - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be removed.
removeKnownCustomEmojiAttachableListener(T) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Removes a listener that implements one or more KnownCustomEmojiAttachableListeners.
removeListener(long, Class<T>, T) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in class org.javacord.api.audio.AudioSourceBase
 
removeListener(Class<T>, T) - Method in class org.javacord.api.DiscordApiBuilder
 
removeListener(Class<T>, T) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Removes a GloballyAttachableListener from the list of listeners to be added to DiscordApi instances.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.audio.AudioConnectionAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.audio.AudioSourceAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Removes a GloballyAttachableListener from the list of listeners to be added to DiscordApi instances.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.ChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.server.ChannelCategoryAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.server.forum.ServerForumChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.server.voice.ServerStageVoiceChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.user.PrivateChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.channel.VoiceChannelAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Removes a GloballyAttachableListener.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Removes a listener from this object.
removeListener(Class<T>, T) - Method in interface org.javacord.api.listener.webhook.WebhookAttachableListenerManager
Removes a listener from this object.
removeListener(String, Class<T>, T) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Removes a listener from this object.
removeListener(DiscordApi, long, Class<T>, T) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Removes a MessageAttachableListener from the message with the given id.
removeListener(DiscordApi, String, Class<T>, T) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Removes a MessageAttachableListener from the message with the given id.
removeListener(GloballyAttachableListener) - Method in class org.javacord.api.DiscordApiBuilder
 
removeListener(GloballyAttachableListener) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Removes a listener that implements one or more GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeListener(GloballyAttachableListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Removes a listener that implements one or more GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeListener(GloballyAttachableListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Removes a listener that implements one or more GloballyAttachableListeners.
removeListenerFunction(Class<T>, Function<DiscordApi, T>) - Method in class org.javacord.api.DiscordApiBuilder
 
removeListenerFunction(Class<T>, Function<DiscordApi, T>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Removes a function that provides GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeListenerFunction(Class<T>, Function<DiscordApi, T>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Removes a function that provides GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeListenerFunction(Function<DiscordApi, GloballyAttachableListener>) - Method in class org.javacord.api.DiscordApiBuilder
 
removeListenerFunction(Function<DiscordApi, GloballyAttachableListener>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Removes a function that provides listeners that implements one or more GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeListenerFunction(Function<DiscordApi, GloballyAttachableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Removes a function that provides listeners that implements one or more GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeListenerSupplier(Class<T>, Supplier<T>) - Method in class org.javacord.api.DiscordApiBuilder
 
removeListenerSupplier(Class<T>, Supplier<T>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Removes a supplier of GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeListenerSupplier(Class<T>, Supplier<T>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Removes a supplier of GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeListenerSupplier(Supplier<GloballyAttachableListener>) - Method in class org.javacord.api.DiscordApiBuilder
 
removeListenerSupplier(Supplier<GloballyAttachableListener>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Removes a supplier of listeners that implements one or more GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeListenerSupplier(Supplier<GloballyAttachableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Removes a supplier of listeners that implements one or more GloballyAttachableListeners from the list of listeners to be added to DiscordApi instances.
removeMessageAttachableListener(long, T) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Removes a listener that implements one or more MessageAttachableListeners from the message with the given id.
removeMessageAttachableListener(String, T) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Removes a listener that implements one or more MessageAttachableListeners from the message with the given id.
removeMessageAttachableListener(DiscordApi, long, T) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Removes a listener that implements one or more MessageAttachableListeners from the message with the given id.
removeMessageAttachableListener(DiscordApi, String, T) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Removes a listener that implements one or more MessageAttachableListeners from the message with the given id.
removeMessageAttachableListener(T) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Removes a listener that implements one or more MessageAttachableListeners.
removeModeratorsOnlyChannel() - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the moderators-only channel to be removed.
removeModeratorsOnlyChannel() - Method in interface org.javacord.api.entity.server.Server
Removes the moderators-only channel of the server.
removeModeratorsOnlyChannel() - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the moderators-only channel to be removed.
removeOption(SelectMenuOption) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Remove an option from the select menu.
removeOption(SelectMenuOption) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Remove an option from the select menu.
removeOwnReactionByEmoji(String) - Method in interface org.javacord.api.entity.message.Message
Removes you from the list of reactors of a given unicode emoji reaction.
removeOwnReactionByEmoji(Emoji) - Method in interface org.javacord.api.entity.message.Message
Removes you from the list of reactors of a given emoji reaction.
removeOwnReactionByEmojiFromMessage(String) - Method in interface org.javacord.api.event.message.MessageEvent
Removes you from the list of reactors of a given unicode emoji reaction from the message.
removeOwnReactionByEmojiFromMessage(Emoji) - Method in interface org.javacord.api.event.message.MessageEvent
Removes you from the list of reactors of a given emoji reaction from the message.
removeOwnReactionsByEmoji(String...) - Method in interface org.javacord.api.entity.message.Message
Removes you from the list of reactors of the given unicode emoji reactions.
removeOwnReactionsByEmoji(Emoji...) - Method in interface org.javacord.api.entity.message.Message
Removes you from the list of reactors of the given emoji reactions.
removeOwnReactionsByEmojiFromMessage(String...) - Method in interface org.javacord.api.event.message.MessageEvent
Removes you from the list of reactors of the given unicode emoji reactions from the message.
removeOwnReactionsByEmojiFromMessage(Emoji...) - Method in interface org.javacord.api.event.message.MessageEvent
Removes you from the list of reactors of the given emoji reactions from the message.
removePermissionOverwrite(T) - Method in interface org.javacord.api.entity.channel.internal.RegularServerChannelBuilderDelegate
Removes a permission overwrite for the given entity.
removePermissionOverwrite(T) - Method in interface org.javacord.api.entity.channel.internal.RegularServerChannelUpdaterDelegate
Removes a permission overwrite for the given entity.
removePermissionOverwrite(U) - Method in class org.javacord.api.entity.channel.RegularServerChannelBuilder
Removes a permission overwrite for the given entity.
removePermissionOverwrite(U) - Method in class org.javacord.api.entity.channel.RegularServerChannelUpdater
Removes a permission overwrite for the given entity.
removePrivateChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.user.PrivateChannelAttachableListenerManager
Removes a listener that implements one or more PrivateChannelAttachableListeners.
removeReaction() - Method in interface org.javacord.api.event.message.reaction.ReactionAddEvent
Removes the added reaction.
removeReactionByEmoji(String) - Method in interface org.javacord.api.entity.message.Message
Removes all reactors of a given unicode emoji reaction.
removeReactionByEmoji(Emoji) - Method in interface org.javacord.api.entity.message.Message
Removes all reactors of a given emoji reaction.
removeReactionByEmoji(User, String) - Method in interface org.javacord.api.entity.message.Message
Removes a user from the list of reactors of a given unicode emoji reaction.
removeReactionByEmoji(User, Emoji) - Method in interface org.javacord.api.entity.message.Message
Removes a user from the list of reactors of a given emoji reaction.
removeReactionByEmojiFromMessage(String) - Method in interface org.javacord.api.event.message.MessageEvent
Removes all reactors of a given unicode emoji reaction from the message.
removeReactionByEmojiFromMessage(Emoji) - Method in interface org.javacord.api.event.message.MessageEvent
Removes all reactors of a given emoji reaction from the message.
removeReactionByEmojiFromMessage(User, String) - Method in interface org.javacord.api.event.message.MessageEvent
Removes a user from the list of reactors of a given unicode emoji reaction from the message.
removeReactionByEmojiFromMessage(User, Emoji) - Method in interface org.javacord.api.event.message.MessageEvent
Removes a user from the list of reactors of a given emoji reaction from the message.
removeReactionsByEmoji(String...) - Method in interface org.javacord.api.entity.message.Message
Removes all reactors of the given unicode emoji reactions.
removeReactionsByEmoji(Emoji...) - Method in interface org.javacord.api.entity.message.Message
Removes all reactors of the given emoji reactions.
removeReactionsByEmoji(User, String...) - Method in interface org.javacord.api.entity.message.Message
Removes a user from the list of reactors of the given unicode emoji reactions.
removeReactionsByEmoji(User, Emoji...) - Method in interface org.javacord.api.entity.message.Message
Removes a user from the list of reactors of the given emoji reactions.
removeReactionsByEmojiFromMessage(String...) - Method in interface org.javacord.api.event.message.MessageEvent
Removes all reactors of the given unicode emoji reactions from the message.
removeReactionsByEmojiFromMessage(Emoji...) - Method in interface org.javacord.api.event.message.MessageEvent
Removes all reactors of the given emoji reactions from the message.
removeReactionsByEmojiFromMessage(User, String...) - Method in interface org.javacord.api.event.message.MessageEvent
Removes a user from the list of reactors of the given unicode emoji reactions from the message.
removeReactionsByEmojiFromMessage(User, Emoji...) - Method in interface org.javacord.api.event.message.MessageEvent
Removes a user from the list of reactors of the given emoji reactions from the message.
removeRole(long) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Removes a role from the list which will be mentioned.
removeRole(long) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Removes a role from the mentions list if previously added.
removeRole(String) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Removes a role from the list which will be mentioned.
removeRole(String) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Removes a role from the mentions list if previously added.
removeRole(Role) - Method in interface org.javacord.api.entity.user.User
Removes the given role from the user.
removeRole(Role, String) - Method in interface org.javacord.api.entity.user.User
Removes the given role from the user.
removeRoleAttachableListener(T) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Removes a listener that implements one or more RoleAttachableListeners.
removeRoleFromUser(User, Role) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues a role to be removed from the user.
removeRoleFromUser(User, Role) - Method in interface org.javacord.api.entity.server.Server
Removes the given role from the given server member.
removeRoleFromUser(User, Role) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a role to be removed from the user.
removeRoleFromUser(User, Role, String) - Method in interface org.javacord.api.entity.server.Server
Removes the given role from the given server member.
removeRoleFromWhitelist(Role) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
Queues a role to be removed from the whitelist.
removeRoleFromWhitelist(Role) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
Queues a role to be removed from the whitelist.
removeRoles(Collection<Long>) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Removes the roles from the list which will be mentioned.
removeRoles(Collection<Long>) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Removes a collection of role id's from the mentions list if previously added.
removeRolesFromUser(User, Collection<Role>) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues a collection of roles to be removed from the user.
removeRolesFromUser(User, Collection<Role>) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a collection of roles to be removed from the user.
removeRulesChannel() - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the rules channel to be removed.
removeRulesChannel() - Method in interface org.javacord.api.entity.server.Server
Removes the rules channel of the server.
removeRulesChannel() - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the rules channel to be removed.
removeServerAttachableListener(T) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Removes a listener that implements one or more ServerAttachableListeners.
removeServerChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Removes a listener that implements one or more ServerChannelAttachableListeners.
removeServerForumChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.forum.ServerForumChannelAttachableListenerManager
Removes a listener that implements one or more ServerForumChannelAttachableListeners.
removeServerStageVoiceChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.voice.ServerStageVoiceChannelAttachableListenerManager
Removes a listener that implements one or more ServerStageVoiceChannelAttachableListeners.
removeServerTextChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Removes a listener that implements one or more ServerTextChannelAttachableListeners.
removeServerThreadChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Removes a listener that implements one or more ServerThreadChannelAttachableListeners.
removeServerVoiceChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Removes a listener that implements one or more ServerVoiceChannelAttachableListeners.
removeSplash() - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be removed.
removeSplash() - Method in interface org.javacord.api.entity.server.Server
Removes the splash of the server.
removeSplash() - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be removed.
removeStickerAttachableListener(T) - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Removes a listener that implements one or more StickerAttachableListeners.
removeSystemChannel() - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the system channel to be removed.
removeSystemChannel() - Method in interface org.javacord.api.entity.server.Server
Removes the system channel of the server.
removeSystemChannel() - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the system channel to be removed.
removeTextChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Removes a listener that implements one or more TextChannelAttachableListeners.
removeThreadMember(long) - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Removes a member to this thread.
removeThreadMember(User) - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Removes a member to this thread.
removeTimeout(Server) - Method in interface org.javacord.api.entity.user.User
Removes a timeout of the user on the given server.
removeTimeout(Server, String) - Method in interface org.javacord.api.entity.user.User
Removes a timeout of the user on the given server.
removeTransformer(AudioTransformer) - Method in interface org.javacord.api.audio.AudioSource
Removes a transformer from the audio source.
removeTransformer(AudioTransformer) - Method in class org.javacord.api.audio.AudioSourceBase
 
removeTransformers() - Method in interface org.javacord.api.audio.AudioSource
Removes all transformers from the audio source.
removeTransformers() - Method in class org.javacord.api.audio.AudioSourceBase
 
removeUser(long) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Removes a user from the list which will be mentioned.
removeUser(long) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Removes a user from the mentions list if previously added.
removeUser(String) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Removes a user from the list which will be mentioned.
removeUser(String) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Removes a user from the mentions list if previously added.
removeUser(DiscordApi, long, long, Emoji, long) - Static method in interface org.javacord.api.entity.message.Reaction
Removes a user from the list of reactors.
removeUser(DiscordApi, String, String, Emoji, String) - Static method in interface org.javacord.api.entity.message.Reaction
Removes a user from the list of reactors.
removeUser(User) - Method in interface org.javacord.api.entity.message.Reaction
Removes a user from the list of reactors.
removeUser(User) - Method in interface org.javacord.api.entity.permission.Role
Removes the role from the given user.
removeUser(User, String) - Method in interface org.javacord.api.entity.permission.Role
Removes the role from the given user.
removeUserAttachableListener(T) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Removes a listener that implements one or more UserAttachableListeners.
removeUserLimit() - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelUpdaterDelegate
Queues the user limit to be removed.
removeUserLimit() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Removes the user limit of the channel.
removeUserLimit() - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
Queues the user limit to be removed.
removeUserReactionByEmoji(long, long, Emoji, long) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Removes the reaction of the given user.
removeUserReactionByEmoji(String, String, Emoji, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Removes the reaction of the given user.
removeUsers(Collection<Long>) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Removes the users from the list which will be mentioned.
removeUsers(Collection<Long>) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Removes a collection of user id's from the mentions list if previously added.
removeUserTimeout(User) - Method in interface org.javacord.api.entity.server.Server
Remove a timeout for the given user on this server.
removeUserTimeout(User) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a user's timeout to be updated.
removeUserTimeout(User, String) - Method in interface org.javacord.api.entity.server.Server
Remove a timeout for the given user on this server.
removeVoiceChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.VoiceChannelAttachableListenerManager
Removes a listener that implements one or more VoiceChannelAttachableListeners.
removeWebhookAttachableListener(T) - Method in interface org.javacord.api.listener.webhook.WebhookAttachableListenerManager
Removes a listener that implements one or more WebhookAttachableListeners.
removeWhitelist() - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
Queues the whitelist to be removed.
removeWhitelist() - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
Queues the whitelist to be removed.
removeWhitelist() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Removes the whitelist of the emoji.
removeYourself() - Method in interface org.javacord.api.entity.message.Reaction
Removes the user of the connected account from the list of reactors.
reorderRoles(List<Role>) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Sets the new order for the server's roles.
reorderRoles(List<Role>) - Method in interface org.javacord.api.entity.server.Server
Reorders the roles of the server.
reorderRoles(List<Role>) - Method in class org.javacord.api.entity.server.ServerUpdater
Sets the new order for the server's roles.
reorderRoles(List<Role>, String) - Method in interface org.javacord.api.entity.server.Server
Reorders the roles of the server.
replaceMessage() - Method in class org.javacord.api.entity.message.MessageUpdater
Edits the message, updating all fields.
reply(String) - Method in interface org.javacord.api.entity.message.Message
Replies to this message with the given text.
reply(String, boolean) - Method in interface org.javacord.api.entity.message.Message
Replies to this message with the given text.
reply(EmbedBuilder) - Method in interface org.javacord.api.entity.message.Message
Replies to this message with the given embed.
reply(EmbedBuilder, boolean) - Method in interface org.javacord.api.entity.message.Message
Replies to this message with the given embed.
REPLY - org.javacord.api.entity.message.MessageType
 
replyTo(long) - Method in class org.javacord.api.entity.message.MessageBuilder
Sets the message to reply to.
replyTo(long, boolean) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sets the message to reply to.
replyTo(long, boolean) - Method in class org.javacord.api.entity.message.MessageBuilder
Sets the message to reply to.
replyTo(Message) - Method in class org.javacord.api.entity.message.MessageBuilder
Sets the message to reply to.
replyTo(Message, boolean) - Method in class org.javacord.api.entity.message.MessageBuilder
Sets the message to reply to.
Request - Interface in org.javacord.api.util.auth
This class represents the originating request that led to a response that demands authentication.
REQUEST_TO_SPEAK - org.javacord.api.entity.permission.PermissionType
 
RequestableMessageEvent - Interface in org.javacord.api.event.message
A message event where the message is NOT guaranteed to be in the cache, but can be requested from Discord.
requestApplicationInfo() - Method in interface org.javacord.api.DiscordApi
Gets the application info of the bot.
requestArgumentMentionableValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the mentionable value of an argument at the specified index which may be a user, channel or role.
requestArgumentMentionableValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the mentionable value of an argument having the specified name which may be a user, channel or role.
requestArgumentUserValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the user value of an argument at the specified index.
requestArgumentUserValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the user value of an argument having the specified name.
requestBan() - Method in interface org.javacord.api.event.server.member.ServerMemberBanEvent
Requests the Ban object of the event.
requestBan(long) - Method in interface org.javacord.api.entity.server.Server
Requests a ban object for the specified user.
requestBan(User) - Method in interface org.javacord.api.entity.server.Server
Requests a ban object for the specified user.
requestCount() - Method in interface org.javacord.api.event.message.reaction.SingleReactionEvent
Gets the amount of users who used the reaction.
requestMember(long) - Method in interface org.javacord.api.entity.server.Server
Requests a server member.
requestMember(User) - Method in interface org.javacord.api.entity.server.Server
Requests a server member.
requestMembersChunks() - Method in interface org.javacord.api.entity.server.Server
Requests Discord to send the members for this server.
requestMentionableValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the mentionable value of this option.
requestMessage() - Method in interface org.javacord.api.entity.message.MessageReference
Requests the referenced message if it isn't present.
requestMessage() - Method in interface org.javacord.api.event.message.RequestableMessageEvent
Requests a message from Discord, if it's not cached.
requestOwner() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets the creator of the thread.
requestOwner() - Method in interface org.javacord.api.entity.server.Server
Gets the owner of the server.
requestOwner() - Method in interface org.javacord.api.entity.team.Team
Requests the owner of the team.
requestQuota() - Method in class org.javacord.api.util.ratelimit.LocalRatelimiter
 
requestQuota() - Method in interface org.javacord.api.util.ratelimit.Ratelimiter
Blocks the requesting thread until a quota becomes available.
requestReaction() - Method in interface org.javacord.api.event.message.reaction.SingleReactionEvent
Gets the reaction if it exists.
requestReferencedMessage() - Method in interface org.javacord.api.entity.message.Message
Requests the message referenced with a reply.
requestStickerById(long) - Method in interface org.javacord.api.DiscordApi
Requests a sticker by its ID from the Discord API.
requestStickerById(long) - Method in interface org.javacord.api.entity.server.Server
Requests a sticker by its ID from the Discord API without checking the cache.
requestStickerById(String) - Method in interface org.javacord.api.DiscordApi
Requests a sticker by its ID from the Discord API.
requestStickerById(String) - Method in interface org.javacord.api.entity.server.Server
Requests a sticker by its ID from the Discord API without checking the cache.
requestStickers() - Method in interface org.javacord.api.entity.server.Server
Requests the sticker of this server from the Discord API without checking the cache.
requestTeam() - Method in interface org.javacord.api.DiscordApi
Requests the team of the application.
requestThreadMemberById(long) - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets a thread member by their id.
requestThreadMemberById(String) - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets a thread member by their id.
requestThreadMembers() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets all members in this thread.
requestUser() - Method in interface org.javacord.api.entity.ApplicationOwner
Requests the owner as a User.
requestUser() - Method in interface org.javacord.api.entity.channel.ThreadMember
Requests a user from Discord with the given id.
requestUser() - Method in interface org.javacord.api.entity.team.TeamMember
Requests the member as user.
requestUser() - Method in interface org.javacord.api.event.user.OptionalUserEvent
Requests a user from Discord with the given id.
requestUserValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the user value of this option.
requiresAttachments() - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Checks if this embed requires any attachments.
requiresAttachments() - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Checks if this embed requires any attachments.
requiresColons() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Checks if this emoji must be wrapped in colons.
resetNickname(Server) - Method in interface org.javacord.api.entity.user.User
Removes the nickname of the user in the given server.
resetNickname(Server, String) - Method in interface org.javacord.api.entity.user.User
Removes the nickname of the user in the given server.
resetNickname(User) - Method in interface org.javacord.api.entity.server.Server
Removes the nickname of the given user.
resetNickname(User, String) - Method in interface org.javacord.api.entity.server.Server
Removes the nickname of the given user.
respond() - Method in interface org.javacord.api.interaction.callback.InteractionImmediateResponseBuilder
Send the response.
respondLater() - Method in interface org.javacord.api.interaction.InteractionBase
Sends an acknowledgement of the interaction to Discord and displays a loading state to the user, indicating that you'll respond with a delay.
respondLater(boolean) - Method in interface org.javacord.api.interaction.InteractionBase
Sends an acknowledgement of the interaction to Discord and displays an (ephemeral) loading state to the user, indicating that you'll respond with a delay.
respondWithChoices(List<SlashCommandOptionChoice>) - Method in interface org.javacord.api.interaction.AutocompleteInteraction
Respond with a list of choices that the user should be able to pick of based on his input.
respondWithModal(String, String, List<HighLevelComponent>) - Method in interface org.javacord.api.interaction.InteractionBase
Respond with a popup modal the user can interact with.
respondWithModal(String, String, HighLevelComponent...) - Method in interface org.javacord.api.interaction.InteractionBase
Respond with a popup modal the user can interact with.
Response - Interface in org.javacord.api.util.auth
This class represents the response that demands authentication.
RestRequestInformation - Interface in org.javacord.api.util.rest
Some information about a rest request.
RestRequestResponseInformation - Interface in org.javacord.api.util.rest
Some information about a rest request response.
resume() - Method in interface org.javacord.api.audio.PauseableAudioSource
Resumes the audio source.
ResumeEvent - Interface in org.javacord.api.event.connection
A resume event.
ResumeListener - Interface in org.javacord.api.listener.connection
This listener listens to resumed sessions.
RichInvite - Interface in org.javacord.api.entity.server.invite
This class represents an invite with additional information like expire date, creator, etc.
Role - Interface in org.javacord.api.entity.permission
This class represents a Discord role, e.g.
ROLE - org.javacord.api.interaction.ApplicationCommandPermissionType
 
ROLE - org.javacord.api.interaction.SlashCommandOptionType
 
ROLE_ADD - org.javacord.api.entity.auditlog.AuditLogChangeType
 
ROLE_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
ROLE_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
ROLE_MENTION - Static variable in class org.javacord.api.util.DiscordRegexPattern
A pattern which checks for mentioned roles (e.g.
ROLE_REMOVE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
ROLE_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
RoleAttachableListener - Interface in org.javacord.api.listener.server.role
This is a marker interface for listeners that can be attached to a Role.
RoleAttachableListenerManager - Interface in org.javacord.api.listener.server.role
This class can be used to add and retrieve RoleAttachableListeners.
RoleBuilder - Class in org.javacord.api.entity.permission
This class is used to create roles.
RoleBuilder(Server) - Constructor for class org.javacord.api.entity.permission.RoleBuilder
Creates a new role role builder for the given server.
RoleBuilderDelegate - Interface in org.javacord.api.entity.permission.internal
This class is internally used by the RoleBuilder to create roles.
RoleChangeColorEvent - Interface in org.javacord.api.event.server.role
A role change color event.
RoleChangeColorListener - Interface in org.javacord.api.listener.server.role
This listener listens to role color changes.
RoleChangeHoistEvent - Interface in org.javacord.api.event.server.role
A role change hoist event.
RoleChangeHoistListener - Interface in org.javacord.api.listener.server.role
This listener listens to role hoist changes.
RoleChangeMentionableEvent - Interface in org.javacord.api.event.server.role
A role change mentionable event.
RoleChangeMentionableListener - Interface in org.javacord.api.listener.server.role
This listener listens to role mentionable changes.
RoleChangeNameEvent - Interface in org.javacord.api.event.server.role
A role change name.
RoleChangeNameListener - Interface in org.javacord.api.listener.server.role
This listener listens to role name changes.
RoleChangePermissionsEvent - Interface in org.javacord.api.event.server.role
A role change permissions event.
RoleChangePermissionsListener - Interface in org.javacord.api.listener.server.role
This listener listens to role permission changes.
RoleChangePositionEvent - Interface in org.javacord.api.event.server.role
A role change position event.
RoleChangePositionListener - Interface in org.javacord.api.listener.server.role
This listener listens to role position changes.
RoleCreateEvent - Interface in org.javacord.api.event.server.role
A role create event.
RoleCreateListener - Interface in org.javacord.api.listener.server.role
This listener listens to role creations.
RoleDeleteEvent - Interface in org.javacord.api.event.server.role
A role delete event.
RoleDeleteListener - Interface in org.javacord.api.listener.server.role
This listener listens to role deletions.
RoleEvent - Interface in org.javacord.api.event.server.role
A Role event.
ROLES - org.javacord.api.entity.message.mention.AllowedMentionType
 
RoleTags - Interface in org.javacord.api.entity.permission
This class represents a Role Tag.
RoleUpdater - Class in org.javacord.api.entity.permission
This class can be used to update the settings of a role.
RoleUpdater(Role) - Constructor for class org.javacord.api.entity.permission.RoleUpdater
Creates a new role updater.
RoleUpdaterDelegate - Interface in org.javacord.api.entity.permission.internal
This class is internally used by the RoleUpdater to update roles.
ROMANIAN_ROMANIA - org.javacord.api.interaction.DiscordLocale
 
Route - Interface in org.javacord.api.util.auth
This class represents the route to which a request is done that needs to be authenticated.
RPC - org.javacord.api.BotInviteScope
 
RPC_ACTIVITIES_WRITE - org.javacord.api.BotInviteScope
 
RPC_NOTIFICATIONS_READ - org.javacord.api.BotInviteScope
 
RPC_VOICE_READ - org.javacord.api.BotInviteScope
 
RPC_VOICE_WRITE - org.javacord.api.BotInviteScope
 
RULES_CHANNEL_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 
runAfter(Supplier<CompletableFuture<T>>, long, TimeUnit) - Method in interface org.javacord.api.util.concurrent.ThreadPool
Executes code after a given duration.
RUSSIA - org.javacord.api.entity.Region
 
RUSSIAN - org.javacord.api.interaction.DiscordLocale
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages