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

A

AccountUpdater - Class in org.javacord.api
This class can be used to update the connected account (e.g.
AccountUpdater(DiscordApi) - Constructor for class org.javacord.api.AccountUpdater
Creates a new account updater.
AccountUpdaterDelegate - Interface in org.javacord.api.internal
This class is internally used by the AccountUpdater to update the connected account.
acknowledge() - Method in interface org.javacord.api.interaction.MessageComponentInteractionBase
Acknowledges the incoming component interaction, for example a click on a button.
ACTION_ROW - org.javacord.api.entity.message.component.ComponentType
 
ActionRow - Interface in org.javacord.api.entity.message.component
This interface represents an ActionRow component.
ActionRowBuilder - Class in org.javacord.api.entity.message.component
 
ActionRowBuilder() - Constructor for class org.javacord.api.entity.message.component.ActionRowBuilder
 
ActionRowBuilderDelegate - Interface in org.javacord.api.entity.message.component.internal
 
ActiveThreads - Interface in org.javacord.api.entity.server
 
ACTIVITIES_READ - org.javacord.api.BotInviteScope
 
ACTIVITIES_WRITE - org.javacord.api.BotInviteScope
 
Activity - Interface in org.javacord.api.entity.activity
This class represents an activity as it is displayed in Discord.
ActivityAssets - Interface in org.javacord.api.entity.activity
This class represents an activity asset.
ActivityFlag - Enum in org.javacord.api.entity.activity
 
ActivityParty - Interface in org.javacord.api.entity.activity
This class represents an activity party.
ActivitySecrets - Interface in org.javacord.api.entity.activity
 
ActivityType - Enum in org.javacord.api.entity.activity
Represents an activity type.
ADD_REACTIONS - org.javacord.api.entity.permission.PermissionType
 
addActionRow(LowLevelComponent...) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Add low-level components to the message, wrapped in an ActionRow.
addApplicationCommandPermissionsUpdateListener(Function<DiscordApi, ApplicationCommandPermissionsUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ApplicationCommandPermissionsUpdateListener to all created DiscordApi instances.
addApplicationCommandPermissionsUpdateListener(Supplier<ApplicationCommandPermissionsUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ApplicationCommandPermissionsUpdateListener to all created DiscordApi instances.
addApplicationCommandPermissionsUpdateListener(ApplicationCommandPermissionsUpdateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ApplicationCommandPermissionsUpdateListener to all created DiscordApi instances.
addApplicationCommandPermissionsUpdateListener(ApplicationCommandPermissionsUpdateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ApplicationCommandPermissionsUpdateListener.
addApplicationCommandPermissionsUpdateListener(ApplicationCommandPermissionsUpdateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ApplicationCommandPermissionsUpdateListener.
addAttachment(byte[], String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds an attachment to the message.
addAttachment(byte[], String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message.
addAttachment(byte[], String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message.
addAttachment(byte[], String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachment(BufferedImage, String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds an attachment to the message.
addAttachment(BufferedImage, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message.
addAttachment(BufferedImage, String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message.
addAttachment(BufferedImage, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachment(File) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds an attachment to the message.
addAttachment(File) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message.
addAttachment(File) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message.
addAttachment(File) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachment(InputStream, String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds an attachment to the message.
addAttachment(InputStream, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message.
addAttachment(InputStream, String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message.
addAttachment(InputStream, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachment(URL) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds an attachment to the message.
addAttachment(URL) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message.
addAttachment(URL) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message.
addAttachment(URL) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachment(Icon) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds an attachment to the message.
addAttachment(Icon) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message.
addAttachment(Icon) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message.
addAttachment(Icon) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachmentAsSpoiler(byte[], String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(byte[], String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(byte[], String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachmentAsSpoiler(BufferedImage, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(BufferedImage, String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(BufferedImage, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachmentAsSpoiler(File) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a spoiler attachment to the message.
addAttachmentAsSpoiler(File) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(File) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(File) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachmentAsSpoiler(InputStream, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(InputStream, String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(InputStream, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachmentAsSpoiler(URL) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a spoiler attachment to the message.
addAttachmentAsSpoiler(URL) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(URL) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(URL) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAttachmentAsSpoiler(Icon) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a spoiler attachment to the message.
addAttachmentAsSpoiler(Icon) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(Icon) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Adds an attachment to the message and marks it as spoiler.
addAttachmentAsSpoiler(Icon) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addAudioConnectionAttachableListener(T) - Method in interface org.javacord.api.listener.audio.AudioConnectionAttachableListenerManager
Adds a listener that implements one or more AudioConnectionAttachableListeners.
addAudioSourceAttachableListener(T) - Method in class org.javacord.api.audio.AudioSourceBase
 
addAudioSourceAttachableListener(T) - Method in interface org.javacord.api.listener.audio.AudioSourceAttachableListenerManager
Adds a listener that implements one or more AudioSourceAttachableListeners.
addAudioSourceFinishedListener(Function<DiscordApi, AudioSourceFinishedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a AudioSourceFinishedListener to all created DiscordApi instances.
addAudioSourceFinishedListener(Supplier<AudioSourceFinishedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a AudioSourceFinishedListener to all created DiscordApi instances.
addAudioSourceFinishedListener(AudioSourceFinishedListener) - Method in class org.javacord.api.audio.AudioSourceBase
 
addAudioSourceFinishedListener(AudioSourceFinishedListener) - Method in interface org.javacord.api.listener.audio.AudioConnectionAttachableListenerManager
Adds a AudioSourceFinishedListener.
addAudioSourceFinishedListener(AudioSourceFinishedListener) - Method in interface org.javacord.api.listener.audio.AudioSourceAttachableListenerManager
Adds a AudioSourceFinishedListener.
addAudioSourceFinishedListener(AudioSourceFinishedListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a AudioSourceFinishedListener to all created DiscordApi instances.
addAudioSourceFinishedListener(AudioSourceFinishedListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a AudioSourceFinishedListener.
addAutocompleteCreateListener(Function<DiscordApi, AutocompleteCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a AutocompleteCreateListener to all created DiscordApi instances.
addAutocompleteCreateListener(Supplier<AutocompleteCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a AutocompleteCreateListener to all created DiscordApi instances.
addAutocompleteCreateListener(AutocompleteCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a AutocompleteCreateListener to all created DiscordApi instances.
addAutocompleteCreateListener(AutocompleteCreateListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a AutocompleteCreateListener.
addAutocompleteCreateListener(AutocompleteCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a AutocompleteCreateListener.
addAutocompleteCreateListener(AutocompleteCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a AutocompleteCreateListener.
addAutocompleteCreateListener(AutocompleteCreateListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a AutocompleteCreateListener.
addButtonClickListener(long, ButtonClickListener) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a ButtonClickListener.
addButtonClickListener(Function<DiscordApi, ButtonClickListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ButtonClickListener to all created DiscordApi instances.
addButtonClickListener(Supplier<ButtonClickListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ButtonClickListener to all created DiscordApi instances.
addButtonClickListener(DiscordApi, long, ButtonClickListener) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a ButtonClickListener.
addButtonClickListener(ButtonClickListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ButtonClickListener to all created DiscordApi instances.
addButtonClickListener(ButtonClickListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a ButtonClickListener.
addButtonClickListener(ButtonClickListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ButtonClickListener.
addButtonClickListener(ButtonClickListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a ButtonClickListener.
addButtonClickListener(ButtonClickListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ButtonClickListener.
addButtonClickListener(ButtonClickListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ButtonClickListener.
addCachedMessagePinListener(Function<DiscordApi, CachedMessagePinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a CachedMessagePinListener to all created DiscordApi instances.
addCachedMessagePinListener(Supplier<CachedMessagePinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a CachedMessagePinListener to all created DiscordApi instances.
addCachedMessagePinListener(CachedMessagePinListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a CachedMessagePinListener to all created DiscordApi instances.
addCachedMessagePinListener(CachedMessagePinListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a CachedMessagePinListener.
addCachedMessagePinListener(CachedMessagePinListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a CachedMessagePinListener.
addCachedMessagePinListener(CachedMessagePinListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a CachedMessagePinListener.
addCachedMessagePinListener(CachedMessagePinListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a CachedMessagePinListener.
addCachedMessageUnpinListener(Function<DiscordApi, CachedMessageUnpinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a CachedMessageUnpinListener to all created DiscordApi instances.
addCachedMessageUnpinListener(Supplier<CachedMessageUnpinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a CachedMessageUnpinListener to all created DiscordApi instances.
addCachedMessageUnpinListener(CachedMessageUnpinListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a CachedMessageUnpinListener to all created DiscordApi instances.
addCachedMessageUnpinListener(CachedMessageUnpinListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a CachedMessageUnpinListener.
addCachedMessageUnpinListener(CachedMessageUnpinListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a CachedMessageUnpinListener.
addCachedMessageUnpinListener(CachedMessageUnpinListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a CachedMessageUnpinListener.
addCachedMessageUnpinListener(CachedMessageUnpinListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a CachedMessageUnpinListener.
addCategorizable(Categorizable) - Method in interface org.javacord.api.entity.channel.ChannelCategory
Adds a categorizable to this category.
addChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.ChannelAttachableListenerManager
Adds a listener that implements one or more ChannelAttachableListeners.
addChannelCategoryAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.ChannelCategoryAttachableListenerManager
Adds a listener that implements one or more ChannelCategoryAttachableListeners.
addChannelPinsUpdateListener(Function<DiscordApi, ChannelPinsUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ChannelPinsUpdateListener to all created DiscordApi instances.
addChannelPinsUpdateListener(Supplier<ChannelPinsUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ChannelPinsUpdateListener to all created DiscordApi instances.
addChannelPinsUpdateListener(ChannelPinsUpdateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ChannelPinsUpdateListener to all created DiscordApi instances.
addChannelPinsUpdateListener(ChannelPinsUpdateListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a ChannelPinsUpdateListener.
addChannelPinsUpdateListener(ChannelPinsUpdateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ChannelPinsUpdateListener.
addChannelPinsUpdateListener(ChannelPinsUpdateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ChannelPinsUpdateListener.
addChannelType(ChannelType) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Add a channel type to the slash command option.
addChannelType(ChannelType) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Adds a channel type to the slash command option.
addChoice(String, int) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Adds an int choice for the slash command option.
addChoice(String, String) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Adds a string choice for the slash command option.
addChoice(SlashCommandOptionChoice) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Adds a choice for the slash command option.
addChoice(SlashCommandOptionChoice) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Adds a choice for the slash command option.
addComponents(List<LowLevelComponent>) - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Add a list containing low-level components builders.
addComponents(List<LowLevelComponent>) - Method in interface org.javacord.api.entity.message.component.internal.ActionRowBuilderDelegate
Add multiple low-level components to the ActionRow.
addComponents(HighLevelComponent...) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Add high-level components to the message.
addComponents(HighLevelComponent...) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds multiple components to the message.
addComponents(HighLevelComponent...) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addComponents(HighLevelComponent...) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Adds multiple components to the message.
addComponents(LowLevelComponent...) - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Add multiple low-level component builders.
addDescriptionLocalization(DiscordLocale, String) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Adds a description localization for the given locale.
addDescriptionLocalization(DiscordLocale, String) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Adds a description localization for the given locale.
addDescriptionLocalization(DiscordLocale, String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Adds a description localization for the given locale.
addDescriptionLocalization(DiscordLocale, String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Adds a description localization for the given locale.
addDescriptionLocalization(DiscordLocale, String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Adds a description localization for the given locale.
addDescriptionLocalization(DiscordLocale, String) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Adds a description localization for the given locale.
addEmbed(EmbedBuilder) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds the embed to the message.
addEmbed(EmbedBuilder) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds the embed to the message.
addEmbed(EmbedBuilder) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addEmbed(EmbedBuilder) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Adds the embed to the message.
addEmbeds(List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds the embeds to the message.
addEmbeds(List<EmbedBuilder>) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addEmbeds(List<EmbedBuilder>) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Adds the embeds to the message.
addEmbeds(EmbedBuilder...) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Adds the embeds to the message.
addEmbeds(EmbedBuilder...) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addEmbeds(EmbedBuilder...) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Adds the embeds to the message.
addField(String, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Adds a non-inline field to the embed.
addField(String, String, boolean) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Adds a field to the embed.
addField(String, String, boolean) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Adds a field to the embed.
addFile(byte[], String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a file to the message.
addFile(byte[], String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFile(byte[], String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFile(byte[], String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFile(BufferedImage, String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a file to the message.
addFile(BufferedImage, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFile(BufferedImage, String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFile(BufferedImage, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFile(File) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a file to the message.
addFile(File) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFile(File) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFile(File) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFile(InputStream, String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a file to the message.
addFile(InputStream, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFile(InputStream, String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFile(InputStream, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFile(URL) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a file to the message.
addFile(URL) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFile(URL) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFile(URL) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFile(Icon) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a file to the message.
addFile(Icon) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFile(Icon) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFile(Icon) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFileAsSpoiler(byte[], String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFileAsSpoiler(byte[], String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFileAsSpoiler(byte[], String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFileAsSpoiler(BufferedImage, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFileAsSpoiler(BufferedImage, String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFileAsSpoiler(BufferedImage, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFileAsSpoiler(File) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a spoiler attachment to the message.
addFileAsSpoiler(File) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFileAsSpoiler(File) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFileAsSpoiler(File) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFileAsSpoiler(InputStream, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFileAsSpoiler(InputStream, String) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFileAsSpoiler(InputStream, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFileAsSpoiler(URL) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a spoiler attachment to the message.
addFileAsSpoiler(URL) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFileAsSpoiler(URL) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFileAsSpoiler(URL) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addFileAsSpoiler(Icon) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a spoiler attachment to the message.
addFileAsSpoiler(Icon) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
addFileAsSpoiler(Icon) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
addFileAsSpoiler(Icon) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
addInlineField(String, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Adds an inline field to the embed.
addIntents(Intent...) - Method in class org.javacord.api.DiscordApiBuilder
Adds the given intents to the already set.
addIntents(Intent...) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Adds the given intents to the already set.
addInteractionCreateListener(Function<DiscordApi, InteractionCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a InteractionCreateListener to all created DiscordApi instances.
addInteractionCreateListener(Supplier<InteractionCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a InteractionCreateListener to all created DiscordApi instances.
addInteractionCreateListener(InteractionCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a InteractionCreateListener to all created DiscordApi instances.
addInteractionCreateListener(InteractionCreateListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a InteractionCreateListener.
addInteractionCreateListener(InteractionCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a InteractionCreateListener.
addInteractionCreateListener(InteractionCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a InteractionCreateListener.
addInteractionCreateListener(InteractionCreateListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a InteractionCreateListener.
addKnownCustomEmojiAttachableListener(T) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Adds a listener that implements one or more KnownCustomEmojiAttachableListeners.
addKnownCustomEmojiChangeNameListener(Function<DiscordApi, KnownCustomEmojiChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiChangeNameListener to all created DiscordApi instances.
addKnownCustomEmojiChangeNameListener(Supplier<KnownCustomEmojiChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiChangeNameListener to all created DiscordApi instances.
addKnownCustomEmojiChangeNameListener(KnownCustomEmojiChangeNameListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiChangeNameListener to all created DiscordApi instances.
addKnownCustomEmojiChangeNameListener(KnownCustomEmojiChangeNameListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a KnownCustomEmojiChangeNameListener.
addKnownCustomEmojiChangeNameListener(KnownCustomEmojiChangeNameListener) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Adds a KnownCustomEmojiChangeNameListener.
addKnownCustomEmojiChangeNameListener(KnownCustomEmojiChangeNameListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a KnownCustomEmojiChangeNameListener.
addKnownCustomEmojiChangeWhitelistedRolesListener(Function<DiscordApi, KnownCustomEmojiChangeWhitelistedRolesListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiChangeWhitelistedRolesListener to all created DiscordApi instances.
addKnownCustomEmojiChangeWhitelistedRolesListener(Supplier<KnownCustomEmojiChangeWhitelistedRolesListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiChangeWhitelistedRolesListener to all created DiscordApi instances.
addKnownCustomEmojiChangeWhitelistedRolesListener(KnownCustomEmojiChangeWhitelistedRolesListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiChangeWhitelistedRolesListener to all created DiscordApi instances.
addKnownCustomEmojiChangeWhitelistedRolesListener(KnownCustomEmojiChangeWhitelistedRolesListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a KnownCustomEmojiChangeWhitelistedRolesListener.
addKnownCustomEmojiChangeWhitelistedRolesListener(KnownCustomEmojiChangeWhitelistedRolesListener) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Adds a KnownCustomEmojiChangeWhitelistedRolesListener.
addKnownCustomEmojiChangeWhitelistedRolesListener(KnownCustomEmojiChangeWhitelistedRolesListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a KnownCustomEmojiChangeWhitelistedRolesListener.
addKnownCustomEmojiCreateListener(Function<DiscordApi, KnownCustomEmojiCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiCreateListener to all created DiscordApi instances.
addKnownCustomEmojiCreateListener(Supplier<KnownCustomEmojiCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiCreateListener to all created DiscordApi instances.
addKnownCustomEmojiCreateListener(KnownCustomEmojiCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiCreateListener to all created DiscordApi instances.
addKnownCustomEmojiCreateListener(KnownCustomEmojiCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a KnownCustomEmojiCreateListener.
addKnownCustomEmojiCreateListener(KnownCustomEmojiCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a KnownCustomEmojiCreateListener.
addKnownCustomEmojiDeleteListener(Function<DiscordApi, KnownCustomEmojiDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiDeleteListener to all created DiscordApi instances.
addKnownCustomEmojiDeleteListener(Supplier<KnownCustomEmojiDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiDeleteListener to all created DiscordApi instances.
addKnownCustomEmojiDeleteListener(KnownCustomEmojiDeleteListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a KnownCustomEmojiDeleteListener to all created DiscordApi instances.
addKnownCustomEmojiDeleteListener(KnownCustomEmojiDeleteListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a KnownCustomEmojiDeleteListener.
addKnownCustomEmojiDeleteListener(KnownCustomEmojiDeleteListener) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Adds a KnownCustomEmojiDeleteListener.
addKnownCustomEmojiDeleteListener(KnownCustomEmojiDeleteListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a KnownCustomEmojiDeleteListener.
addListener(Class<T>, Function<DiscordApi, T>) - Method in class org.javacord.api.DiscordApiBuilder
 
addListener(Class<T>, Function<DiscordApi, T>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Adds a GloballyAttachableListener to all created DiscordApi instances.
addListener(Class<T>, Function<DiscordApi, T>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a GloballyAttachableListener to all created DiscordApi instances.
addListener(Class<T>, Supplier<T>) - Method in class org.javacord.api.DiscordApiBuilder
 
addListener(Class<T>, Supplier<T>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Adds a GloballyAttachableListener to all created DiscordApi instances.
addListener(Class<T>, Supplier<T>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a GloballyAttachableListener to all created DiscordApi instances.
addListener(Class<T>, T) - Method in class org.javacord.api.DiscordApiBuilder
 
addListener(Class<T>, T) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Adds a GloballyAttachableListener to all created DiscordApi instances.
addListener(Class<T>, T) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a GloballyAttachableListener to all created DiscordApi instances.
addListener(Class<T>, T) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a GloballyAttachableListener.
addListener(Function<DiscordApi, GloballyAttachableListener>) - Method in class org.javacord.api.DiscordApiBuilder
 
addListener(Function<DiscordApi, GloballyAttachableListener>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Adds a listener that implements one or more GloballyAttachableListeners to all created DiscordApi instances.
addListener(Function<DiscordApi, GloballyAttachableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a listener that implements one or more GloballyAttachableListeners to all created DiscordApi instances.
addListener(Supplier<GloballyAttachableListener>) - Method in class org.javacord.api.DiscordApiBuilder
 
addListener(Supplier<GloballyAttachableListener>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Adds a listener that implements one or more GloballyAttachableListeners to all created DiscordApi instances.
addListener(Supplier<GloballyAttachableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a listener that implements one or more GloballyAttachableListeners to all created DiscordApi instances.
addListener(GloballyAttachableListener) - Method in class org.javacord.api.DiscordApiBuilder
 
addListener(GloballyAttachableListener) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Adds a listener that implements one or more GloballyAttachableListeners to all created DiscordApi instances.
addListener(GloballyAttachableListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a listener that implements one or more GloballyAttachableListeners to all created DiscordApi instances.
addListener(GloballyAttachableListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a listener that implements one or more GloballyAttachableListeners.
addLostConnectionListener(Function<DiscordApi, LostConnectionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a LostConnectionListener to all created DiscordApi instances.
addLostConnectionListener(Supplier<LostConnectionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a LostConnectionListener to all created DiscordApi instances.
addLostConnectionListener(LostConnectionListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a LostConnectionListener to all created DiscordApi instances.
addLostConnectionListener(LostConnectionListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a LostConnectionListener.
addMessageAttachableListener(long, T) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a listener that implements one or more MessageAttachableListeners to the message with the given id.
addMessageAttachableListener(String, T) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a listener that implements one or more MessageAttachableListeners to the message with the given id.
addMessageAttachableListener(DiscordApi, long, T) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a listener that implements one or more MessageAttachableListeners to the message with the given id.
addMessageAttachableListener(DiscordApi, String, T) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a listener that implements one or more MessageAttachableListeners to the message with the given id.
addMessageAttachableListener(T) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a listener that implements one or more MessageAttachableListeners.
addMessageComponentCreateListener(long, MessageComponentCreateListener) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a MessageComponentCreateListener.
addMessageComponentCreateListener(Function<DiscordApi, MessageComponentCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageComponentCreateListener to all created DiscordApi instances.
addMessageComponentCreateListener(Supplier<MessageComponentCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageComponentCreateListener to all created DiscordApi instances.
addMessageComponentCreateListener(DiscordApi, long, MessageComponentCreateListener) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a MessageComponentCreateListener.
addMessageComponentCreateListener(MessageComponentCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageComponentCreateListener to all created DiscordApi instances.
addMessageComponentCreateListener(MessageComponentCreateListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a MessageComponentCreateListener.
addMessageComponentCreateListener(MessageComponentCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a MessageComponentCreateListener.
addMessageComponentCreateListener(MessageComponentCreateListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a MessageComponentCreateListener.
addMessageComponentCreateListener(MessageComponentCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a MessageComponentCreateListener.
addMessageComponentCreateListener(MessageComponentCreateListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a MessageComponentCreateListener.
addMessageContextMenuCommandListener(long, MessageContextMenuCommandListener) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a MessageContextMenuCommandListener.
addMessageContextMenuCommandListener(Function<DiscordApi, MessageContextMenuCommandListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageContextMenuCommandListener to all created DiscordApi instances.
addMessageContextMenuCommandListener(Supplier<MessageContextMenuCommandListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageContextMenuCommandListener to all created DiscordApi instances.
addMessageContextMenuCommandListener(DiscordApi, long, MessageContextMenuCommandListener) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a MessageContextMenuCommandListener.
addMessageContextMenuCommandListener(MessageContextMenuCommandListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageContextMenuCommandListener to all created DiscordApi instances.
addMessageContextMenuCommandListener(MessageContextMenuCommandListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a MessageContextMenuCommandListener.
addMessageContextMenuCommandListener(MessageContextMenuCommandListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a MessageContextMenuCommandListener.
addMessageContextMenuCommandListener(MessageContextMenuCommandListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a MessageContextMenuCommandListener.
addMessageContextMenuCommandListener(MessageContextMenuCommandListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a MessageContextMenuCommandListener.
addMessageContextMenuCommandListener(MessageContextMenuCommandListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a MessageContextMenuCommandListener.
addMessageCreateListener(Function<DiscordApi, MessageCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageCreateListener to all created DiscordApi instances.
addMessageCreateListener(Supplier<MessageCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageCreateListener to all created DiscordApi instances.
addMessageCreateListener(MessageCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageCreateListener to all created DiscordApi instances.
addMessageCreateListener(MessageCreateListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a MessageCreateListener.
addMessageCreateListener(MessageCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a MessageCreateListener.
addMessageCreateListener(MessageCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a MessageCreateListener.
addMessageCreateListener(MessageCreateListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a MessageCreateListener.
addMessageCreateListener(MessageCreateListener) - Method in interface org.javacord.api.listener.webhook.WebhookAttachableListenerManager
Adds a MessageCreateListener.
addMessageDeleteListener(long, MessageDeleteListener) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a MessageDeleteListener.
addMessageDeleteListener(Function<DiscordApi, MessageDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageDeleteListener to all created DiscordApi instances.
addMessageDeleteListener(Supplier<MessageDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageDeleteListener to all created DiscordApi instances.
addMessageDeleteListener(DiscordApi, long, MessageDeleteListener) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a MessageDeleteListener.
addMessageDeleteListener(MessageDeleteListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageDeleteListener to all created DiscordApi instances.
addMessageDeleteListener(MessageDeleteListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a MessageDeleteListener.
addMessageDeleteListener(MessageDeleteListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a MessageDeleteListener.
addMessageDeleteListener(MessageDeleteListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a MessageDeleteListener.
addMessageDeleteListener(MessageDeleteListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a MessageDeleteListener.
addMessageEditListener(long, MessageEditListener) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a MessageEditListener.
addMessageEditListener(Function<DiscordApi, MessageEditListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageEditListener to all created DiscordApi instances.
addMessageEditListener(Supplier<MessageEditListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageEditListener to all created DiscordApi instances.
addMessageEditListener(DiscordApi, long, MessageEditListener) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a MessageEditListener.
addMessageEditListener(MessageEditListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a MessageEditListener to all created DiscordApi instances.
addMessageEditListener(MessageEditListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a MessageEditListener.
addMessageEditListener(MessageEditListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a MessageEditListener.
addMessageEditListener(MessageEditListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a MessageEditListener.
addMessageEditListener(MessageEditListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a MessageEditListener.
addModalSubmitListener(Function<DiscordApi, ModalSubmitListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ModalSubmitListener to all created DiscordApi instances.
addModalSubmitListener(Supplier<ModalSubmitListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ModalSubmitListener to all created DiscordApi instances.
addModalSubmitListener(ModalSubmitListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ModalSubmitListener to all created DiscordApi instances.
addModalSubmitListener(ModalSubmitListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a ModalSubmitListener.
addModalSubmitListener(ModalSubmitListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ModalSubmitListener.
addModalSubmitListener(ModalSubmitListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ModalSubmitListener.
addModalSubmitListener(ModalSubmitListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ModalSubmitListener.
addNameLocalization(DiscordLocale, String) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Adds a name localization for the given locale.
addNameLocalization(DiscordLocale, String) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Adds a name localization for the given locale.
addNameLocalization(DiscordLocale, String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Adds a name localization for the given locale.
addNameLocalization(DiscordLocale, String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Adds a name localization for the given locale.
addNameLocalization(DiscordLocale, String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Adds a name localization for the given locale.
addNameLocalization(DiscordLocale, String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionChoiceBuilderDelegate
Adds a name localization for the given locale.
addNameLocalization(DiscordLocale, String) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Adds a name localization for the given locale.
addNameLocalization(DiscordLocale, String) - Method in class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
Adds a name localization for the given locale.
addOption(SelectMenuOption) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Add an option to the select menu.
addOption(SelectMenuOption) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Add an option to the select menu.
addOption(SlashCommandOption) - Method in interface org.javacord.api.interaction.internal.SlashCommandBuilderDelegate
Adds a slash command option to the slash command.
addOption(SlashCommandOption) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Adds a slash command option to the slash command option.
addOption(SlashCommandOption) - Method in class org.javacord.api.interaction.SlashCommandBuilder
Adds a slash command option to the slash command.
addOption(SlashCommandOption) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Adds a slash command option to the slash command option.
addOptions(List<SelectMenuOption>) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Adds all given options to the select menu.
addPermissionOverwrite(T, Permissions) - Method in interface org.javacord.api.entity.channel.internal.RegularServerChannelBuilderDelegate
Adds a permission overwrite for the given entity.
addPermissionOverwrite(T, Permissions) - Method in interface org.javacord.api.entity.channel.internal.RegularServerChannelUpdaterDelegate
Adds a permission overwrite for the given entity.
addPermissionOverwrite(U, Permissions) - Method in class org.javacord.api.entity.channel.RegularServerChannelBuilder
Adds a permission overwrite for the given entity.
addPermissionOverwrite(U, Permissions) - Method in class org.javacord.api.entity.channel.RegularServerChannelUpdater
Adds a permission overwrite for the given entity.
addPrivateChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.user.PrivateChannelAttachableListenerManager
Adds a listener that implements one or more PrivateChannelAttachableListeners.
addPrivateChannelCreateListener(Function<DiscordApi, PrivateChannelCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a PrivateChannelCreateListener to all created DiscordApi instances.
addPrivateChannelCreateListener(Supplier<PrivateChannelCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a PrivateChannelCreateListener to all created DiscordApi instances.
addPrivateChannelCreateListener(PrivateChannelCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a PrivateChannelCreateListener to all created DiscordApi instances.
addPrivateChannelCreateListener(PrivateChannelCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a PrivateChannelCreateListener.
addPrivateChannelCreateListener(PrivateChannelCreateListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a PrivateChannelCreateListener.
addPrivateChannelDeleteListener(Function<DiscordApi, PrivateChannelDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a PrivateChannelDeleteListener to all created DiscordApi instances.
addPrivateChannelDeleteListener(Supplier<PrivateChannelDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a PrivateChannelDeleteListener to all created DiscordApi instances.
addPrivateChannelDeleteListener(PrivateChannelDeleteListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a PrivateChannelDeleteListener to all created DiscordApi instances.
addPrivateChannelDeleteListener(PrivateChannelDeleteListener) - Method in interface org.javacord.api.listener.channel.user.PrivateChannelAttachableListenerManager
Adds a PrivateChannelDeleteListener.
addPrivateChannelDeleteListener(PrivateChannelDeleteListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a PrivateChannelDeleteListener.
addPrivateChannelDeleteListener(PrivateChannelDeleteListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a PrivateChannelDeleteListener.
addReaction(long, long, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Adds a unicode reaction to the message.
addReaction(long, long, Emoji) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Adds a reaction to the message.
addReaction(String) - Method in interface org.javacord.api.entity.message.Message
Adds a unicode reaction to the message.
addReaction(String, String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Adds a unicode reaction to the message.
addReaction(String, String, Emoji) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Adds a reaction to the message.
addReaction(DiscordApi, long, long, String) - Static method in interface org.javacord.api.entity.message.Message
Adds a unicode reaction to the message.
addReaction(DiscordApi, long, long, Emoji) - Static method in interface org.javacord.api.entity.message.Message
Adds a reaction to the message.
addReaction(DiscordApi, String, String, String) - Static method in interface org.javacord.api.entity.message.Message
Adds a unicode reaction to the message.
addReaction(DiscordApi, String, String, Emoji) - Static method in interface org.javacord.api.entity.message.Message
Adds a reaction to the message.
addReaction(Emoji) - Method in interface org.javacord.api.entity.message.Message
Adds a reaction to the message.
addReactionAddListener(long, ReactionAddListener) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a ReactionAddListener.
addReactionAddListener(Function<DiscordApi, ReactionAddListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReactionAddListener to all created DiscordApi instances.
addReactionAddListener(Supplier<ReactionAddListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReactionAddListener to all created DiscordApi instances.
addReactionAddListener(DiscordApi, long, ReactionAddListener) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a ReactionAddListener.
addReactionAddListener(ReactionAddListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReactionAddListener to all created DiscordApi instances.
addReactionAddListener(ReactionAddListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a ReactionAddListener.
addReactionAddListener(ReactionAddListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ReactionAddListener.
addReactionAddListener(ReactionAddListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a ReactionAddListener.
addReactionAddListener(ReactionAddListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ReactionAddListener.
addReactionAddListener(ReactionAddListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ReactionAddListener.
addReactionRemoveAllListener(long, ReactionRemoveAllListener) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a ReactionRemoveAllListener.
addReactionRemoveAllListener(Function<DiscordApi, ReactionRemoveAllListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReactionRemoveAllListener to all created DiscordApi instances.
addReactionRemoveAllListener(Supplier<ReactionRemoveAllListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReactionRemoveAllListener to all created DiscordApi instances.
addReactionRemoveAllListener(DiscordApi, long, ReactionRemoveAllListener) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a ReactionRemoveAllListener.
addReactionRemoveAllListener(ReactionRemoveAllListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReactionRemoveAllListener to all created DiscordApi instances.
addReactionRemoveAllListener(ReactionRemoveAllListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a ReactionRemoveAllListener.
addReactionRemoveAllListener(ReactionRemoveAllListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ReactionRemoveAllListener.
addReactionRemoveAllListener(ReactionRemoveAllListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a ReactionRemoveAllListener.
addReactionRemoveAllListener(ReactionRemoveAllListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ReactionRemoveAllListener.
addReactionRemoveListener(long, ReactionRemoveListener) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a ReactionRemoveListener.
addReactionRemoveListener(Function<DiscordApi, ReactionRemoveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReactionRemoveListener to all created DiscordApi instances.
addReactionRemoveListener(Supplier<ReactionRemoveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReactionRemoveListener to all created DiscordApi instances.
addReactionRemoveListener(DiscordApi, long, ReactionRemoveListener) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a ReactionRemoveListener.
addReactionRemoveListener(ReactionRemoveListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReactionRemoveListener to all created DiscordApi instances.
addReactionRemoveListener(ReactionRemoveListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a ReactionRemoveListener.
addReactionRemoveListener(ReactionRemoveListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ReactionRemoveListener.
addReactionRemoveListener(ReactionRemoveListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a ReactionRemoveListener.
addReactionRemoveListener(ReactionRemoveListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ReactionRemoveListener.
addReactionRemoveListener(ReactionRemoveListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ReactionRemoveListener.
addReactions(String...) - Method in interface org.javacord.api.entity.message.Message
Adds unicode reactions to the message.
addReactions(Emoji...) - Method in interface org.javacord.api.entity.message.Message
Adds reactions to the message.
addReactionsToMessage(String...) - Method in interface org.javacord.api.event.message.MessageEvent
Adds unicode reactions to the message involved in the event.
addReactionsToMessage(Emoji...) - Method in interface org.javacord.api.event.message.MessageEvent
Adds reactions to the message involved in the event.
addReactionToMessage(String) - Method in interface org.javacord.api.event.message.MessageEvent
Adds a unicode reaction to the message involved in the event.
addReactionToMessage(Emoji) - Method in interface org.javacord.api.event.message.MessageEvent
Adds a reaction to the message involved in the event.
addReconnectListener(Function<DiscordApi, ReconnectListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReconnectListener to all created DiscordApi instances.
addReconnectListener(Supplier<ReconnectListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReconnectListener to all created DiscordApi instances.
addReconnectListener(ReconnectListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ReconnectListener to all created DiscordApi instances.
addReconnectListener(ReconnectListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ReconnectListener.
addRemoveHandler(Runnable) - Method in interface org.javacord.api.util.event.ListenerManager
Adds a runnable which gets called when the listener gets removed.
addResumeListener(Function<DiscordApi, ResumeListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ResumeListener to all created DiscordApi instances.
addResumeListener(Supplier<ResumeListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ResumeListener to all created DiscordApi instances.
addResumeListener(ResumeListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ResumeListener to all created DiscordApi instances.
addResumeListener(ResumeListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ResumeListener.
addRole(long) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Adds a role to the list which will be mentioned.
addRole(long) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Adds a role to the mentions list which should be mentioned if mentioned.
addRole(String) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Adds a role to the list which will be mentioned.
addRole(String) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Adds a role to the mentions list which should be mentioned if mentioned.
addRole(Role) - Method in interface org.javacord.api.entity.user.User
Adds the given role to the user.
addRole(Role, String) - Method in interface org.javacord.api.entity.user.User
Adds the given role to the user.
addRoleAttachableListener(T) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a listener that implements one or more RoleAttachableListeners.
addRoleChangeColorListener(Function<DiscordApi, RoleChangeColorListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeColorListener to all created DiscordApi instances.
addRoleChangeColorListener(Supplier<RoleChangeColorListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeColorListener to all created DiscordApi instances.
addRoleChangeColorListener(RoleChangeColorListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeColorListener to all created DiscordApi instances.
addRoleChangeColorListener(RoleChangeColorListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a RoleChangeColorListener.
addRoleChangeColorListener(RoleChangeColorListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a RoleChangeColorListener.
addRoleChangeColorListener(RoleChangeColorListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a RoleChangeColorListener.
addRoleChangeHoistListener(Function<DiscordApi, RoleChangeHoistListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeHoistListener to all created DiscordApi instances.
addRoleChangeHoistListener(Supplier<RoleChangeHoistListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeHoistListener to all created DiscordApi instances.
addRoleChangeHoistListener(RoleChangeHoistListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeHoistListener to all created DiscordApi instances.
addRoleChangeHoistListener(RoleChangeHoistListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a RoleChangeHoistListener.
addRoleChangeHoistListener(RoleChangeHoistListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a RoleChangeHoistListener.
addRoleChangeHoistListener(RoleChangeHoistListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a RoleChangeHoistListener.
addRoleChangeMentionableListener(Function<DiscordApi, RoleChangeMentionableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeMentionableListener to all created DiscordApi instances.
addRoleChangeMentionableListener(Supplier<RoleChangeMentionableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeMentionableListener to all created DiscordApi instances.
addRoleChangeMentionableListener(RoleChangeMentionableListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeMentionableListener to all created DiscordApi instances.
addRoleChangeMentionableListener(RoleChangeMentionableListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a RoleChangeMentionableListener.
addRoleChangeMentionableListener(RoleChangeMentionableListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a RoleChangeMentionableListener.
addRoleChangeMentionableListener(RoleChangeMentionableListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a RoleChangeMentionableListener.
addRoleChangeNameListener(Function<DiscordApi, RoleChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeNameListener to all created DiscordApi instances.
addRoleChangeNameListener(Supplier<RoleChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeNameListener to all created DiscordApi instances.
addRoleChangeNameListener(RoleChangeNameListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangeNameListener to all created DiscordApi instances.
addRoleChangeNameListener(RoleChangeNameListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a RoleChangeNameListener.
addRoleChangeNameListener(RoleChangeNameListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a RoleChangeNameListener.
addRoleChangeNameListener(RoleChangeNameListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a RoleChangeNameListener.
addRoleChangePermissionsListener(Function<DiscordApi, RoleChangePermissionsListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangePermissionsListener to all created DiscordApi instances.
addRoleChangePermissionsListener(Supplier<RoleChangePermissionsListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangePermissionsListener to all created DiscordApi instances.
addRoleChangePermissionsListener(RoleChangePermissionsListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangePermissionsListener to all created DiscordApi instances.
addRoleChangePermissionsListener(RoleChangePermissionsListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a RoleChangePermissionsListener.
addRoleChangePermissionsListener(RoleChangePermissionsListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a RoleChangePermissionsListener.
addRoleChangePermissionsListener(RoleChangePermissionsListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a RoleChangePermissionsListener.
addRoleChangePositionListener(Function<DiscordApi, RoleChangePositionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangePositionListener to all created DiscordApi instances.
addRoleChangePositionListener(Supplier<RoleChangePositionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangePositionListener to all created DiscordApi instances.
addRoleChangePositionListener(RoleChangePositionListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleChangePositionListener to all created DiscordApi instances.
addRoleChangePositionListener(RoleChangePositionListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a RoleChangePositionListener.
addRoleChangePositionListener(RoleChangePositionListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a RoleChangePositionListener.
addRoleChangePositionListener(RoleChangePositionListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a RoleChangePositionListener.
addRoleCreateListener(Function<DiscordApi, RoleCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleCreateListener to all created DiscordApi instances.
addRoleCreateListener(Supplier<RoleCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleCreateListener to all created DiscordApi instances.
addRoleCreateListener(RoleCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleCreateListener to all created DiscordApi instances.
addRoleCreateListener(RoleCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a RoleCreateListener.
addRoleCreateListener(RoleCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a RoleCreateListener.
addRoleDeleteListener(Function<DiscordApi, RoleDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleDeleteListener to all created DiscordApi instances.
addRoleDeleteListener(Supplier<RoleDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleDeleteListener to all created DiscordApi instances.
addRoleDeleteListener(RoleDeleteListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a RoleDeleteListener to all created DiscordApi instances.
addRoleDeleteListener(RoleDeleteListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a RoleDeleteListener.
addRoleDeleteListener(RoleDeleteListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a RoleDeleteListener.
addRoleDeleteListener(RoleDeleteListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a RoleDeleteListener.
addRoles(Collection<Long>) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Adds the roles to the list which will be mentioned.
addRoles(Collection<Long>) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Adds a collection of roles to the mentions list which should be mentioned if mentioned.
addRolesToUser(User, Collection<Role>) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues a collection of roles to be assigned to the user.
addRolesToUser(User, Collection<Role>) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a collection of roles to be assigned to the user.
addRoleToUser(User, Role) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues a role to be assigned to the user.
addRoleToUser(User, Role) - Method in interface org.javacord.api.entity.server.Server
Adds the given role to the given server member.
addRoleToUser(User, Role) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a role to be assigned to the user.
addRoleToUser(User, Role, String) - Method in interface org.javacord.api.entity.server.Server
Adds the given role to the given server member.
addRoleToWhitelist(Role) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Adds a role to the whitelist.
addRoleToWhitelist(Role) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
Queues a role to be added to the whitelist.
addRoleToWhitelist(Role) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Adds a role to the whitelist.
addRoleToWhitelist(Role) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
Queues a role to be added to the whitelist.
addScopes(Collection<BotInviteScope>) - Method in class org.javacord.api.BotInviteBuilder
Adds the scopes for this invite builder.
addScopes(BotInviteScope...) - Method in class org.javacord.api.BotInviteBuilder
Adds the scopes for this invite builder.
addSelectMenuChooseListener(long, SelectMenuChooseListener) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Adds a SelectMenuChooseListener.
addSelectMenuChooseListener(Function<DiscordApi, SelectMenuChooseListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a SelectMenuChooseListener to all created DiscordApi instances.
addSelectMenuChooseListener(Supplier<SelectMenuChooseListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a SelectMenuChooseListener to all created DiscordApi instances.
addSelectMenuChooseListener(DiscordApi, long, SelectMenuChooseListener) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a SelectMenuChooseListener.
addSelectMenuChooseListener(SelectMenuChooseListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a SelectMenuChooseListener to all created DiscordApi instances.
addSelectMenuChooseListener(SelectMenuChooseListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a SelectMenuChooseListener.
addSelectMenuChooseListener(SelectMenuChooseListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a SelectMenuChooseListener.
addSelectMenuChooseListener(SelectMenuChooseListener) - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Adds a SelectMenuChooseListener.
addSelectMenuChooseListener(SelectMenuChooseListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a SelectMenuChooseListener.
addSelectMenuChooseListener(SelectMenuChooseListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a SelectMenuChooseListener.
addServerAttachableListener(T) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a listener that implements one or more ServerAttachableListeners.
addServerBecomesAvailableListener(Function<DiscordApi, ServerBecomesAvailableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerBecomesAvailableListener to all created DiscordApi instances.
addServerBecomesAvailableListener(Supplier<ServerBecomesAvailableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerBecomesAvailableListener to all created DiscordApi instances.
addServerBecomesAvailableListener(ServerBecomesAvailableListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerBecomesAvailableListener to all created DiscordApi instances.
addServerBecomesAvailableListener(ServerBecomesAvailableListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerBecomesAvailableListener.
addServerBecomesUnavailableListener(Function<DiscordApi, ServerBecomesUnavailableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerBecomesUnavailableListener to all created DiscordApi instances.
addServerBecomesUnavailableListener(Supplier<ServerBecomesUnavailableListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerBecomesUnavailableListener to all created DiscordApi instances.
addServerBecomesUnavailableListener(ServerBecomesUnavailableListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerBecomesUnavailableListener to all created DiscordApi instances.
addServerBecomesUnavailableListener(ServerBecomesUnavailableListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerBecomesUnavailableListener.
addServerBecomesUnavailableListener(ServerBecomesUnavailableListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerBecomesUnavailableListener.
addServerChangeAfkChannelListener(Function<DiscordApi, ServerChangeAfkChannelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeAfkChannelListener to all created DiscordApi instances.
addServerChangeAfkChannelListener(Supplier<ServerChangeAfkChannelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeAfkChannelListener to all created DiscordApi instances.
addServerChangeAfkChannelListener(ServerChangeAfkChannelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeAfkChannelListener to all created DiscordApi instances.
addServerChangeAfkChannelListener(ServerChangeAfkChannelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeAfkChannelListener.
addServerChangeAfkChannelListener(ServerChangeAfkChannelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeAfkChannelListener.
addServerChangeAfkTimeoutListener(Function<DiscordApi, ServerChangeAfkTimeoutListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeAfkTimeoutListener to all created DiscordApi instances.
addServerChangeAfkTimeoutListener(Supplier<ServerChangeAfkTimeoutListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeAfkTimeoutListener to all created DiscordApi instances.
addServerChangeAfkTimeoutListener(ServerChangeAfkTimeoutListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeAfkTimeoutListener to all created DiscordApi instances.
addServerChangeAfkTimeoutListener(ServerChangeAfkTimeoutListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeAfkTimeoutListener.
addServerChangeAfkTimeoutListener(ServerChangeAfkTimeoutListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeAfkTimeoutListener.
addServerChangeBoostCountListener(Function<DiscordApi, ServerChangeBoostCountListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeBoostCountListener to all created DiscordApi instances.
addServerChangeBoostCountListener(Supplier<ServerChangeBoostCountListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeBoostCountListener to all created DiscordApi instances.
addServerChangeBoostCountListener(ServerChangeBoostCountListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeBoostCountListener to all created DiscordApi instances.
addServerChangeBoostCountListener(ServerChangeBoostCountListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeBoostCountListener.
addServerChangeBoostCountListener(ServerChangeBoostCountListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeBoostCountListener.
addServerChangeBoostLevelListener(Function<DiscordApi, ServerChangeBoostLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeBoostLevelListener to all created DiscordApi instances.
addServerChangeBoostLevelListener(Supplier<ServerChangeBoostLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeBoostLevelListener to all created DiscordApi instances.
addServerChangeBoostLevelListener(ServerChangeBoostLevelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeBoostLevelListener to all created DiscordApi instances.
addServerChangeBoostLevelListener(ServerChangeBoostLevelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeBoostLevelListener.
addServerChangeBoostLevelListener(ServerChangeBoostLevelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeBoostLevelListener.
addServerChangeDefaultMessageNotificationLevelListener(Function<DiscordApi, ServerChangeDefaultMessageNotificationLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeDefaultMessageNotificationLevelListener to all created DiscordApi instances.
addServerChangeDefaultMessageNotificationLevelListener(Supplier<ServerChangeDefaultMessageNotificationLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeDefaultMessageNotificationLevelListener to all created DiscordApi instances.
addServerChangeDefaultMessageNotificationLevelListener(ServerChangeDefaultMessageNotificationLevelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeDefaultMessageNotificationLevelListener to all created DiscordApi instances.
addServerChangeDefaultMessageNotificationLevelListener(ServerChangeDefaultMessageNotificationLevelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeDefaultMessageNotificationLevelListener.
addServerChangeDefaultMessageNotificationLevelListener(ServerChangeDefaultMessageNotificationLevelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeDefaultMessageNotificationLevelListener.
addServerChangeDescriptionListener(Function<DiscordApi, ServerChangeDescriptionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeDescriptionListener to all created DiscordApi instances.
addServerChangeDescriptionListener(Supplier<ServerChangeDescriptionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeDescriptionListener to all created DiscordApi instances.
addServerChangeDescriptionListener(ServerChangeDescriptionListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeDescriptionListener to all created DiscordApi instances.
addServerChangeDescriptionListener(ServerChangeDescriptionListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeDescriptionListener.
addServerChangeDescriptionListener(ServerChangeDescriptionListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeDescriptionListener.
addServerChangeDiscoverySplashListener(Function<DiscordApi, ServerChangeDiscoverySplashListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeDiscoverySplashListener to all created DiscordApi instances.
addServerChangeDiscoverySplashListener(Supplier<ServerChangeDiscoverySplashListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeDiscoverySplashListener to all created DiscordApi instances.
addServerChangeDiscoverySplashListener(ServerChangeDiscoverySplashListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeDiscoverySplashListener to all created DiscordApi instances.
addServerChangeDiscoverySplashListener(ServerChangeDiscoverySplashListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeDiscoverySplashListener.
addServerChangeDiscoverySplashListener(ServerChangeDiscoverySplashListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeDiscoverySplashListener.
addServerChangeExplicitContentFilterLevelListener(Function<DiscordApi, ServerChangeExplicitContentFilterLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeExplicitContentFilterLevelListener to all created DiscordApi instances.
addServerChangeExplicitContentFilterLevelListener(Supplier<ServerChangeExplicitContentFilterLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeExplicitContentFilterLevelListener to all created DiscordApi instances.
addServerChangeExplicitContentFilterLevelListener(ServerChangeExplicitContentFilterLevelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeExplicitContentFilterLevelListener to all created DiscordApi instances.
addServerChangeExplicitContentFilterLevelListener(ServerChangeExplicitContentFilterLevelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeExplicitContentFilterLevelListener.
addServerChangeExplicitContentFilterLevelListener(ServerChangeExplicitContentFilterLevelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeExplicitContentFilterLevelListener.
addServerChangeIconListener(Function<DiscordApi, ServerChangeIconListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeIconListener to all created DiscordApi instances.
addServerChangeIconListener(Supplier<ServerChangeIconListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeIconListener to all created DiscordApi instances.
addServerChangeIconListener(ServerChangeIconListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeIconListener to all created DiscordApi instances.
addServerChangeIconListener(ServerChangeIconListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeIconListener.
addServerChangeIconListener(ServerChangeIconListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeIconListener.
addServerChangeModeratorsOnlyChannelListener(Function<DiscordApi, ServerChangeModeratorsOnlyChannelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeModeratorsOnlyChannelListener to all created DiscordApi instances.
addServerChangeModeratorsOnlyChannelListener(Supplier<ServerChangeModeratorsOnlyChannelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeModeratorsOnlyChannelListener to all created DiscordApi instances.
addServerChangeModeratorsOnlyChannelListener(ServerChangeModeratorsOnlyChannelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeModeratorsOnlyChannelListener to all created DiscordApi instances.
addServerChangeModeratorsOnlyChannelListener(ServerChangeModeratorsOnlyChannelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeModeratorsOnlyChannelListener.
addServerChangeModeratorsOnlyChannelListener(ServerChangeModeratorsOnlyChannelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeModeratorsOnlyChannelListener.
addServerChangeMultiFactorAuthenticationLevelListener(Function<DiscordApi, ServerChangeMultiFactorAuthenticationLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeMultiFactorAuthenticationLevelListener to all created DiscordApi instances.
addServerChangeMultiFactorAuthenticationLevelListener(Supplier<ServerChangeMultiFactorAuthenticationLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeMultiFactorAuthenticationLevelListener to all created DiscordApi instances.
addServerChangeMultiFactorAuthenticationLevelListener(ServerChangeMultiFactorAuthenticationLevelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeMultiFactorAuthenticationLevelListener to all created DiscordApi instances.
addServerChangeMultiFactorAuthenticationLevelListener(ServerChangeMultiFactorAuthenticationLevelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeMultiFactorAuthenticationLevelListener.
addServerChangeMultiFactorAuthenticationLevelListener(ServerChangeMultiFactorAuthenticationLevelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeMultiFactorAuthenticationLevelListener.
addServerChangeNameListener(Function<DiscordApi, ServerChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeNameListener to all created DiscordApi instances.
addServerChangeNameListener(Supplier<ServerChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeNameListener to all created DiscordApi instances.
addServerChangeNameListener(ServerChangeNameListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeNameListener to all created DiscordApi instances.
addServerChangeNameListener(ServerChangeNameListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeNameListener.
addServerChangeNameListener(ServerChangeNameListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeNameListener.
addServerChangeNsfwLevelListener(Function<DiscordApi, ServerChangeNsfwLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeNsfwLevelListener to all created DiscordApi instances.
addServerChangeNsfwLevelListener(Supplier<ServerChangeNsfwLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeNsfwLevelListener to all created DiscordApi instances.
addServerChangeNsfwLevelListener(ServerChangeNsfwLevelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeNsfwLevelListener to all created DiscordApi instances.
addServerChangeNsfwLevelListener(ServerChangeNsfwLevelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeNsfwLevelListener.
addServerChangeNsfwLevelListener(ServerChangeNsfwLevelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeNsfwLevelListener.
addServerChangeOwnerListener(Function<DiscordApi, ServerChangeOwnerListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeOwnerListener to all created DiscordApi instances.
addServerChangeOwnerListener(Supplier<ServerChangeOwnerListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeOwnerListener to all created DiscordApi instances.
addServerChangeOwnerListener(ServerChangeOwnerListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeOwnerListener to all created DiscordApi instances.
addServerChangeOwnerListener(ServerChangeOwnerListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeOwnerListener.
addServerChangeOwnerListener(ServerChangeOwnerListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeOwnerListener.
addServerChangePreferredLocaleListener(Function<DiscordApi, ServerChangePreferredLocaleListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangePreferredLocaleListener to all created DiscordApi instances.
addServerChangePreferredLocaleListener(Supplier<ServerChangePreferredLocaleListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangePreferredLocaleListener to all created DiscordApi instances.
addServerChangePreferredLocaleListener(ServerChangePreferredLocaleListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangePreferredLocaleListener to all created DiscordApi instances.
addServerChangePreferredLocaleListener(ServerChangePreferredLocaleListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangePreferredLocaleListener.
addServerChangePreferredLocaleListener(ServerChangePreferredLocaleListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangePreferredLocaleListener.
addServerChangeRegionListener(Function<DiscordApi, ServerChangeRegionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeRegionListener to all created DiscordApi instances.
addServerChangeRegionListener(Supplier<ServerChangeRegionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeRegionListener to all created DiscordApi instances.
addServerChangeRegionListener(ServerChangeRegionListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeRegionListener to all created DiscordApi instances.
addServerChangeRegionListener(ServerChangeRegionListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeRegionListener.
addServerChangeRegionListener(ServerChangeRegionListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeRegionListener.
addServerChangeRulesChannelListener(Function<DiscordApi, ServerChangeRulesChannelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeRulesChannelListener to all created DiscordApi instances.
addServerChangeRulesChannelListener(Supplier<ServerChangeRulesChannelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeRulesChannelListener to all created DiscordApi instances.
addServerChangeRulesChannelListener(ServerChangeRulesChannelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeRulesChannelListener to all created DiscordApi instances.
addServerChangeRulesChannelListener(ServerChangeRulesChannelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeRulesChannelListener.
addServerChangeRulesChannelListener(ServerChangeRulesChannelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeRulesChannelListener.
addServerChangeServerFeatureListener(Function<DiscordApi, ServerChangeServerFeatureListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeServerFeatureListener to all created DiscordApi instances.
addServerChangeServerFeatureListener(Supplier<ServerChangeServerFeatureListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeServerFeatureListener to all created DiscordApi instances.
addServerChangeServerFeatureListener(ServerChangeServerFeatureListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeServerFeatureListener to all created DiscordApi instances.
addServerChangeServerFeatureListener(ServerChangeServerFeatureListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeServerFeatureListener.
addServerChangeServerFeatureListener(ServerChangeServerFeatureListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeServerFeatureListener.
addServerChangeSplashListener(Function<DiscordApi, ServerChangeSplashListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeSplashListener to all created DiscordApi instances.
addServerChangeSplashListener(Supplier<ServerChangeSplashListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeSplashListener to all created DiscordApi instances.
addServerChangeSplashListener(ServerChangeSplashListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeSplashListener to all created DiscordApi instances.
addServerChangeSplashListener(ServerChangeSplashListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeSplashListener.
addServerChangeSplashListener(ServerChangeSplashListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeSplashListener.
addServerChangeSystemChannelListener(Function<DiscordApi, ServerChangeSystemChannelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeSystemChannelListener to all created DiscordApi instances.
addServerChangeSystemChannelListener(Supplier<ServerChangeSystemChannelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeSystemChannelListener to all created DiscordApi instances.
addServerChangeSystemChannelListener(ServerChangeSystemChannelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeSystemChannelListener to all created DiscordApi instances.
addServerChangeSystemChannelListener(ServerChangeSystemChannelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeSystemChannelListener.
addServerChangeSystemChannelListener(ServerChangeSystemChannelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeSystemChannelListener.
addServerChangeVanityUrlCodeListener(Function<DiscordApi, ServerChangeVanityUrlCodeListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeVanityUrlCodeListener to all created DiscordApi instances.
addServerChangeVanityUrlCodeListener(Supplier<ServerChangeVanityUrlCodeListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeVanityUrlCodeListener to all created DiscordApi instances.
addServerChangeVanityUrlCodeListener(ServerChangeVanityUrlCodeListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeVanityUrlCodeListener to all created DiscordApi instances.
addServerChangeVanityUrlCodeListener(ServerChangeVanityUrlCodeListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeVanityUrlCodeListener.
addServerChangeVanityUrlCodeListener(ServerChangeVanityUrlCodeListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeVanityUrlCodeListener.
addServerChangeVerificationLevelListener(Function<DiscordApi, ServerChangeVerificationLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeVerificationLevelListener to all created DiscordApi instances.
addServerChangeVerificationLevelListener(Supplier<ServerChangeVerificationLevelListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeVerificationLevelListener to all created DiscordApi instances.
addServerChangeVerificationLevelListener(ServerChangeVerificationLevelListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChangeVerificationLevelListener to all created DiscordApi instances.
addServerChangeVerificationLevelListener(ServerChangeVerificationLevelListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChangeVerificationLevelListener.
addServerChangeVerificationLevelListener(ServerChangeVerificationLevelListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChangeVerificationLevelListener.
addServerChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Adds a listener that implements one or more ServerChannelAttachableListeners.
addServerChannelChangeNameListener(Function<DiscordApi, ServerChannelChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangeNameListener to all created DiscordApi instances.
addServerChannelChangeNameListener(Supplier<ServerChannelChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangeNameListener to all created DiscordApi instances.
addServerChannelChangeNameListener(ServerChannelChangeNameListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangeNameListener to all created DiscordApi instances.
addServerChannelChangeNameListener(ServerChannelChangeNameListener) - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Adds a ServerChannelChangeNameListener.
addServerChannelChangeNameListener(ServerChannelChangeNameListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChannelChangeNameListener.
addServerChannelChangeNameListener(ServerChannelChangeNameListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChannelChangeNameListener.
addServerChannelChangeNsfwFlagListener(Function<DiscordApi, ServerChannelChangeNsfwFlagListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangeNsfwFlagListener to all created DiscordApi instances.
addServerChannelChangeNsfwFlagListener(Supplier<ServerChannelChangeNsfwFlagListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangeNsfwFlagListener to all created DiscordApi instances.
addServerChannelChangeNsfwFlagListener(ServerChannelChangeNsfwFlagListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangeNsfwFlagListener to all created DiscordApi instances.
addServerChannelChangeNsfwFlagListener(ServerChannelChangeNsfwFlagListener) - Method in interface org.javacord.api.listener.channel.server.ChannelCategoryAttachableListenerManager
Adds a ServerChannelChangeNsfwFlagListener.
addServerChannelChangeNsfwFlagListener(ServerChannelChangeNsfwFlagListener) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Adds a ServerChannelChangeNsfwFlagListener.
addServerChannelChangeNsfwFlagListener(ServerChannelChangeNsfwFlagListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChannelChangeNsfwFlagListener.
addServerChannelChangeNsfwFlagListener(ServerChannelChangeNsfwFlagListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChannelChangeNsfwFlagListener.
addServerChannelChangeOverwrittenPermissionsListener(Function<DiscordApi, ServerChannelChangeOverwrittenPermissionsListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangeOverwrittenPermissionsListener to all created DiscordApi instances.
addServerChannelChangeOverwrittenPermissionsListener(Supplier<ServerChannelChangeOverwrittenPermissionsListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangeOverwrittenPermissionsListener to all created DiscordApi instances.
addServerChannelChangeOverwrittenPermissionsListener(ServerChannelChangeOverwrittenPermissionsListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangeOverwrittenPermissionsListener to all created DiscordApi instances.
addServerChannelChangeOverwrittenPermissionsListener(ServerChannelChangeOverwrittenPermissionsListener) - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Adds a ServerChannelChangeOverwrittenPermissionsListener.
addServerChannelChangeOverwrittenPermissionsListener(ServerChannelChangeOverwrittenPermissionsListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChannelChangeOverwrittenPermissionsListener.
addServerChannelChangeOverwrittenPermissionsListener(ServerChannelChangeOverwrittenPermissionsListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a ServerChannelChangeOverwrittenPermissionsListener.
addServerChannelChangeOverwrittenPermissionsListener(ServerChannelChangeOverwrittenPermissionsListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChannelChangeOverwrittenPermissionsListener.
addServerChannelChangeOverwrittenPermissionsListener(ServerChannelChangeOverwrittenPermissionsListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ServerChannelChangeOverwrittenPermissionsListener.
addServerChannelChangePositionListener(Function<DiscordApi, ServerChannelChangePositionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangePositionListener to all created DiscordApi instances.
addServerChannelChangePositionListener(Supplier<ServerChannelChangePositionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangePositionListener to all created DiscordApi instances.
addServerChannelChangePositionListener(ServerChannelChangePositionListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelChangePositionListener to all created DiscordApi instances.
addServerChannelChangePositionListener(ServerChannelChangePositionListener) - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Adds a ServerChannelChangePositionListener.
addServerChannelChangePositionListener(ServerChannelChangePositionListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChannelChangePositionListener.
addServerChannelChangePositionListener(ServerChannelChangePositionListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChannelChangePositionListener.
addServerChannelCreateListener(Function<DiscordApi, ServerChannelCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelCreateListener to all created DiscordApi instances.
addServerChannelCreateListener(Supplier<ServerChannelCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelCreateListener to all created DiscordApi instances.
addServerChannelCreateListener(ServerChannelCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelCreateListener to all created DiscordApi instances.
addServerChannelCreateListener(ServerChannelCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChannelCreateListener.
addServerChannelCreateListener(ServerChannelCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChannelCreateListener.
addServerChannelDeleteListener(Function<DiscordApi, ServerChannelDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelDeleteListener to all created DiscordApi instances.
addServerChannelDeleteListener(Supplier<ServerChannelDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelDeleteListener to all created DiscordApi instances.
addServerChannelDeleteListener(ServerChannelDeleteListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelDeleteListener to all created DiscordApi instances.
addServerChannelDeleteListener(ServerChannelDeleteListener) - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Adds a ServerChannelDeleteListener.
addServerChannelDeleteListener(ServerChannelDeleteListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChannelDeleteListener.
addServerChannelDeleteListener(ServerChannelDeleteListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChannelDeleteListener.
addServerChannelInviteCreateListener(Function<DiscordApi, ServerChannelInviteCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelInviteCreateListener to all created DiscordApi instances.
addServerChannelInviteCreateListener(Supplier<ServerChannelInviteCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelInviteCreateListener to all created DiscordApi instances.
addServerChannelInviteCreateListener(ServerChannelInviteCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelInviteCreateListener to all created DiscordApi instances.
addServerChannelInviteCreateListener(ServerChannelInviteCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChannelInviteCreateListener.
addServerChannelInviteCreateListener(ServerChannelInviteCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChannelInviteCreateListener.
addServerChannelInviteDeleteListener(Function<DiscordApi, ServerChannelInviteDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelInviteDeleteListener to all created DiscordApi instances.
addServerChannelInviteDeleteListener(Supplier<ServerChannelInviteDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelInviteDeleteListener to all created DiscordApi instances.
addServerChannelInviteDeleteListener(ServerChannelInviteDeleteListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerChannelInviteDeleteListener to all created DiscordApi instances.
addServerChannelInviteDeleteListener(ServerChannelInviteDeleteListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerChannelInviteDeleteListener.
addServerChannelInviteDeleteListener(ServerChannelInviteDeleteListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerChannelInviteDeleteListener.
addServerForumChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.forum.ServerForumChannelAttachableListenerManager
Adds a listener that implements one or more ServerForumChannelAttachableListeners.
addServerJoinListener(Function<DiscordApi, ServerJoinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerJoinListener to all created DiscordApi instances.
addServerJoinListener(Supplier<ServerJoinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerJoinListener to all created DiscordApi instances.
addServerJoinListener(ServerJoinListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerJoinListener to all created DiscordApi instances.
addServerJoinListener(ServerJoinListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerJoinListener.
addServerLeaveListener(Function<DiscordApi, ServerLeaveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerLeaveListener to all created DiscordApi instances.
addServerLeaveListener(Supplier<ServerLeaveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerLeaveListener to all created DiscordApi instances.
addServerLeaveListener(ServerLeaveListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerLeaveListener to all created DiscordApi instances.
addServerLeaveListener(ServerLeaveListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerLeaveListener.
addServerLeaveListener(ServerLeaveListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerLeaveListener.
addServerMemberBanListener(Function<DiscordApi, ServerMemberBanListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberBanListener to all created DiscordApi instances.
addServerMemberBanListener(Supplier<ServerMemberBanListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberBanListener to all created DiscordApi instances.
addServerMemberBanListener(ServerMemberBanListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberBanListener to all created DiscordApi instances.
addServerMemberBanListener(ServerMemberBanListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerMemberBanListener.
addServerMemberBanListener(ServerMemberBanListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerMemberBanListener.
addServerMemberBanListener(ServerMemberBanListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ServerMemberBanListener.
addServerMemberJoinListener(Function<DiscordApi, ServerMemberJoinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberJoinListener to all created DiscordApi instances.
addServerMemberJoinListener(Supplier<ServerMemberJoinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberJoinListener to all created DiscordApi instances.
addServerMemberJoinListener(ServerMemberJoinListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberJoinListener to all created DiscordApi instances.
addServerMemberJoinListener(ServerMemberJoinListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerMemberJoinListener.
addServerMemberJoinListener(ServerMemberJoinListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerMemberJoinListener.
addServerMemberJoinListener(ServerMemberJoinListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ServerMemberJoinListener.
addServerMemberLeaveListener(Function<DiscordApi, ServerMemberLeaveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberLeaveListener to all created DiscordApi instances.
addServerMemberLeaveListener(Supplier<ServerMemberLeaveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberLeaveListener to all created DiscordApi instances.
addServerMemberLeaveListener(ServerMemberLeaveListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberLeaveListener to all created DiscordApi instances.
addServerMemberLeaveListener(ServerMemberLeaveListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerMemberLeaveListener.
addServerMemberLeaveListener(ServerMemberLeaveListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerMemberLeaveListener.
addServerMemberLeaveListener(ServerMemberLeaveListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ServerMemberLeaveListener.
addServerMembersChunkListener(Function<DiscordApi, ServerMembersChunkListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMembersChunkListener to all created DiscordApi instances.
addServerMembersChunkListener(Supplier<ServerMembersChunkListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMembersChunkListener to all created DiscordApi instances.
addServerMembersChunkListener(ServerMembersChunkListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMembersChunkListener to all created DiscordApi instances.
addServerMembersChunkListener(ServerMembersChunkListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerMembersChunkListener.
addServerMembersChunkListener(ServerMembersChunkListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerMembersChunkListener.
addServerMemberUnbanListener(Function<DiscordApi, ServerMemberUnbanListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberUnbanListener to all created DiscordApi instances.
addServerMemberUnbanListener(Supplier<ServerMemberUnbanListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberUnbanListener to all created DiscordApi instances.
addServerMemberUnbanListener(ServerMemberUnbanListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerMemberUnbanListener to all created DiscordApi instances.
addServerMemberUnbanListener(ServerMemberUnbanListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerMemberUnbanListener.
addServerMemberUnbanListener(ServerMemberUnbanListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerMemberUnbanListener.
addServerMemberUnbanListener(ServerMemberUnbanListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ServerMemberUnbanListener.
addServerStageVoiceChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.voice.ServerStageVoiceChannelAttachableListenerManager
Adds a listener that implements one or more ServerStageVoiceChannelAttachableListeners.
addServerStageVoiceChannelChangeTopicListener(Function<DiscordApi, ServerStageVoiceChannelChangeTopicListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerStageVoiceChannelChangeTopicListener to all created DiscordApi instances.
addServerStageVoiceChannelChangeTopicListener(Supplier<ServerStageVoiceChannelChangeTopicListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerStageVoiceChannelChangeTopicListener to all created DiscordApi instances.
addServerStageVoiceChannelChangeTopicListener(ServerStageVoiceChannelChangeTopicListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerStageVoiceChannelChangeTopicListener to all created DiscordApi instances.
addServerStageVoiceChannelChangeTopicListener(ServerStageVoiceChannelChangeTopicListener) - Method in interface org.javacord.api.listener.channel.server.voice.ServerStageVoiceChannelAttachableListenerManager
Adds a ServerStageVoiceChannelChangeTopicListener.
addServerStageVoiceChannelChangeTopicListener(ServerStageVoiceChannelChangeTopicListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerStageVoiceChannelChangeTopicListener.
addServerStageVoiceChannelChangeTopicListener(ServerStageVoiceChannelChangeTopicListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerStageVoiceChannelChangeTopicListener.
addServerTextChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Adds a listener that implements one or more ServerTextChannelAttachableListeners.
addServerTextChannelChangeDefaultAutoArchiveDurationListener(Function<DiscordApi, ServerTextChannelChangeDefaultAutoArchiveDurationListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerTextChannelChangeDefaultAutoArchiveDurationListener to all created DiscordApi instances.
addServerTextChannelChangeDefaultAutoArchiveDurationListener(Supplier<ServerTextChannelChangeDefaultAutoArchiveDurationListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerTextChannelChangeDefaultAutoArchiveDurationListener to all created DiscordApi instances.
addServerTextChannelChangeDefaultAutoArchiveDurationListener(ServerTextChannelChangeDefaultAutoArchiveDurationListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerTextChannelChangeDefaultAutoArchiveDurationListener to all created DiscordApi instances.
addServerTextChannelChangeDefaultAutoArchiveDurationListener(ServerTextChannelChangeDefaultAutoArchiveDurationListener) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Adds a ServerTextChannelChangeDefaultAutoArchiveDurationListener.
addServerTextChannelChangeDefaultAutoArchiveDurationListener(ServerTextChannelChangeDefaultAutoArchiveDurationListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerTextChannelChangeDefaultAutoArchiveDurationListener.
addServerTextChannelChangeDefaultAutoArchiveDurationListener(ServerTextChannelChangeDefaultAutoArchiveDurationListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerTextChannelChangeDefaultAutoArchiveDurationListener.
addServerTextChannelChangeSlowmodeListener(Function<DiscordApi, ServerTextChannelChangeSlowmodeListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerTextChannelChangeSlowmodeListener to all created DiscordApi instances.
addServerTextChannelChangeSlowmodeListener(Supplier<ServerTextChannelChangeSlowmodeListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerTextChannelChangeSlowmodeListener to all created DiscordApi instances.
addServerTextChannelChangeSlowmodeListener(ServerTextChannelChangeSlowmodeListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerTextChannelChangeSlowmodeListener to all created DiscordApi instances.
addServerTextChannelChangeSlowmodeListener(ServerTextChannelChangeSlowmodeListener) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Adds a ServerTextChannelChangeSlowmodeListener.
addServerTextChannelChangeSlowmodeListener(ServerTextChannelChangeSlowmodeListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerTextChannelChangeSlowmodeListener.
addServerTextChannelChangeSlowmodeListener(ServerTextChannelChangeSlowmodeListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerTextChannelChangeSlowmodeListener.
addServerTextChannelChangeTopicListener(Function<DiscordApi, ServerTextChannelChangeTopicListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerTextChannelChangeTopicListener to all created DiscordApi instances.
addServerTextChannelChangeTopicListener(Supplier<ServerTextChannelChangeTopicListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerTextChannelChangeTopicListener to all created DiscordApi instances.
addServerTextChannelChangeTopicListener(ServerTextChannelChangeTopicListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerTextChannelChangeTopicListener to all created DiscordApi instances.
addServerTextChannelChangeTopicListener(ServerTextChannelChangeTopicListener) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Adds a ServerTextChannelChangeTopicListener.
addServerTextChannelChangeTopicListener(ServerTextChannelChangeTopicListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerTextChannelChangeTopicListener.
addServerTextChannelChangeTopicListener(ServerTextChannelChangeTopicListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerTextChannelChangeTopicListener.
addServerThreadChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Adds a listener that implements one or more ServerThreadChannelAttachableListeners.
addServerThreadChannelCreateListener(Function<DiscordApi, ServerThreadChannelCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelCreateListener to all created DiscordApi instances.
addServerThreadChannelCreateListener(Supplier<ServerThreadChannelCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelCreateListener to all created DiscordApi instances.
addServerThreadChannelCreateListener(ServerThreadChannelCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelCreateListener to all created DiscordApi instances.
addServerThreadChannelCreateListener(ServerThreadChannelCreateListener) - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Adds a ServerThreadChannelCreateListener.
addServerThreadChannelCreateListener(ServerThreadChannelCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerThreadChannelCreateListener.
addServerThreadChannelDeleteListener(Function<DiscordApi, ServerThreadChannelDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelDeleteListener to all created DiscordApi instances.
addServerThreadChannelDeleteListener(Supplier<ServerThreadChannelDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelDeleteListener to all created DiscordApi instances.
addServerThreadChannelDeleteListener(ServerThreadChannelDeleteListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelDeleteListener to all created DiscordApi instances.
addServerThreadChannelDeleteListener(ServerThreadChannelDeleteListener) - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Adds a ServerThreadChannelDeleteListener.
addServerThreadChannelDeleteListener(ServerThreadChannelDeleteListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerThreadChannelDeleteListener.
addServerThreadChannelMembersUpdateListener(Function<DiscordApi, ServerThreadChannelMembersUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelMembersUpdateListener to all created DiscordApi instances.
addServerThreadChannelMembersUpdateListener(Supplier<ServerThreadChannelMembersUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelMembersUpdateListener to all created DiscordApi instances.
addServerThreadChannelMembersUpdateListener(ServerThreadChannelMembersUpdateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelMembersUpdateListener to all created DiscordApi instances.
addServerThreadChannelMembersUpdateListener(ServerThreadChannelMembersUpdateListener) - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Adds a ServerThreadChannelMembersUpdateListener.
addServerThreadChannelMembersUpdateListener(ServerThreadChannelMembersUpdateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerThreadChannelMembersUpdateListener.
addServerThreadChannelMembersUpdateListener(ServerThreadChannelMembersUpdateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerThreadChannelMembersUpdateListener.
addServerThreadChannelUpdateListener(Function<DiscordApi, ServerThreadChannelUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelUpdateListener to all created DiscordApi instances.
addServerThreadChannelUpdateListener(Supplier<ServerThreadChannelUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelUpdateListener to all created DiscordApi instances.
addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadChannelUpdateListener to all created DiscordApi instances.
addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener) - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Adds a ServerThreadChannelUpdateListener.
addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerThreadChannelUpdateListener.
addServerThreadChannelUpdateListener(ServerThreadChannelUpdateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerThreadChannelUpdateListener.
addServerThreadListSyncListener(Function<DiscordApi, ServerThreadListSyncListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadListSyncListener to all created DiscordApi instances.
addServerThreadListSyncListener(Supplier<ServerThreadListSyncListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadListSyncListener to all created DiscordApi instances.
addServerThreadListSyncListener(ServerThreadListSyncListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerThreadListSyncListener to all created DiscordApi instances.
addServerThreadListSyncListener(ServerThreadListSyncListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerThreadListSyncListener.
addServerThreadListSyncListener(ServerThreadListSyncListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerThreadListSyncListener.
addServerVoiceChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Adds a listener that implements one or more ServerVoiceChannelAttachableListeners.
addServerVoiceChannelChangeBitrateListener(Function<DiscordApi, ServerVoiceChannelChangeBitrateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelChangeBitrateListener to all created DiscordApi instances.
addServerVoiceChannelChangeBitrateListener(Supplier<ServerVoiceChannelChangeBitrateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelChangeBitrateListener to all created DiscordApi instances.
addServerVoiceChannelChangeBitrateListener(ServerVoiceChannelChangeBitrateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelChangeBitrateListener to all created DiscordApi instances.
addServerVoiceChannelChangeBitrateListener(ServerVoiceChannelChangeBitrateListener) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Adds a ServerVoiceChannelChangeBitrateListener.
addServerVoiceChannelChangeBitrateListener(ServerVoiceChannelChangeBitrateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerVoiceChannelChangeBitrateListener.
addServerVoiceChannelChangeBitrateListener(ServerVoiceChannelChangeBitrateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerVoiceChannelChangeBitrateListener.
addServerVoiceChannelChangeUserLimitListener(Function<DiscordApi, ServerVoiceChannelChangeUserLimitListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelChangeUserLimitListener to all created DiscordApi instances.
addServerVoiceChannelChangeUserLimitListener(Supplier<ServerVoiceChannelChangeUserLimitListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelChangeUserLimitListener to all created DiscordApi instances.
addServerVoiceChannelChangeUserLimitListener(ServerVoiceChannelChangeUserLimitListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelChangeUserLimitListener to all created DiscordApi instances.
addServerVoiceChannelChangeUserLimitListener(ServerVoiceChannelChangeUserLimitListener) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Adds a ServerVoiceChannelChangeUserLimitListener.
addServerVoiceChannelChangeUserLimitListener(ServerVoiceChannelChangeUserLimitListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerVoiceChannelChangeUserLimitListener.
addServerVoiceChannelChangeUserLimitListener(ServerVoiceChannelChangeUserLimitListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerVoiceChannelChangeUserLimitListener.
addServerVoiceChannelMemberJoinListener(Function<DiscordApi, ServerVoiceChannelMemberJoinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelMemberJoinListener to all created DiscordApi instances.
addServerVoiceChannelMemberJoinListener(Supplier<ServerVoiceChannelMemberJoinListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelMemberJoinListener to all created DiscordApi instances.
addServerVoiceChannelMemberJoinListener(ServerVoiceChannelMemberJoinListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelMemberJoinListener to all created DiscordApi instances.
addServerVoiceChannelMemberJoinListener(ServerVoiceChannelMemberJoinListener) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Adds a ServerVoiceChannelMemberJoinListener.
addServerVoiceChannelMemberJoinListener(ServerVoiceChannelMemberJoinListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerVoiceChannelMemberJoinListener.
addServerVoiceChannelMemberJoinListener(ServerVoiceChannelMemberJoinListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerVoiceChannelMemberJoinListener.
addServerVoiceChannelMemberJoinListener(ServerVoiceChannelMemberJoinListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ServerVoiceChannelMemberJoinListener.
addServerVoiceChannelMemberLeaveListener(Function<DiscordApi, ServerVoiceChannelMemberLeaveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelMemberLeaveListener to all created DiscordApi instances.
addServerVoiceChannelMemberLeaveListener(Supplier<ServerVoiceChannelMemberLeaveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelMemberLeaveListener to all created DiscordApi instances.
addServerVoiceChannelMemberLeaveListener(ServerVoiceChannelMemberLeaveListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a ServerVoiceChannelMemberLeaveListener to all created DiscordApi instances.
addServerVoiceChannelMemberLeaveListener(ServerVoiceChannelMemberLeaveListener) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Adds a ServerVoiceChannelMemberLeaveListener.
addServerVoiceChannelMemberLeaveListener(ServerVoiceChannelMemberLeaveListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a ServerVoiceChannelMemberLeaveListener.
addServerVoiceChannelMemberLeaveListener(ServerVoiceChannelMemberLeaveListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a ServerVoiceChannelMemberLeaveListener.
addServerVoiceChannelMemberLeaveListener(ServerVoiceChannelMemberLeaveListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a ServerVoiceChannelMemberLeaveListener.
addSlashCommandCreateListener(Function<DiscordApi, SlashCommandCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a SlashCommandCreateListener to all created DiscordApi instances.
addSlashCommandCreateListener(Supplier<SlashCommandCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a SlashCommandCreateListener to all created DiscordApi instances.
addSlashCommandCreateListener(SlashCommandCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a SlashCommandCreateListener to all created DiscordApi instances.
addSlashCommandCreateListener(SlashCommandCreateListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a SlashCommandCreateListener.
addSlashCommandCreateListener(SlashCommandCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a SlashCommandCreateListener.
addSlashCommandCreateListener(SlashCommandCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a SlashCommandCreateListener.
addSlashCommandCreateListener(SlashCommandCreateListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a SlashCommandCreateListener.
addSticker(long) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds a sticker to the message.
addSticker(long) - Method in class org.javacord.api.entity.message.MessageBuilder
Adds a sticker to the message.
addSticker(Sticker) - Method in class org.javacord.api.entity.message.MessageBuilder
Adds a sticker to the message.
addStickerAttachableListener(T) - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Adds a listener that implements one or more StickerAttachableListeners.
addStickerChangeDescriptionListener(Function<DiscordApi, StickerChangeDescriptionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerChangeDescriptionListener to all created DiscordApi instances.
addStickerChangeDescriptionListener(Supplier<StickerChangeDescriptionListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerChangeDescriptionListener to all created DiscordApi instances.
addStickerChangeDescriptionListener(StickerChangeDescriptionListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerChangeDescriptionListener to all created DiscordApi instances.
addStickerChangeDescriptionListener(StickerChangeDescriptionListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a StickerChangeDescriptionListener.
addStickerChangeDescriptionListener(StickerChangeDescriptionListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a StickerChangeDescriptionListener.
addStickerChangeDescriptionListener(StickerChangeDescriptionListener) - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Adds a StickerChangeDescriptionListener.
addStickerChangeNameListener(Function<DiscordApi, StickerChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerChangeNameListener to all created DiscordApi instances.
addStickerChangeNameListener(Supplier<StickerChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerChangeNameListener to all created DiscordApi instances.
addStickerChangeNameListener(StickerChangeNameListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerChangeNameListener to all created DiscordApi instances.
addStickerChangeNameListener(StickerChangeNameListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a StickerChangeNameListener.
addStickerChangeNameListener(StickerChangeNameListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a StickerChangeNameListener.
addStickerChangeNameListener(StickerChangeNameListener) - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Adds a StickerChangeNameListener.
addStickerChangeTagsListener(Function<DiscordApi, StickerChangeTagsListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerChangeTagsListener to all created DiscordApi instances.
addStickerChangeTagsListener(Supplier<StickerChangeTagsListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerChangeTagsListener to all created DiscordApi instances.
addStickerChangeTagsListener(StickerChangeTagsListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerChangeTagsListener to all created DiscordApi instances.
addStickerChangeTagsListener(StickerChangeTagsListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a StickerChangeTagsListener.
addStickerChangeTagsListener(StickerChangeTagsListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a StickerChangeTagsListener.
addStickerChangeTagsListener(StickerChangeTagsListener) - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Adds a StickerChangeTagsListener.
addStickerCreateListener(Function<DiscordApi, StickerCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerCreateListener to all created DiscordApi instances.
addStickerCreateListener(Supplier<StickerCreateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerCreateListener to all created DiscordApi instances.
addStickerCreateListener(StickerCreateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerCreateListener to all created DiscordApi instances.
addStickerCreateListener(StickerCreateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a StickerCreateListener.
addStickerCreateListener(StickerCreateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a StickerCreateListener.
addStickerDeleteListener(Function<DiscordApi, StickerDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerDeleteListener to all created DiscordApi instances.
addStickerDeleteListener(Supplier<StickerDeleteListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerDeleteListener to all created DiscordApi instances.
addStickerDeleteListener(StickerDeleteListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a StickerDeleteListener to all created DiscordApi instances.
addStickerDeleteListener(StickerDeleteListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a StickerDeleteListener.
addStickerDeleteListener(StickerDeleteListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a StickerDeleteListener.
addStickerDeleteListener(StickerDeleteListener) - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Adds a StickerDeleteListener.
addStickers(long...) - Method in class org.javacord.api.entity.message.MessageBuilder
Adds stickers to the message.
addStickers(Collection<Long>) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Adds stickers to the message.
addStickers(Collection<Sticker>) - Method in class org.javacord.api.entity.message.MessageBuilder
Adds stickers to the message.
addTextChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a listener that implements one or more TextChannelAttachableListeners.
addThreadMember(long) - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Adds a member to this thread.
addThreadMember(User) - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Adds a member to this thread.
addTransformer(AudioTransformer) - Method in interface org.javacord.api.audio.AudioSource
Adds a transformer to the audio source.
addTransformer(AudioTransformer) - Method in class org.javacord.api.audio.AudioSourceBase
 
addUser(long) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Adds a user to the list which will be mentioned.
addUser(long) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Adds a user to the mentions list which should be mentioned if mentioned.
addUser(String) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Adds a user to the list which will be mentioned.
addUser(String) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Adds a user to the mentions list which should be mentioned if mentioned.
addUser(User) - Method in interface org.javacord.api.entity.permission.Role
Adds the role to the given user.
addUser(User, String) - Method in interface org.javacord.api.entity.permission.Role
Adds the role to the given user.
addUserAttachableListener(T) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a listener that implements one or more UserAttachableListeners.
addUserChangeActivityListener(Function<DiscordApi, UserChangeActivityListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeActivityListener to all created DiscordApi instances.
addUserChangeActivityListener(Supplier<UserChangeActivityListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeActivityListener to all created DiscordApi instances.
addUserChangeActivityListener(UserChangeActivityListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeActivityListener to all created DiscordApi instances.
addUserChangeActivityListener(UserChangeActivityListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeActivityListener.
addUserChangeActivityListener(UserChangeActivityListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeActivityListener.
addUserChangeActivityListener(UserChangeActivityListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeActivityListener.
addUserChangeAvatarListener(Function<DiscordApi, UserChangeAvatarListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeAvatarListener to all created DiscordApi instances.
addUserChangeAvatarListener(Supplier<UserChangeAvatarListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeAvatarListener to all created DiscordApi instances.
addUserChangeAvatarListener(UserChangeAvatarListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeAvatarListener to all created DiscordApi instances.
addUserChangeAvatarListener(UserChangeAvatarListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeAvatarListener.
addUserChangeAvatarListener(UserChangeAvatarListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeAvatarListener.
addUserChangeAvatarListener(UserChangeAvatarListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeAvatarListener.
addUserChangeDeafenedListener(Function<DiscordApi, UserChangeDeafenedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeDeafenedListener to all created DiscordApi instances.
addUserChangeDeafenedListener(Supplier<UserChangeDeafenedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeDeafenedListener to all created DiscordApi instances.
addUserChangeDeafenedListener(UserChangeDeafenedListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeDeafenedListener to all created DiscordApi instances.
addUserChangeDeafenedListener(UserChangeDeafenedListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeDeafenedListener.
addUserChangeDeafenedListener(UserChangeDeafenedListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeDeafenedListener.
addUserChangeDeafenedListener(UserChangeDeafenedListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeDeafenedListener.
addUserChangeDiscriminatorListener(Function<DiscordApi, UserChangeDiscriminatorListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeDiscriminatorListener to all created DiscordApi instances.
addUserChangeDiscriminatorListener(Supplier<UserChangeDiscriminatorListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeDiscriminatorListener to all created DiscordApi instances.
addUserChangeDiscriminatorListener(UserChangeDiscriminatorListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeDiscriminatorListener to all created DiscordApi instances.
addUserChangeDiscriminatorListener(UserChangeDiscriminatorListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeDiscriminatorListener.
addUserChangeDiscriminatorListener(UserChangeDiscriminatorListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeDiscriminatorListener.
addUserChangeDiscriminatorListener(UserChangeDiscriminatorListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeDiscriminatorListener.
addUserChangeMutedListener(Function<DiscordApi, UserChangeMutedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeMutedListener to all created DiscordApi instances.
addUserChangeMutedListener(Supplier<UserChangeMutedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeMutedListener to all created DiscordApi instances.
addUserChangeMutedListener(UserChangeMutedListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeMutedListener to all created DiscordApi instances.
addUserChangeMutedListener(UserChangeMutedListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeMutedListener.
addUserChangeMutedListener(UserChangeMutedListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeMutedListener.
addUserChangeMutedListener(UserChangeMutedListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeMutedListener.
addUserChangeNameListener(Function<DiscordApi, UserChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeNameListener to all created DiscordApi instances.
addUserChangeNameListener(Supplier<UserChangeNameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeNameListener to all created DiscordApi instances.
addUserChangeNameListener(UserChangeNameListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeNameListener to all created DiscordApi instances.
addUserChangeNameListener(UserChangeNameListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeNameListener.
addUserChangeNameListener(UserChangeNameListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeNameListener.
addUserChangeNameListener(UserChangeNameListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeNameListener.
addUserChangeNicknameListener(Function<DiscordApi, UserChangeNicknameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeNicknameListener to all created DiscordApi instances.
addUserChangeNicknameListener(Supplier<UserChangeNicknameListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeNicknameListener to all created DiscordApi instances.
addUserChangeNicknameListener(UserChangeNicknameListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeNicknameListener to all created DiscordApi instances.
addUserChangeNicknameListener(UserChangeNicknameListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeNicknameListener.
addUserChangeNicknameListener(UserChangeNicknameListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeNicknameListener.
addUserChangeNicknameListener(UserChangeNicknameListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeNicknameListener.
addUserChangePendingListener(Function<DiscordApi, UserChangePendingListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangePendingListener to all created DiscordApi instances.
addUserChangePendingListener(Supplier<UserChangePendingListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangePendingListener to all created DiscordApi instances.
addUserChangePendingListener(UserChangePendingListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangePendingListener to all created DiscordApi instances.
addUserChangePendingListener(UserChangePendingListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangePendingListener.
addUserChangePendingListener(UserChangePendingListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangePendingListener.
addUserChangePendingListener(UserChangePendingListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangePendingListener.
addUserChangeSelfDeafenedListener(Function<DiscordApi, UserChangeSelfDeafenedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeSelfDeafenedListener to all created DiscordApi instances.
addUserChangeSelfDeafenedListener(Supplier<UserChangeSelfDeafenedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeSelfDeafenedListener to all created DiscordApi instances.
addUserChangeSelfDeafenedListener(UserChangeSelfDeafenedListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeSelfDeafenedListener to all created DiscordApi instances.
addUserChangeSelfDeafenedListener(UserChangeSelfDeafenedListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeSelfDeafenedListener.
addUserChangeSelfDeafenedListener(UserChangeSelfDeafenedListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeSelfDeafenedListener.
addUserChangeSelfDeafenedListener(UserChangeSelfDeafenedListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeSelfDeafenedListener.
addUserChangeSelfMutedListener(Function<DiscordApi, UserChangeSelfMutedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeSelfMutedListener to all created DiscordApi instances.
addUserChangeSelfMutedListener(Supplier<UserChangeSelfMutedListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeSelfMutedListener to all created DiscordApi instances.
addUserChangeSelfMutedListener(UserChangeSelfMutedListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeSelfMutedListener to all created DiscordApi instances.
addUserChangeSelfMutedListener(UserChangeSelfMutedListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeSelfMutedListener.
addUserChangeSelfMutedListener(UserChangeSelfMutedListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeSelfMutedListener.
addUserChangeSelfMutedListener(UserChangeSelfMutedListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeSelfMutedListener.
addUserChangeServerAvatarListener(Function<DiscordApi, UserChangeServerAvatarListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeServerAvatarListener to all created DiscordApi instances.
addUserChangeServerAvatarListener(Supplier<UserChangeServerAvatarListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeServerAvatarListener to all created DiscordApi instances.
addUserChangeServerAvatarListener(UserChangeServerAvatarListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeServerAvatarListener to all created DiscordApi instances.
addUserChangeServerAvatarListener(UserChangeServerAvatarListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeServerAvatarListener.
addUserChangeServerAvatarListener(UserChangeServerAvatarListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeServerAvatarListener.
addUserChangeServerAvatarListener(UserChangeServerAvatarListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeServerAvatarListener.
addUserChangeStatusListener(Function<DiscordApi, UserChangeStatusListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeStatusListener to all created DiscordApi instances.
addUserChangeStatusListener(Supplier<UserChangeStatusListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeStatusListener to all created DiscordApi instances.
addUserChangeStatusListener(UserChangeStatusListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeStatusListener to all created DiscordApi instances.
addUserChangeStatusListener(UserChangeStatusListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeStatusListener.
addUserChangeStatusListener(UserChangeStatusListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeStatusListener.
addUserChangeStatusListener(UserChangeStatusListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeStatusListener.
addUserChangeTimeoutListener(Function<DiscordApi, UserChangeTimeoutListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeTimeoutListener to all created DiscordApi instances.
addUserChangeTimeoutListener(Supplier<UserChangeTimeoutListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeTimeoutListener to all created DiscordApi instances.
addUserChangeTimeoutListener(UserChangeTimeoutListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserChangeTimeoutListener to all created DiscordApi instances.
addUserChangeTimeoutListener(UserChangeTimeoutListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserChangeTimeoutListener.
addUserChangeTimeoutListener(UserChangeTimeoutListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserChangeTimeoutListener.
addUserChangeTimeoutListener(UserChangeTimeoutListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserChangeTimeoutListener.
addUserContextMenuCommandListener(Function<DiscordApi, UserContextMenuCommandListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserContextMenuCommandListener to all created DiscordApi instances.
addUserContextMenuCommandListener(Supplier<UserContextMenuCommandListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserContextMenuCommandListener to all created DiscordApi instances.
addUserContextMenuCommandListener(UserContextMenuCommandListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserContextMenuCommandListener to all created DiscordApi instances.
addUserContextMenuCommandListener(UserContextMenuCommandListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a UserContextMenuCommandListener.
addUserContextMenuCommandListener(UserContextMenuCommandListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserContextMenuCommandListener.
addUserContextMenuCommandListener(UserContextMenuCommandListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserContextMenuCommandListener.
addUserContextMenuCommandListener(UserContextMenuCommandListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserContextMenuCommandListener.
addUserRoleAddListener(Function<DiscordApi, UserRoleAddListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserRoleAddListener to all created DiscordApi instances.
addUserRoleAddListener(Supplier<UserRoleAddListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserRoleAddListener to all created DiscordApi instances.
addUserRoleAddListener(UserRoleAddListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserRoleAddListener to all created DiscordApi instances.
addUserRoleAddListener(UserRoleAddListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserRoleAddListener.
addUserRoleAddListener(UserRoleAddListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a UserRoleAddListener.
addUserRoleAddListener(UserRoleAddListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserRoleAddListener.
addUserRoleAddListener(UserRoleAddListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserRoleAddListener.
addUserRoleRemoveListener(Function<DiscordApi, UserRoleRemoveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserRoleRemoveListener to all created DiscordApi instances.
addUserRoleRemoveListener(Supplier<UserRoleRemoveListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserRoleRemoveListener to all created DiscordApi instances.
addUserRoleRemoveListener(UserRoleRemoveListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserRoleRemoveListener to all created DiscordApi instances.
addUserRoleRemoveListener(UserRoleRemoveListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserRoleRemoveListener.
addUserRoleRemoveListener(UserRoleRemoveListener) - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Adds a UserRoleRemoveListener.
addUserRoleRemoveListener(UserRoleRemoveListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserRoleRemoveListener.
addUserRoleRemoveListener(UserRoleRemoveListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserRoleRemoveListener.
addUsers(Collection<Long>) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Adds the users to the list which will be mentioned.
addUsers(Collection<Long>) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Adds a collection of user id's to the mentions list which should be mentioned if mentioned.
addUserStartTypingListener(Function<DiscordApi, UserStartTypingListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserStartTypingListener to all created DiscordApi instances.
addUserStartTypingListener(Supplier<UserStartTypingListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserStartTypingListener to all created DiscordApi instances.
addUserStartTypingListener(UserStartTypingListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a UserStartTypingListener to all created DiscordApi instances.
addUserStartTypingListener(UserStartTypingListener) - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Adds a UserStartTypingListener.
addUserStartTypingListener(UserStartTypingListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a UserStartTypingListener.
addUserStartTypingListener(UserStartTypingListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a UserStartTypingListener.
addUserStartTypingListener(UserStartTypingListener) - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Adds a UserStartTypingListener.
addVoiceChannelAttachableListener(T) - Method in interface org.javacord.api.listener.channel.VoiceChannelAttachableListenerManager
Adds a listener that implements one or more VoiceChannelAttachableListeners.
addVoiceServerUpdateListener(Function<DiscordApi, VoiceServerUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a VoiceServerUpdateListener to all created DiscordApi instances.
addVoiceServerUpdateListener(Supplier<VoiceServerUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a VoiceServerUpdateListener to all created DiscordApi instances.
addVoiceServerUpdateListener(VoiceServerUpdateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a VoiceServerUpdateListener to all created DiscordApi instances.
addVoiceServerUpdateListener(VoiceServerUpdateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a VoiceServerUpdateListener.
addVoiceServerUpdateListener(VoiceServerUpdateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a VoiceServerUpdateListener.
addVoiceStateUpdateListener(Function<DiscordApi, VoiceStateUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a VoiceStateUpdateListener to all created DiscordApi instances.
addVoiceStateUpdateListener(Supplier<VoiceStateUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a VoiceStateUpdateListener to all created DiscordApi instances.
addVoiceStateUpdateListener(VoiceStateUpdateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a VoiceStateUpdateListener to all created DiscordApi instances.
addVoiceStateUpdateListener(VoiceStateUpdateListener) - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Adds a VoiceStateUpdateListener.
addVoiceStateUpdateListener(VoiceStateUpdateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a VoiceStateUpdateListener.
addWebhookAttachableListener(T) - Method in interface org.javacord.api.listener.webhook.WebhookAttachableListenerManager
Adds a listener that implements one or more WebhookAttachableListeners.
addWebhooksUpdateListener(Function<DiscordApi, WebhooksUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a WebhooksUpdateListener to all created DiscordApi instances.
addWebhooksUpdateListener(Supplier<WebhooksUpdateListener>) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a WebhooksUpdateListener to all created DiscordApi instances.
addWebhooksUpdateListener(WebhooksUpdateListener) - Method in interface org.javacord.api.listener.ChainableGloballyAttachableListenerManager
Adds a WebhooksUpdateListener to all created DiscordApi instances.
addWebhooksUpdateListener(WebhooksUpdateListener) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Adds a WebhooksUpdateListener.
addWebhooksUpdateListener(WebhooksUpdateListener) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Adds a WebhooksUpdateListener.
addWebhooksUpdateListener(WebhooksUpdateListener) - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Adds a WebhooksUpdateListener.
ADMINISTRATOR - org.javacord.api.entity.permission.PermissionType
 
affectsAllChannels() - Method in interface org.javacord.api.interaction.ApplicationCommandPermissions
Gets whether these permissions affect all the server's channels.
affectsEveryoneRole() - Method in interface org.javacord.api.interaction.ApplicationCommandPermissions
Gets whether these permissions affect the everyone role.
AFK_CHANNEL_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 
AFK_TIMEOUT - org.javacord.api.entity.auditlog.AuditLogChangeType
 
AGE_RESTRICTED - org.javacord.api.entity.server.NsfwLevel
The server is age restricted.
ALL_MEMBERS - org.javacord.api.entity.server.ExplicitContentFilterLevel
 
ALL_MESSAGES - org.javacord.api.entity.server.DefaultMessageNotificationLevel
 
ALLOWED - org.javacord.api.entity.permission.PermissionState
The given type is allowed.
ALLOWED_PERMISSIONS - org.javacord.api.entity.auditlog.AuditLogChangeType
 
AllowedMentions - Interface in org.javacord.api.entity.message.mention
This interface represents a mention.
AllowedMentionsBuilder - Class in org.javacord.api.entity.message.mention
This class is used to create mentions.
AllowedMentionsBuilder() - Constructor for class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
 
AllowedMentionsBuilderDelegate - Interface in org.javacord.api.entity.message.mention.internal
 
AllowedMentionType - Enum in org.javacord.api.entity.message.mention
 
AMSTERDAM - org.javacord.api.entity.Region
 
ANIMATED_ICON - org.javacord.api.entity.server.ServerFeature
Server has access to set an animated Server icon.
APNG - org.javacord.api.entity.sticker.StickerFormatType
An APNG (animated) image.
append(Object) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Appends the string representation of the object (calling String.valueOf(Object) method) to the message.
append(Object) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Appends the string representation of the object (calling String.valueOf(Object) method) to the message.
append(Object) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
append(Object) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Appends the string representation of the object (calling String.valueOf(Object) method) to the message.
append(String, MessageDecoration...) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Appends a sting with or without decoration to the message.
append(String, MessageDecoration...) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Appends a sting with or without decoration to the message.
append(String, MessageDecoration...) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
append(String, MessageDecoration...) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Appends a sting with or without decoration to the message.
append(Mentionable) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Appends a mentionable entity (usually a user or channel) to the message.
append(Mentionable) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Appends a mentionable entity (usually a user or channel) to the message.
append(Mentionable) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
append(Mentionable) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Appends a mentionable entity (usually a user or channel) to the message.
appendCode(String, String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Appends code to the message.
appendCode(String, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Appends code to the message.
appendCode(String, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
appendCode(String, String) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Appends code to the message.
appendNamedLink(String, String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Appends a named link to the message.
appendNamedLink(String, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
appendNamedLink(String, String) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Appends a named link "[name](link)" to the message.
appendNewLine() - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Appends a new line to the message.
appendNewLine() - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Appends a new line to the message.
appendNewLine() - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
appendNewLine() - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Appends a new line to the message.
APPLICATION_COMMAND - org.javacord.api.interaction.ApplicationCommandType
This is not an official type and can be any application command type.
APPLICATION_COMMAND - org.javacord.api.interaction.InteractionType
 
APPLICATION_COMMAND_AUTOCOMPLETE - org.javacord.api.interaction.InteractionType
 
APPLICATION_COMMAND_PERMISSION_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
APPLICATION_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 
ApplicationCommand - Interface in org.javacord.api.interaction
 
ApplicationCommandBuilder<R extends ApplicationCommand,​D extends ApplicationCommandBuilderDelegate<R>,​T extends ApplicationCommandBuilder<R,​D,​T>> - Class in org.javacord.api.interaction
 
ApplicationCommandBuilder(D) - Constructor for class org.javacord.api.interaction.ApplicationCommandBuilder
 
ApplicationCommandBuilderDelegate<T extends ApplicationCommand> - Interface in org.javacord.api.interaction.internal
 
ApplicationCommandEvent - Interface in org.javacord.api.event.interaction
 
ApplicationCommandInteraction - Interface in org.javacord.api.interaction
 
ApplicationCommandPermissions - Interface in org.javacord.api.interaction
 
ApplicationCommandPermissionsUpdateEvent - Interface in org.javacord.api.event.server
An application command permissions update event.
ApplicationCommandPermissionsUpdateListener - Interface in org.javacord.api.listener.server
This listener listens to application command permissions updates.
ApplicationCommandPermissionType - Enum in org.javacord.api.interaction
 
ApplicationCommandType - Enum in org.javacord.api.interaction
 
ApplicationCommandUpdater<T extends ApplicationCommand,​D extends ApplicationCommandUpdaterDelegate<T>,​B extends ApplicationCommandUpdater<T,​D,​B>> - Class in org.javacord.api.interaction
 
ApplicationCommandUpdater(D) - Constructor for class org.javacord.api.interaction.ApplicationCommandUpdater
 
ApplicationCommandUpdaterDelegate<T extends ApplicationCommand> - Interface in org.javacord.api.interaction.internal
 
ApplicationInfo - Interface in org.javacord.api.entity
Represents the information of an application (aka.
APPLICATIONS_BUILDS_READ - org.javacord.api.BotInviteScope
 
APPLICATIONS_BUILDS_UPLOAD - org.javacord.api.BotInviteScope
 
APPLICATIONS_COMMANDS - org.javacord.api.BotInviteScope
 
APPLICATIONS_COMMANDS_PERMISSIONS_UPDATE - org.javacord.api.BotInviteScope
 
APPLICATIONS_ENTITLEMENTS - org.javacord.api.BotInviteScope
 
APPLICATIONS_STORE_UPDATE - org.javacord.api.BotInviteScope
 
applyChanges() - Method in class org.javacord.api.entity.message.MessageUpdater
Edits the message, updating all fields that have been changed by a method call.
applyTransformers(byte[]) - Method in class org.javacord.api.audio.AudioSourceBase
Transforms the given frame using the audio source's transformers.
ARCHIVED - org.javacord.api.entity.auditlog.AuditLogChangeType
 
ArchivedThreads - Interface in org.javacord.api.entity.server
 
areYouDeafened() - Method in interface org.javacord.api.entity.server.Server
Gets your deafened state.
areYouMuted() - Method in interface org.javacord.api.entity.server.Server
Gets your muted state.
areYouSelfDeafened() - Method in interface org.javacord.api.entity.server.Server
Gets your self-deafened state.
areYouSelfMuted() - Method in interface org.javacord.api.entity.server.Server
Gets your self-muted state.
as(Class<T>) - Method in interface org.javacord.api.util.Specializable
Get this instance as a desired subtype.
asActionRow() - Method in interface org.javacord.api.entity.message.component.HighLevelComponent
Gets the component as an ActionRow if it's of that type.
asAutocompleteInteraction() - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as autocomplete interaction if the type matches.
asAutocompleteInteraction(long) - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as autocomplete interaction if the type and the command id match.
asBufferableAudioSource() - Method in interface org.javacord.api.audio.AudioSource
Gets this audio source as a BufferableAudioSource.
asBufferedImage() - Method in interface org.javacord.api.entity.Icon
Gets the icon as BufferedImage.
asButton() - Method in interface org.javacord.api.entity.message.component.LowLevelComponent
Gets the component as a Button if it's of that type.
asButtonInteraction() - Method in interface org.javacord.api.interaction.MessageComponentInteraction
Get this interaction as button interaction if the type matches.
asByteArray() - Method in interface org.javacord.api.entity.Icon
Gets the icon as byte array.
asCategorizable() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as categorizable.
asChannel() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntryTarget
Gets the target as channel.
asChannelCategory() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as channel category.
asCustomEmoji() - Method in interface org.javacord.api.entity.emoji.CustomEmoji
 
asCustomEmoji() - Method in interface org.javacord.api.entity.emoji.Emoji
Gets the emoji as a custom emoji.
asDownloadableAudioSource() - Method in interface org.javacord.api.audio.AudioSource
Gets this audio source as a DownloadableAudioSource.
asIncomingWebhook() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the webhook as incoming webhook.
asInputStream() - Method in interface org.javacord.api.entity.Icon
Gets the input stream for the icon.
asInt() - Method in enum org.javacord.api.audio.SpeakingFlag
Gets the integer value of the flag.
asInt() - Method in enum org.javacord.api.entity.activity.ActivityFlag
Gets the integer value of the activity flag.
asInt() - Method in enum org.javacord.api.entity.channel.AutoArchiveDuration
Gets the duration in minutes.
asInt() - Method in enum org.javacord.api.entity.user.UserFlag
Gets the integer value of the flag.
asKnownCustomEmoji() - Method in interface org.javacord.api.entity.emoji.CustomEmoji
 
asKnownCustomEmoji() - Method in interface org.javacord.api.entity.emoji.Emoji
Gets the emoji as a known custom emoji.
asMessageComponentInteraction() - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as message component interaction if the type matches.
asMessageComponentInteractionWithCustomId(String) - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as message component interaction if the type and the given custom id match.
asMessageContextMenuInteraction() - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as message context menu interaction if the type matches.
asMessageContextMenuInteractionWithCommandId(long) - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as message context menu interaction if the type and the command id match.
asModalInteraction() - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as modal interaction if the type matches.
asModalInteractionWithCustomId(String) - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as modal interaction if the type and the given custom id match.
asPauseableAudioSource() - Method in interface org.javacord.api.audio.AudioSource
Gets this audio source as a PauseableAudioSource.
asPrivateChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as private channel.
asRegularServerChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as regular server channel.
asRole() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntryTarget
Gets the target as role.
asSeekableAudioSource() - Method in interface org.javacord.api.audio.AudioSource
Gets this audio source as a SeekableAudioSource.
asSelectMenu() - Method in interface org.javacord.api.entity.message.component.LowLevelComponent
Gets the component as a SelectMenu if it's of that type.
asSelectMenuInteraction() - Method in interface org.javacord.api.interaction.MessageComponentInteraction
Get this interaction as select menu interaction if the type matches.
asServer() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntryTarget
Gets the target as server.
asServerChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as server channel.
asServerForumChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as server forum channel.
asServerStageVoiceChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as server stage voice channel.
asServerTextChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as server text channel.
asServerThreadChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as server thread channel.
asServerVoiceChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as server voice channel.
ASSET - org.javacord.api.entity.auditlog.AuditLogChangeType
 
asSlashCommandInteraction() - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as slash command interaction if the type matches.
asSlashCommandInteractionWithCommandId(long) - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as slash command interaction if the type and the command id match.
asTextChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as text channel.
asTextInput() - Method in interface org.javacord.api.entity.message.component.LowLevelComponent
Gets the component as a TextInput if it's of that type.
asUnicodeEmoji() - Method in interface org.javacord.api.entity.emoji.CustomEmoji
 
asUnicodeEmoji() - Method in interface org.javacord.api.entity.emoji.Emoji
Gets the emoji as a unicode emoji.
asUser() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntryTarget
Gets the target as user.
asUser() - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets the author as user.
asUserContextMenuInteraction() - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as user context menu interaction if the type matches.
asUserContextMenuInteractionWithCommandId(long) - Method in interface org.javacord.api.interaction.Interaction
Get this interaction as user context menu interaction if the type and the command id match.
asVoiceChannel() - Method in interface org.javacord.api.entity.channel.Channel
Gets the channel as voice channel.
asWebhook() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntryTarget
Gets the target as webhook.
asWebhook() - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets the author as a webhook.
ATTACH_FILE - org.javacord.api.entity.permission.PermissionType
 
Attachment - Interface in org.javacord.api.entity
This class represents an attachment.
ATTACHMENT - org.javacord.api.interaction.SlashCommandOptionType
 
AudioConnection - Interface in org.javacord.api.audio
 
AudioConnectionAttachableListener - Interface in org.javacord.api.listener.audio
This is a marker interface for listeners that can be attached to an AudioConnection.
AudioConnectionAttachableListenerManager - Interface in org.javacord.api.listener.audio
This class can be used to add and retrieve AudioConnectionAttachableListeners.
AudioSource - Interface in org.javacord.api.audio
 
AudioSourceAttachableListener - Interface in org.javacord.api.listener.audio
This is a marker interface for listeners that can be attached to an AudioSource.
AudioSourceAttachableListenerManager - Interface in org.javacord.api.listener.audio
This class can be used to add and retrieve AudioSourceAttachableListeners.
AudioSourceBase - Class in org.javacord.api.audio
The base class of every audio source.
AudioSourceBase(DiscordApi) - Constructor for class org.javacord.api.audio.AudioSourceBase
Creates a new audio source base.
AudioSourceBaseDelegate - Interface in org.javacord.api.audio.internal
This class is internally used by the AudioSourceBase.
AudioSourceEvent - Interface in org.javacord.api.event.audio
An audio source event.
AudioSourceFinishedEvent - Interface in org.javacord.api.event.audio
An audio source finished event.
AudioSourceFinishedListener - Interface in org.javacord.api.listener.audio
This listener listens to finished audio sources.
AudioTransformer - Interface in org.javacord.api.audio
Used to intercept and transform audio frames.
AuditLog - Interface in org.javacord.api.entity.auditlog
The class represents an audit log.
AuditLogActionType - Enum in org.javacord.api.entity.auditlog
An enum with all action types.
AuditLogChange<T> - Interface in org.javacord.api.entity.auditlog
This class represents an audit log change.
AuditLogChangeType - Enum in org.javacord.api.entity.auditlog
This class represents an audit log change type (sometimes also called key).
AuditLogEntry - Interface in org.javacord.api.entity.auditlog
The interface represents an audit log entry.
AuditLogEntryTarget - Interface in org.javacord.api.entity.auditlog
An audit log entry target.
AUTH_PARAM_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
AUTH_PARAM_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
 
AUTH_PARAM_SPLIT_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
AUTH_SCHEME_AND_PARAM_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
AUTH_SCHEME_AND_TOKEN68_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
AUTH_SCHEME_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
authenticate(Route, Request, Response) - Method in interface org.javacord.api.util.auth.Authenticator
Gets authentication headers to authenticate against a remove server for the call described by the given parameters.
AUTHENTICATION_HEADER_VALUE_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
AUTHENTICATION_HEADER_VALUE_SPLIT_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
AUTHENTICATION_HEADER_VALUE_SPLIT_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
 
Authenticator - Interface in org.javacord.api.util.auth
This class represents an authenticator that can be used to provide authentication headers for remote servers.
AUTO_ARCHIVE_DURATION - org.javacord.api.entity.auditlog.AuditLogChangeType
 
AutoArchiveDuration - Enum in org.javacord.api.entity.channel
 
AutocompleteCreateEvent - Interface in org.javacord.api.event.interaction
An autocomplete command create event.
AutocompleteCreateListener - Interface in org.javacord.api.listener.interaction
This listener listens to autocomplete interaction creations.
AutocompleteInteraction - Interface in org.javacord.api.interaction
 
AVAILABLE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
AVATAR - org.javacord.api.entity.auditlog.AuditLogChangeType
 

B

BadRequestException - Exception in org.javacord.api.exception
When we sent a bad request (HTTP response code 400).
BadRequestException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.BadRequestException
Creates a new instance of this class.
Ban - Interface in org.javacord.api.entity.server
This class represents a ban.
BAN_MEMBERS - org.javacord.api.entity.permission.PermissionType
 
BANNER - org.javacord.api.entity.auditlog.AuditLogChangeType
 
BANNER - org.javacord.api.entity.server.ServerFeature
Server has access to set a Server banner image.
banUser(long) - Method in interface org.javacord.api.entity.server.Server
Bans the given user from the server.
banUser(long, int) - Method in interface org.javacord.api.entity.server.Server
Bans the given user from the server.
banUser(long, int, String) - Method in interface org.javacord.api.entity.server.Server
Bans the given user from the server.
banUser(String) - Method in interface org.javacord.api.entity.server.Server
Bans the given user from the server.
banUser(String, int) - Method in interface org.javacord.api.entity.server.Server
Bans the given user from the server.
banUser(String, int, String) - Method in interface org.javacord.api.entity.server.Server
Bans the given user from the server.
banUser(User) - Method in interface org.javacord.api.entity.server.Server
Bans the given user from the server.
banUser(User, int) - Method in interface org.javacord.api.entity.server.Server
Bans the given user from the server.
banUser(User, int, String) - Method in interface org.javacord.api.entity.server.Server
Bans the given user from the server.
BASE_LINK - Static variable in class org.javacord.api.BotInviteBuilder
The base link for a bot application invite link.
BITRATE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
BOLD - org.javacord.api.entity.message.MessageDecoration
 
BOOLEAN - org.javacord.api.interaction.SlashCommandOptionType
 
BoostLevel - Enum in org.javacord.api.entity.server
An enum with all boost levels (sometimes also referred to as premium tier levels).
BOT - org.javacord.api.BotInviteScope
 
BOT_ADD - org.javacord.api.entity.auditlog.AuditLogActionType
 
BOT_HTTP_INTERACTIONS - org.javacord.api.entity.user.UserFlag
 
BotInviteBuilder - Class in org.javacord.api
A tool to create bot invites.
BotInviteBuilder(long) - Constructor for class org.javacord.api.BotInviteBuilder
Creates a new bot invite builder.
BotInviteBuilder(String) - Constructor for class org.javacord.api.BotInviteBuilder
Creates a new bot invite builder.
BotInviteBuilder(DiscordApi) - Constructor for class org.javacord.api.BotInviteBuilder
Creates a new bot invite builder.
BotInviteScope - Enum in org.javacord.api
An enum for the Invite Scope that is used for building bot invite links.
botRequiresCodeGrant() - Method in interface org.javacord.api.entity.ApplicationInfo
Check if the application's bot require OAuth2 code grant.
BRAZIL - org.javacord.api.entity.Region
 
BufferableAudioSource - Interface in org.javacord.api.audio
A bufferable audio source.
BUG_HUNTER_LEVEL_1 - org.javacord.api.entity.user.UserFlag
 
BUG_HUNTER_LEVEL_2 - org.javacord.api.entity.user.UserFlag
 
build() - Method in class org.javacord.api.BotInviteBuilder
Creates the invite link.
build() - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Creates a ActionRow instance with the given values.
build() - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Creates a Button instance with the given values.
build() - Method in interface org.javacord.api.entity.message.component.internal.ActionRowBuilderDelegate
Creates an ActionRow instance with the given values.
build() - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Creates a Button instance with the given values.
build() - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Creates a SelectMenu instance with the given values.
build() - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
Build the select menu option.
build() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Creates a TextInput instance with the given values.
build() - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Creates a SelectMenu instance with the given values.
build() - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
Creates a SelectMenuOption instance with the given values.
build() - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Creates a TextInput instance with the given values.
build() - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Creates a AllowedMentions instance with the given values.
build() - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Creates a AllowedMentions instance with the given values.
build() - Method in interface org.javacord.api.entity.permission.internal.PermissionsBuilderDelegate
Creates a Permissions instance with the given values.
build() - Method in class org.javacord.api.entity.permission.PermissionsBuilder
Creates a Permissions instance with the given values.
build() - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Build the slash command option.
build() - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionChoiceBuilderDelegate
Builds the slash command option choice.
build() - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Builds the slash command option.
build() - Method in class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
Builds the slash command option choice.
BUILD_TIMESTAMP - Static variable in class org.javacord.api.Javacord
The build timestamp at which the current Javacord version was built.
BULGARIAN - org.javacord.api.interaction.DiscordLocale
 
bulkDelete(long...) - Method in interface org.javacord.api.entity.channel.TextChannel
Deletes multiple messages at once.
bulkDelete(Iterable<Message>) - Method in interface org.javacord.api.entity.channel.TextChannel
Deletes multiple messages at once.
bulkDelete(String...) - Method in interface org.javacord.api.entity.channel.TextChannel
Deletes multiple messages at once.
bulkDelete(Message...) - Method in interface org.javacord.api.entity.channel.TextChannel
Deletes multiple messages at once.
bulkOverwriteGlobalApplicationCommands(List<? extends ApplicationCommandBuilder<?, ?, ?>>) - Method in interface org.javacord.api.DiscordApi
Bulk overwrites the global application commands.
bulkOverwriteServerApplicationCommands(long, List<? extends ApplicationCommandBuilder<?, ?, ?>>) - Method in interface org.javacord.api.DiscordApi
Bulk overwrites the servers application commands.
bulkOverwriteServerApplicationCommands(Server, List<? extends ApplicationCommandBuilder<?, ?, ?>>) - Method in interface org.javacord.api.DiscordApi
Bulk overwrites the servers application commands.
Button - Interface in org.javacord.api.entity.message.component
This interface represents a Button component.
BUTTON - org.javacord.api.entity.message.component.ComponentType
 
ButtonBuilder - Class in org.javacord.api.entity.message.component
 
ButtonBuilder() - Constructor for class org.javacord.api.entity.message.component.ButtonBuilder
 
ButtonBuilderDelegate - Interface in org.javacord.api.entity.message.component.internal
 
ButtonClickEvent - Interface in org.javacord.api.event.interaction
A button click event.
ButtonClickListener - Interface in org.javacord.api.listener.interaction
This listener listens to button clicks.
ButtonInteraction - Interface in org.javacord.api.interaction
 
ButtonStyle - Enum in org.javacord.api.entity.message.component
 
byStyle(String) - Static method in enum org.javacord.api.entity.message.TimestampStyle
Gets the type by its int representation.
byType(int, boolean) - Static method in enum org.javacord.api.entity.message.MessageType
Gets the type by its int representation.

C

CachedMessagePinEvent - Interface in org.javacord.api.event.message
A cached message pin event.
CachedMessagePinListener - Interface in org.javacord.api.listener.message
This listener listens to message pins of cached messages.
CachedMessageUnpinEvent - Interface in org.javacord.api.event.message
A cached message unpin event.
CachedMessageUnpinListener - Interface in org.javacord.api.listener.message
This listener listens to message unpins of cached messages.
calculateBitmask(Intent...) - Static method in enum org.javacord.api.entity.intent.Intent
Gets the bitmask from the given intents.
CALL - org.javacord.api.entity.message.MessageType
 
canAddNewReactions(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user is allowed to add new reactions to messages in this channel.
canAddNewReactions(User) - Method in interface org.javacord.api.entity.message.Message
Checks if the given user is allowed to add new reactions to the message.
canAddNewReactionsInTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author is allowed to add new reactions to messages in the channel where the message was sent.
canAddNewReactionsToMessage() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author is allowed to add new reactions to the message.
canAttachFiles(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user can attach files in this channel.
canAttachFilesToTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can attach files in the channel where the message was sent.
canBanUser(User, User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can ban the other user.
canBanUserFromServer(User) - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can ban the user from the server where the message was sent.
canBanUsers(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can ban users from the server.
canBanUsersFromServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can ban users from the server where the message was sent.
canChangeOwnNickname(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can change its own nickname in the server.
canChangeOwnNicknameOnServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can change its own nickname in the server where the message was sent.
canConnect(User) - Method in interface org.javacord.api.entity.channel.VoiceChannel
Checks if the given user can connect to the voice channel.
canConnectToVoiceChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can connect to the voice channel where the message was sent.
canCreateChannels(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can create new channels.
canCreateChannelsOnServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can create new channels on the server where the message was sent.
canCreateInstantInvite(User) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Checks if the given user can create an instant invite to this channel.
canCreateInstantInviteToTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can create an instant invite to the channel where the message was sent.
canDeafenMembers(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can deafen members on the server.
canDeafenMembersOnServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can deafen members on the server where the message was sent.
canDelete(User) - Method in interface org.javacord.api.entity.message.Message
Checks if the given user can delete this message.
canDeleteMessage() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can delete the message.
canDispatchEvents() - Method in interface org.javacord.api.DiscordApi
Gets whether this API instance can dispatch events.
canEmbedLinks(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user can use embed links in this channel.
canEmbedLinksInTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can use embed links in the channel where the message was sent.
canKickUser(User, User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can kick the other user.
canKickUserFromServer(User) - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can kick the user from the server where the message was sent.
canKickUsers(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can kick users from the server.
canKickUsersFromServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can kick users from the server where the message was sent.
canManage(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can manage the server.
canManageEmojis(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can manage emojis on the server.
canManageEmojisOnServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can manage emojis on the server where the message was sent.
canManageMessages(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user can manage messages (delete or pin them or remove reactions of others) in this channel.
canManageMessagesInTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can manage messages (delete or pin them or remove reactions of others) in the channel where the message was sent.
canManageNicknames(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can manage nicknames on the server.
canManageNicknamesOnServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can manage nicknames on the server where the message was sent.
canManageRole(Role) - Method in interface org.javacord.api.entity.user.User
Checks if the user can manage the target role.
canManageRole(User, Role) - Method in interface org.javacord.api.entity.server.Server
Checks if the user can manage the target role.
canManageRoles(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can manage roles on the server.
canManageRolesOf(User, User) - Method in interface org.javacord.api.entity.server.Server
Checks if the user can manage the roles of the target user.
canManageRolesOnServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can manage roles on the server where the message was sent.
canManageServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can manage the server where the message was sent.
canMentionEveryone(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user can mention everyone (@everyone) in this channel.
canMentionEveryoneInTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can mention everyone (@everyone) in the channel where the message was sent.
canMoveMembers(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can move members on the server.
canMoveMembersOnServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can move members on the server where the message was sent.
canMuteMembers(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can mute members on the server.
canMuteMembersOnServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can mute members on the server where the message was sent.
canMuteUsers(User) - Method in interface org.javacord.api.entity.channel.VoiceChannel
Checks if the given user can mute other users in this voice channel.
canMuteUsersInVoiceChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can mute other users in the voice channel where the message was sent.
CannotMessageUserException - Exception in org.javacord.api.exception
When the user of the connected account cannot message a user.
CannotMessageUserException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.CannotMessageUserException
Creates a new instance of this class.
canReadMessageHistory(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user can read the message history of this channel.
canReadMessageHistoryOfTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can read the message history of the channel where the message was sent.
canRemoveReactionsOfOthers(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user can remove reactions of other users in this channel.
canRemoveReactionsOfOthersInTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can remove reactions of other users in the channel where the message was sent.
canSee(User) - Method in interface org.javacord.api.entity.channel.Channel
Checks if the given user can see this channel.
canSeeAll(User) - Method in interface org.javacord.api.entity.channel.ChannelCategory
Checks if the given user can see all channels in this category.
canSeeAllChannelsInCategory() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can see all channels in the category of the channel where the message was sent.
canSeeChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can see the channel where the message was sent.
canUseExternalEmojis(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user can use external emojis in this channel.
canUseExternalEmojisInTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can use external emojis in the channel where the message was sent.
canUseSlashCommands(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can use slash commands on the server.
canUseTts(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user can use tts (text to speech) in this channel.
canUseTtsInTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can use tts (text to speech) in the channel where the message was sent.
canViewAuditLog(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user can view the audit log of the server.
canViewAuditLogOfServer() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can view the audit log of the server where the message was sent.
canWrite(User) - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the given user can send messages in this channel.
canWriteInTextChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author can send messages in the channel where the message was sent.
canYouAddNewReactions() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account is allowed to add new reactions to messages in this channel.
canYouAddNewReactions() - Method in interface org.javacord.api.entity.message.Message
Checks if the user of the connected account is allowed to add new reactions to the message.
canYouAttachFiles() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account can attach files in this channel.
canYouBanUser(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can ban the user.
canYouBanUsers() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can ban users from the server.
canYouChangeOwnNickname() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can change its own nickname in the server.
canYouConnect() - Method in interface org.javacord.api.entity.channel.VoiceChannel
Checks if the user of the connected account can connect to the voice channel.
canYouCreateChannels() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can create new channels.
canYouCreateInstantInvite() - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Checks if the user of the connected account can create an instant invite to this channel.
canYouDeafenMembers() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can deafen members on the server.
canYouDelete() - Method in interface org.javacord.api.entity.message.Message
Checks if the user of the connected account can delete this message.
canYouEmbedLinks() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account can use embed links in this channel.
canYouKickUser(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can kick the user.
canYouKickUsers() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can kick users from the server.
canYouManage() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can manage the server.
canYouManageEmojis() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can manage emojis on the server.
canYouManageMessages() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account can manage messages (delete or pin them or remove reactions of others) in this channel.
canYouManageNicknames() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can manage nicknames on the server.
canYouManageRoles() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can manage roles on the server.
canYouMentionEveryone() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account can mention everyone (@everyone) in this channel.
canYouMoveMembers() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can move members on the server.
canYouMuteMembers() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can mute members on the server.
canYouMuteUsers() - Method in interface org.javacord.api.entity.channel.VoiceChannel
Checks if the user of the connected account can mute other users in this voice channel.
canYouReadMessageHistory() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account can read the message history of this channel.
canYouRemoveReactionsOfOthers() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account can remove reactions of other users in this channel.
canYouSee() - Method in interface org.javacord.api.entity.channel.Channel
Checks if the user of the connected account can see this channel.
canYouSeeAll() - Method in interface org.javacord.api.entity.channel.ChannelCategory
Checks if the user of the connected account can see all channels in this category.
canYouUseExternalEmojis() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account can use external emojis in this channel.
canYouUseSlashCommands() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can use slash commands on the server.
canYouUseTts() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account can use tts (text to speech) in this channel.
canYouViewAuditLog() - Method in interface org.javacord.api.entity.server.Server
Checks if the user of the connected account can view the audit log of the server.
canYouWrite() - Method in interface org.javacord.api.entity.channel.TextChannel
Checks if the user of the connected account can send messages in this channel.
Categorizable - Interface in org.javacord.api.entity.channel
This class represents an entity which can have a channel category.
CertainMessageEvent - Interface in org.javacord.api.event.message
A message event where the message is guaranteed to be in the cache.
CERTIFIED_MODERATOR - org.javacord.api.entity.user.UserFlag
 
ChainableGloballyAttachableListenerManager - Interface in org.javacord.api.listener
This class can be used to add and retrieve GloballyAttachableListeners on the DiscordApiBuilder.
Challenge - Class in org.javacord.api.util.auth
This class represents an RFC 7235 authentication challenge.
Challenge(String, Map<String, String>) - Constructor for class org.javacord.api.util.auth.Challenge
Creates a new challenge.
CHALLENGE_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
 
CHALLENGES_CACHE - Static variable in interface org.javacord.api.util.auth.Response
 
CHANGE_NICKNAME - org.javacord.api.entity.permission.PermissionType
 
Channel - Interface in org.javacord.api.entity.channel
The class represents a channel.
CHANNEL - org.javacord.api.interaction.ApplicationCommandPermissionType
 
CHANNEL - org.javacord.api.interaction.SlashCommandOptionType
 
CHANNEL_CATEGORY - org.javacord.api.entity.channel.ChannelType
 
CHANNEL_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
CHANNEL_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
CHANNEL_FOLLOW_ADD - org.javacord.api.entity.message.MessageType
 
CHANNEL_FOLLOWER - org.javacord.api.entity.webhook.WebhookType
Channel follower webhooks are internal webhooks used with Channel Following to post new messages into channels.
CHANNEL_ICON_CHANGE - org.javacord.api.entity.message.MessageType
 
CHANNEL_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 
CHANNEL_MENTION - Static variable in class org.javacord.api.util.DiscordRegexPattern
A pattern which checks for mentioned channels (e.g.
CHANNEL_NAME_CHANGE - org.javacord.api.entity.message.MessageType
 
CHANNEL_OVERWRITE_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
CHANNEL_OVERWRITE_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
CHANNEL_OVERWRITE_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
CHANNEL_PINNED_MESSAGE - org.javacord.api.entity.message.MessageType
 
CHANNEL_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
ChannelAttachableListener - Interface in org.javacord.api.listener.channel
This is a marker interface for listeners that can be attached to a Channel.
ChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel
This class can be used to add and retrieve ChannelAttachableListeners.
ChannelCategory - Interface in org.javacord.api.entity.channel
This class represents a channel category.
ChannelCategoryAttachableListener - Interface in org.javacord.api.listener.channel.server
This is a marker interface for listeners that can be attached to a ChannelCategory.
ChannelCategoryAttachableListenerManager - Interface in org.javacord.api.listener.channel.server
This class can be used to add and retrieve ChannelCategoryAttachableListeners.
ChannelCategoryBuilder - Class in org.javacord.api.entity.channel
This class is used to create new channel categories.
ChannelCategoryBuilder(Server) - Constructor for class org.javacord.api.entity.channel.ChannelCategoryBuilder
Creates a new channel category builder.
ChannelCategoryBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ChannelCategoryBuilder to create channel categories.
ChannelEvent - Interface in org.javacord.api.event.channel
A channel event.
ChannelPinsUpdateEvent - Interface in org.javacord.api.event.message
A channel pins update event.
ChannelPinsUpdateListener - Interface in org.javacord.api.listener.message
This listener listens to channel pin updates.
ChannelSpecialization - Interface in org.javacord.api.entity.channel.internal
A base type for types a Channel may be specialized to via the Specializable interface.
ChannelType - Enum in org.javacord.api.entity.channel
An enum with all different channel types.
CHINESE_CHINA - org.javacord.api.interaction.DiscordLocale
 
CHINESE_TAIWAN - org.javacord.api.interaction.DiscordLocale
 
close() - Method in interface org.javacord.api.audio.AudioConnection
Disconnects from the voice channel.
close() - Method in interface org.javacord.api.util.NonThrowingAutoCloseable
 
CODE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
CODE_LONG - org.javacord.api.entity.message.MessageDecoration
 
CODE_SIMPLE - org.javacord.api.entity.message.MessageDecoration
 
COLOR - org.javacord.api.entity.auditlog.AuditLogChangeType
 
COMMERCE - org.javacord.api.entity.server.ServerFeature
Server has access to use commerce features (i.e.
COMMIT_ID - Static variable in class org.javacord.api.Javacord
The commit ID from which the current Javacord version was built.
COMMUNITY - org.javacord.api.entity.server.ServerFeature
Server is a community server.
compareTo(RegularServerChannel) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
COMPETING - org.javacord.api.entity.activity.ActivityType
Represents competing in something, represented as "Competing in Half-Life 3", for example.
Component - Interface in org.javacord.api.entity.message.component
 
ComponentBuilder - Interface in org.javacord.api.entity.message.component
 
ComponentBuilderDelegate - Interface in org.javacord.api.entity.message.component.internal
 
ComponentInteractionOriginalMessageUpdater - Interface in org.javacord.api.interaction.callback
 
ComponentType - Enum in org.javacord.api.entity.message.component
 
connect() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Connects to the voice channel self-deafened and disconnects any existing connections in the server.
connect(boolean, boolean) - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Connects to the voice channel and disconnects any existing connections in the server.
CONNECT - org.javacord.api.entity.permission.PermissionType
 
CONNECTIONS - org.javacord.api.BotInviteScope
 
containsYou() - Method in interface org.javacord.api.entity.message.Reaction
Checks if you (the current account) used this reaction.
CONTEXT_MENU_COMMAND - org.javacord.api.entity.message.MessageType
 
ContextMenu - Interface in org.javacord.api.interaction
 
copy() - Method in interface org.javacord.api.audio.AudioSource
Creates a copy of the audio source that can be reused for another audio connection.
copy() - Method in class org.javacord.api.audio.SilentAudioSource
 
copy(ActionRow) - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Copy an action row into this action row builder's values.
copy(ActionRow) - Method in interface org.javacord.api.entity.message.component.internal.ActionRowBuilderDelegate
Copy an action row's values into the builder.
copy(Button) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Copy a button's value into this builder.
copy(Button) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Copy a button's values into the builder.
copy(SelectMenu) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Copy a select menu's values into the builder.
copy(SelectMenu) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Create a copy of an existing select menu.
copy(SelectMenuOption) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
Copy the give select menu option.
copy(TextInput) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Copy a TextInput's values into the builder.
copy(TextInput) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Copy a Text Input's value into this builder.
copy(Message) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Fill the builder's values with a given message.
copy(Message) - Method in class org.javacord.api.entity.message.MessageBuilder
Fill the builder's values with a message.
copy(Message) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Copy a message's values into this build instance.
copy(Message) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
copy(Sticker) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
Copies the values of the sticker into the builder.
copy(InteractionBase) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
Fill the builder's values with the message from a given interaction, if the type of the interaction offers a message.
copy(InteractionBase) - Method in interface org.javacord.api.interaction.callback.ExtendedInteractionMessageBuilderBase
Copy an interaction's message.
copy(InteractionBase) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
create() - Method in class org.javacord.api.entity.channel.ChannelCategoryBuilder
Creates the channel category.
create() - Method in interface org.javacord.api.entity.channel.internal.ChannelCategoryBuilderDelegate
Creates the channel category.
create() - Method in interface org.javacord.api.entity.channel.internal.ServerForumChannelBuilderDelegate
Creates the server forum channel.
create() - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelBuilderDelegate
Creates the server text channel.
create() - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelBuilderDelegate
Creates the server thread channel.
create() - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelBuilderDelegate
Creates the server voice channel.
create() - Method in class org.javacord.api.entity.channel.ServerForumChannelBuilder
Creates the server forum channel.
create() - Method in class org.javacord.api.entity.channel.ServerTextChannelBuilder
Creates the server text channel.
create() - Method in class org.javacord.api.entity.channel.ServerThreadChannelBuilder
Creates the server thread channel.
create() - Method in class org.javacord.api.entity.channel.ServerVoiceChannelBuilder
Creates the server voice channel.
create() - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Creates the custom emoji.
create() - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Creates the custom emoji.
create() - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
Creates the role.
create() - Method in class org.javacord.api.entity.permission.RoleBuilder
Creates the role.
create() - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Creates the server.
create() - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
Creates the invite.
create() - Method in class org.javacord.api.entity.server.invite.InviteBuilder
Creates the invite.
create() - Method in class org.javacord.api.entity.server.ServerBuilder
Creates the server.
create() - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
Creates a new Sticker object with the given values.
create() - Method in class org.javacord.api.entity.sticker.StickerBuilder
Creates a new Sticker object with the given values.
create() - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Creates the webhook.
create() - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Creates the webhook.
create(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
Creates a new Sticker object with the given values.
create(String) - Method in class org.javacord.api.entity.sticker.StickerBuilder
Creates a new Sticker object with the given values.
create(String, long) - Static method in interface org.javacord.api.interaction.SlashCommandOptionChoice
Create a new option choice builder to be used with a command option builder.
create(String, String) - Static method in interface org.javacord.api.entity.message.component.SelectMenuOption
Creates a new select menu option with the given values.
create(String, String) - Static method in interface org.javacord.api.interaction.SlashCommandOptionChoice
Create a new option choice builder to be used with a command option builder.
create(String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.SelectMenuOption
Creates a new select menu option with the given values.
create(String, String, int, int, List<SelectMenuOption>) - Static method in interface org.javacord.api.entity.message.component.SelectMenu
Creates a new select menu with the given values.
create(String, String, int, int, List<SelectMenuOption>, boolean) - Static method in interface org.javacord.api.entity.message.component.SelectMenu
Creates a new select menu with the given values.
create(String, String, String) - Static method in interface org.javacord.api.entity.message.component.SelectMenuOption
Creates a new select menu option with the given values.
create(String, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.SelectMenuOption
Creates a new select menu option with the given values.
create(String, String, String, Emoji) - Static method in interface org.javacord.api.entity.message.component.SelectMenuOption
Creates a new select menu option with the given values.
create(String, String, String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.SelectMenuOption
Creates a new select menu option with the given values.
create(String, String, List<SelectMenuOption>) - Static method in interface org.javacord.api.entity.message.component.SelectMenu
Creates a new select menu with the given values.
create(String, String, List<SelectMenuOption>, boolean) - Static method in interface org.javacord.api.entity.message.component.SelectMenu
Creates a new select menu with the given values.
create(String, List<SelectMenuOption>) - Static method in interface org.javacord.api.entity.message.component.SelectMenu
Creates a new select menu with the given values.
create(String, List<SelectMenuOption>, boolean) - Static method in interface org.javacord.api.entity.message.component.SelectMenu
Creates a new select menu with the given values.
create(String, ButtonStyle, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the given properties.
create(String, ButtonStyle, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the given properties.
create(String, ButtonStyle, String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the given properties.
create(String, ButtonStyle, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the given properties.
create(String, ButtonStyle, String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the given properties.
create(String, ButtonStyle, String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the given properties.
create(String, ButtonStyle, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the given properties.
create(TextInputStyle, String, String) - Static method in interface org.javacord.api.entity.message.component.TextInput
Creates a new text input with the given values.
create(TextInputStyle, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.TextInput
Creates a new text input with the given values.
create(TextInputStyle, String, String, Integer, Integer) - Static method in interface org.javacord.api.entity.message.component.TextInput
Creates a new text input with the given values.
create(TextInputStyle, String, String, Integer, Integer, boolean) - Static method in interface org.javacord.api.entity.message.component.TextInput
Creates a new text input with the given values.
create(TextInputStyle, String, String, String, String) - Static method in interface org.javacord.api.entity.message.component.TextInput
Creates a new text input with the given values.
create(TextInputStyle, String, String, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.TextInput
Creates a new text input with the given values.
create(Server, String, String, File) - Static method in interface org.javacord.api.entity.sticker.Sticker
Creates a new sticker with the given values.
create(Server, String, String, String, File) - Static method in interface org.javacord.api.entity.sticker.Sticker
Creates a new sticker with the given values.
create(Server, String, String, String, File, String) - Static method in interface org.javacord.api.entity.sticker.Sticker
Creates a new sticker with the given values.
create(SlashCommandOptionType, String, String) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new slash command option to be used with a slash command builder.
create(SlashCommandOptionType, String, String, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new slash command option to be used with a slash command builder.
CREATE_INSTANT_INVITE - org.javacord.api.entity.permission.PermissionType
 
CREATE_PRIVATE_THREADS - org.javacord.api.entity.permission.PermissionType
 
CREATE_PUBLIC_THREADS - org.javacord.api.entity.permission.PermissionType
 
createAccountUpdater() - Method in interface org.javacord.api.DiscordApi
Creates an account updater for the current account.
createAccountUpdaterDelegate(DiscordApi) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new account updater delegate.
createAccountUpdaterDelegate(DiscordApi) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new account updater delegate.
createActionRowBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new ActionRow builder delegate.
createActionRowBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new ActionRow builder delegate.
createAllowedMentionsBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new mention builder delegate.
createAllowedMentionsBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new mention builder delegate.
createAttachmentOption(String, String, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.ATTACHMENT slash command option to be used with a slash command builder.
createAudioSourceBaseDelegate(DiscordApi) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new audio source base delegate.
createAudioSourceBaseDelegate(DiscordApi) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new audio source base delegate.
createBooleanOption(String, String, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.BOOLEAN slash command option to be used with a slash command builder.
createBotInvite() - Method in interface org.javacord.api.DiscordApi
Creates an invite link for this bot.
createBotInvite(Permissions) - Method in interface org.javacord.api.DiscordApi
Creates an invite link for this bot.
createButtonBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new Button builder delegate.
createButtonBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new Button builder delegate.
createChannelCategoryBuilder() - Method in interface org.javacord.api.entity.server.Server
Creates a new channel category builder.
createChannelCategoryBuilderDelegate(Server) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new channel category builder delegate.
createChannelCategoryBuilderDelegate(Server) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new channel category builder delegate.
createChannelOption(String, String, boolean, Collection<ChannelType>) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new slash command option to be used with a slash command builder.
createCustomEmojiBuilder() - Method in interface org.javacord.api.entity.server.Server
Creates a custom emoji builder to create custom emojis.
createCustomEmojiBuilderDelegate(Server) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new custom emoji builder delegate.
createCustomEmojiBuilderDelegate(Server) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new custom emoji builder delegate.
createCustomEmojiUpdaterDelegate(KnownCustomEmoji) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new custom emoji updater delegate.
createCustomEmojiUpdaterDelegate(KnownCustomEmoji) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new custom emoji updater delegate.
createDecimalOption(String, String, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.DECIMAL slash command option to be used with a slash command builder.
createDecimalOption(String, String, boolean, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.DECIMAL slash command option to be used with a slash command builder.
createDecimalOption(String, String, boolean, double, double) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.DECIMAL slash command option to be used with a slash command builder.
createDiscordApiBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new discord api builder delegate.
createDiscordApiBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new discord api builder delegate.
createDiscordExceptionValidator() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new discord exception validator.
createEmbedBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new embed builder delegate.
createEmbedBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new embed builder delegate.
createExceptionLoggerDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new exception logger delegate.
createFollowupMessageBuilder() - Method in interface org.javacord.api.interaction.InteractionBase
Create a message builder to send follow-up messages for this interaction.
createForServer(DiscordApi, long) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Creates an application command for a specific server.
createForServer(DiscordApi, long) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Creates an application command for a specific server.
createForServer(Server) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Creates an application command for a specific server.
createGlobal(DiscordApi) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Creates a global application command.
createGlobal(DiscordApi) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Creates a global application command.
createImmediateResponder() - Method in interface org.javacord.api.interaction.InteractionBase
Create a response builder that can be used to immediately reply to this interaction with a message.
createInteractionMessageBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new interaction message builder delegate.
createInteractionMessageBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new interaction message builder delegate.
createInviteBuilder() - Method in interface org.javacord.api.entity.channel.ServerChannel
Creates an invite builder for this channel.
createInviteBuilderDelegate(ServerChannel) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new invite builder delegate.
createInviteBuilderDelegate(ServerChannel) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new invite builder delegate.
createLongOption(String, String, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.LONG slash command option to be used with a slash command builder.
createLongOption(String, String, boolean, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.LONG slash command option to be used with a slash command builder.
createLongOption(String, String, boolean, long, long) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.LONG slash command option to be used with a slash command builder.
createMentionableOption(String, String, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.MENTIONABLE slash command option to be used with a slash command builder.
createMessageBuilderBaseDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new message builder base delegate.
createMessageBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new message builder delegate.
createMessageContextMenuBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new message context menu builder delegate.
createMessageContextMenuBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new message context menu builder delegate.
createMessageContextMenuUpdater() - Method in interface org.javacord.api.interaction.MessageContextMenu
Creates a message context menu updater from this MessageContextMenu instance.
createMessageContextMenuUpdaterDelegate(long) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new message context menu updater delegate.
createMessageContextMenuUpdaterDelegate(long) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new message context menu updater delegate.
createOriginalMessageUpdater() - Method in interface org.javacord.api.interaction.MessageComponentInteractionBase
Creates a message updater that can be used to update the message the component of this interaction is attached to.
createPermissionsBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new permissions builder delegate.
createPermissionsBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new permissions builder delegate.
createPermissionsBuilderDelegate(Permissions) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new permissions builder delegate initialized with the given permissions.
createPermissionsBuilderDelegate(Permissions) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new permissions builder delegate initialized with the given permissions.
createPrefilledSlashCommandBuilder(SlashCommand) - Static method in interface org.javacord.api.interaction.SlashCommand
Create a new prefilled slash command builder from the given slash command.
createRegularServerChannelUpdaterDelegate(RegularServerChannel) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new regular server channel updater delegate.
createRegularServerChannelUpdaterDelegate(RegularServerChannel) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new regular server channel updater delegate.
createRoleBuilder() - Method in interface org.javacord.api.entity.server.Server
Creates a new role builder.
createRoleBuilderDelegate(Server) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new role builder delegate.
createRoleBuilderDelegate(Server) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new role builder delegate.
createRoleOption(String, String, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.ROLE slash command option to be used with a slash command builder.
createRoleUpdaterDelegate(Role) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new role updater delegate.
createRoleUpdaterDelegate(Role) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new role updater delegate.
createSelectMenuBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new select menu builder delegate.
createSelectMenuBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new select menu builder delegate.
createSelectMenuOptionBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new select menu option builder delegate.
createSelectMenuOptionBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new select menu option builder delegate.
createServerBuilder() - Method in interface org.javacord.api.DiscordApi
Creates a server builder which can be used to create servers.
createServerBuilderDelegate(DiscordApi) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server builder delegate.
createServerBuilderDelegate(DiscordApi) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server builder delegate.
createServerChannelUpdaterDelegate(ServerChannel) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server channel updater delegate.
createServerChannelUpdaterDelegate(ServerChannel) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server channel updater delegate.
createServerForumChannelBuilderDelegate(Server) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server forum channel builder delegate.
createServerForumChannelBuilderDelegate(Server) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server forum channel builder delegate.
createServerForumChannelUpdaterDelegate(ServerForumChannel) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server forum channel updater delegate.
createServerForumChannelUpdaterDelegate(ServerForumChannel) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server forum channel updater delegate.
createServerTextChannelBuilderDelegate(Server) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server text channel builder delegate.
createServerTextChannelBuilderDelegate(Server) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server text channel builder delegate.
createServerTextChannelUpdaterDelegate(ServerTextChannel) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server text channel updater delegate.
createServerTextChannelUpdaterDelegate(ServerTextChannel) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server text channel updater delegate.
createServerThreadChannelBuilderDelegate(ServerTextChannel) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server thread channel builder delegate.
createServerThreadChannelBuilderDelegate(ServerTextChannel) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server thread channel builder delegate.
createServerThreadChannelBuilderDelegate(Message) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server thread channel builder delegate.
createServerThreadChannelBuilderDelegate(Message) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server thread channel builder delegate.
createServerThreadChannelUpdaterDelegate(ServerThreadChannel) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server thread channel updater delegate.
createServerThreadChannelUpdaterDelegate(ServerThreadChannel) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server thread channel updater delegate.
createServerUpdaterDelegate(Server) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server updater delegate.
createServerUpdaterDelegate(Server) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server updater delegate.
createServerVoiceChannelBuilderDelegate(Server) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server voice channel builder delegate.
createServerVoiceChannelBuilderDelegate(Server) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server voice channel builder delegate.
createServerVoiceChannelUpdaterDelegate(ServerVoiceChannel) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new server voice channel updater delegate.
createServerVoiceChannelUpdaterDelegate(ServerVoiceChannel) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new server voice channel updater delegate.
createSlashCommandBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new slash command builder delegate.
createSlashCommandBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new slash command builder delegate.
createSlashCommandOptionBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new slash command option builder delegate.
createSlashCommandOptionBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new slash command option builder delegate.
createSlashCommandOptionChoiceBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new slash command option choice builder delegate.
createSlashCommandOptionChoiceBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new slash command option choice builder delegate.
createSlashCommandUpdater() - Method in interface org.javacord.api.interaction.SlashCommand
Creates a slash command updater from this SlashCommand instance.
createSlashCommandUpdaterDelegate(long) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new slash command updater delegate.
createSlashCommandUpdaterDelegate(long) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new slash command updater delegate.
createStickerBuilderDelegate(Server) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new sticker builder delegate.
createStickerBuilderDelegate(Server) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new sticker builder delegate.
createStickerUpdaterDelegate(Server, long) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new sticker updater delegate.
createStickerUpdaterDelegate(Server, long) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new sticker sticker updater delegate.
createStringOption(String, String, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.STRING slash command option to be used with a slash command builder.
createStringOption(String, String, boolean, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.STRING slash command option to be used with a slash command builder.
createTextChannelBuilder() - Method in interface org.javacord.api.entity.server.Server
Creates a new server text channel builder.
createTextInputBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new TextInput builder delegate.
createTextInputBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new TextInput builder delegate.
createThread(String, Integer) - Method in interface org.javacord.api.entity.message.Message
Creates a thread for this message.
createThread(String, AutoArchiveDuration) - Method in interface org.javacord.api.entity.message.Message
Creates a thread for this message.
createThread(ChannelType, String, Integer) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Creates a thread which is not related to a message.
createThread(ChannelType, String, Integer, Boolean) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Creates a thread which is not related to a message.
createThread(ChannelType, String, AutoArchiveDuration) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Creates a thread which is not related to a message.
createThread(ChannelType, String, AutoArchiveDuration, Boolean) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Creates a thread which is not related to a message.
createThreadForMessage(Message, String, Integer) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Creates a thread for a message in this ServerTextChannel.
createThreadForMessage(Message, String, AutoArchiveDuration) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Creates a thread for a message in this ServerTextChannel.
createUpdater() - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Create an updater for this channel.
createUpdater() - Method in interface org.javacord.api.entity.channel.ServerChannel
Create an updater for this channel.
createUpdater() - Method in interface org.javacord.api.entity.channel.ServerForumChannel
Creates an updater for this channel.
createUpdater() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Creates an updater for this channel.
createUpdater() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Creates an updater for this thread.
createUpdater() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Creates an updater for this channel.
createUpdater() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Creates an updater for this emoji.
createUpdater() - Method in interface org.javacord.api.entity.message.Message
Creates a new MessageUpdater for this message that can be used similarly to a builder to edit this message.
createUpdater() - Method in interface org.javacord.api.entity.permission.Role
Gets the updater for this role.
createUpdater() - Method in interface org.javacord.api.entity.server.Server
Creates an updater for this server.
createUpdater() - Method in interface org.javacord.api.entity.sticker.Sticker
Creates a new sticker updater for the sticker.
createUpdater() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the updater for this webhook.
createUserContextMenuBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new user context menu builder delegate.
createUserContextMenuBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new user context menu builder delegate.
createUserContextMenuUpdater() - Method in interface org.javacord.api.interaction.UserContextMenu
Creates a user context menu updater from this UserContextMenu instance.
createUserContextMenuUpdaterDelegate(long) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new user context menu updater delegate.
createUserContextMenuUpdaterDelegate(long) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new user context menu updater delegate.
createUserOption(String, String, boolean) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new SlashCommandOptionType.USER slash command option to be used with a slash command builder.
createVoiceChannelBuilder() - Method in interface org.javacord.api.entity.server.Server
Creates a new server voice channel builder.
createWebhookBuilder() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Creates a webhook builder for this channel.
createWebhookBuilderDelegate(ServerTextChannel) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new webhook builder delegate.
createWebhookBuilderDelegate(ServerTextChannel) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new webhook builder delegate.
createWebhookMessageBuilderDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new webhook message builder delegate.
createWebhookMessageBuilderDelegate() - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new webhook message builder delegate.
createWebhookUpdaterDelegate(Webhook) - Static method in class org.javacord.api.util.internal.DelegateFactory
Creates a new webhook updater delegate.
createWebhookUpdaterDelegate(Webhook) - Method in interface org.javacord.api.util.internal.DelegateFactoryDelegate
Creates a new webhook updater delegate.
createWithChoices(SlashCommandOptionType, String, String, boolean, List<SlashCommandOptionChoice>) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new slash command option to be used with a slash command builder.
createWithChoices(SlashCommandOptionType, String, String, boolean, SlashCommandOptionChoiceBuilder...) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new slash command option to be used with a slash command builder.
createWithOptions(SlashCommandOptionType, String, String, List<SlashCommandOption>) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new subcommand or subcommand group to be used with a slash command builder.
createWithOptions(SlashCommandOptionType, String, String, SlashCommandOptionBuilder...) - Static method in interface org.javacord.api.interaction.SlashCommandOption
Create a new subcommand or subcommand group to be used with a slash command builder.
CROATIAN - org.javacord.api.interaction.DiscordLocale
 
crossPost() - Method in interface org.javacord.api.entity.message.Message
Cross posts the message if it is in an announcement channel.
crossPost(long, long) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Cross posts the message if it is in an announcement channel.
crossPost(String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Cross posts the message if it is in an announcement channel.
crossPost(DiscordApi, long, long) - Static method in interface org.javacord.api.entity.message.Message
Cross posts the message if it is in an announcement channel.
CROSSPOSTED - org.javacord.api.entity.message.MessageFlag
This message has been published to subscribed channels (via Channel Following).
CUSTOM - org.javacord.api.entity.activity.ActivityType
Represents a custom status, represented as "{emoji} {state}".
CUSTOM_EMOJI - Static variable in class org.javacord.api.util.DiscordRegexPattern
A pattern which checks for custom emojis (e.g.
CustomEmoji - Interface in org.javacord.api.entity.emoji
This class represents a custom emoji.
CustomEmojiBuilder - Class in org.javacord.api.entity.emoji
This class is used to create new custom emojis.
CustomEmojiBuilder(Server) - Constructor for class org.javacord.api.entity.emoji.CustomEmojiBuilder
Creates a new custom emoji builder.
CustomEmojiBuilderDelegate - Interface in org.javacord.api.entity.emoji.internal
This class is internally used by the CustomEmojiBuilder to create custom emojis.
CustomEmojiUpdater - Class in org.javacord.api.entity.emoji
This class can be used to update known custom emojis.
CustomEmojiUpdater(KnownCustomEmoji) - Constructor for class org.javacord.api.entity.emoji.CustomEmojiUpdater
Creates a new custom emoji updater.
CustomEmojiUpdaterDelegate - Interface in org.javacord.api.entity.emoji.internal
This class is internally used by the CustomEmojiUpdater to update custom emojis.
CZECH - org.javacord.api.interaction.DiscordLocale
 

D

danger(String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the red danger style and the given properties.
danger(String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the red danger style and the given properties.
danger(String, String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the red danger style and the given properties.
danger(String, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the red danger style and the given properties.
danger(String, String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the red danger style and the given properties.
danger(String, String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the red danger style and the given properties.
danger(String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the red danger style and the given emoji.
danger(String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the red danger style and the given emoji.
DANGER - org.javacord.api.entity.message.component.ButtonStyle
 
DANISH - org.javacord.api.interaction.DiscordLocale
 
DEAF - org.javacord.api.entity.auditlog.AuditLogChangeType
 
deafen(Server) - Method in interface org.javacord.api.entity.user.User
Deafens this user on the given server.
deafen(Server, String) - Method in interface org.javacord.api.entity.user.User
Deafens this user on the given server.
DEAFEN_MEMBERS - org.javacord.api.entity.permission.PermissionType
 
deafenUser(User) - Method in interface org.javacord.api.entity.server.Server
Deafens the given user on the server.
deafenUser(User, String) - Method in interface org.javacord.api.entity.server.Server
Deafens the given user on the server.
deafenYourself() - Method in interface org.javacord.api.entity.server.Server
Deafens yourself on the server.
DECIMAL - org.javacord.api.interaction.SlashCommandOptionType
Any double between -2^53 and 2^53.
DEFAULT - org.javacord.api.entity.server.NsfwLevel
The server has not set a specific NSFW level and is considered as neutral.
DEFAULT_AUTO_ARCHIVE_DURATION - org.javacord.api.entity.auditlog.AuditLogChangeType
 
DEFAULT_MESSAGE_NOTIFICATIONS - org.javacord.api.entity.auditlog.AuditLogChangeType
 
DefaultMessageNotificationLevel - Enum in org.javacord.api.entity.server
This enum contains all default message notification levels.
delegate - Variable in class org.javacord.api.entity.channel.RegularServerChannelBuilder
The regular server channel builder delegate used by this instance.
delegate - Variable in class org.javacord.api.entity.channel.ServerChannelBuilder
The server channel delegate used by this instance.
delegate - Variable in class org.javacord.api.entity.message.WebhookMessageBuilder
The message delegate used by this instance.
delegate - Variable in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
DelegateFactory - Class in org.javacord.api.util.internal
This class is used by Javacord internally.
DelegateFactoryDelegate - Interface in org.javacord.api.util.internal
This class is internally used by the DelegateFactory to create delegate instances.
delete() - Method in interface org.javacord.api.entity.channel.ServerChannel
Deletes the channel.
delete() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Deletes the emoji.
delete() - Method in interface org.javacord.api.entity.message.Message
Deletes the message.
delete() - Method in interface org.javacord.api.entity.permission.Role
Deletes the role.
delete() - Method in interface org.javacord.api.entity.server.invite.Invite
Deletes the invite.
delete() - Method in interface org.javacord.api.entity.server.Server
Deletes the server.
delete() - Method in interface org.javacord.api.entity.sticker.Sticker
Deletes the sticker.
delete() - Method in interface org.javacord.api.entity.webhook.Webhook
Deletes the webhook.
delete() - Method in interface org.javacord.api.interaction.callback.InteractionOriginalResponseUpdater
Deletes your initial response permanently.
delete(long, long) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes the message.
delete(long, long...) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes multiple messages at once.
delete(long, long, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes the message.
delete(Iterable<Message>) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes multiple messages at once.
delete(String) - Method in interface org.javacord.api.entity.channel.ServerChannel
Deletes the channel.
delete(String) - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Deletes the emoji.
delete(String) - Method in interface org.javacord.api.entity.message.Message
Deletes the message.
delete(String) - Method in interface org.javacord.api.entity.server.invite.Invite
Deletes the invite.
delete(String) - Method in interface org.javacord.api.entity.sticker.Sticker
Deletes the sticker.
delete(String) - Method in interface org.javacord.api.entity.webhook.Webhook
Deletes the webhook.
delete(String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes the message.
delete(String, String...) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes multiple messages at once.
delete(String, String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes the message.
delete(DiscordApi, long, long) - Static method in interface org.javacord.api.entity.message.Message
Deletes the message.
delete(DiscordApi, long, long...) - Static method in interface org.javacord.api.entity.message.Message
Deletes multiple messages at once.
delete(DiscordApi, long, long, String) - Static method in interface org.javacord.api.entity.message.Message
Deletes the message.
delete(DiscordApi, Iterable<Message>) - Static method in interface org.javacord.api.entity.message.Message
Deletes multiple messages at once.
delete(DiscordApi, String, String) - Static method in interface org.javacord.api.entity.message.Message
Deletes the message.
delete(DiscordApi, String, String...) - Static method in interface org.javacord.api.entity.message.Message
Deletes multiple messages at once.
delete(DiscordApi, String, String, String) - Static method in interface org.javacord.api.entity.message.Message
Deletes the message.
delete(DiscordApi, Message...) - Static method in interface org.javacord.api.entity.message.Message
Deletes multiple messages at once.
delete(Message...) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Deletes multiple messages at once.
deleteAll() - Method in interface org.javacord.api.entity.message.MessageSet
Deletes all messages in this message set at once.
deleteFollowupMessage(InteractionBase, String) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
Delete a follow-up message.
deleteFollowupMessage(InteractionBase, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
Delete a followup message from an interaction.
deleteForServer(long) - Method in interface org.javacord.api.interaction.ApplicationCommand
Deletes this application command for a server.
deleteForServer(Server) - Method in interface org.javacord.api.interaction.ApplicationCommand
Deletes this application command for a server.
deleteGlobal() - Method in interface org.javacord.api.interaction.ApplicationCommand
Deletes this application command globally.
deleteInitialResponse(InteractionBase) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
Delete the original response message.
deleteInitialResponse(InteractionBase) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
Delete the original response.
deleteMessage() - Method in interface org.javacord.api.event.message.MessageEvent
Deletes the message involved in the event.
deleteMessage(String) - Method in interface org.javacord.api.event.message.MessageEvent
Deletes the message involved in the event.
deleteMessages(long...) - Method in interface org.javacord.api.entity.channel.TextChannel
Deletes multiple messages at once.
deleteMessages(Iterable<Message>) - Method in interface org.javacord.api.entity.channel.TextChannel
Deletes multiple messages at once.
deleteMessages(String...) - Method in interface org.javacord.api.entity.channel.TextChannel
Deletes multiple messages at once.
deleteMessages(Message...) - Method in interface org.javacord.api.entity.channel.TextChannel
Deletes multiple messages at once.
DENIED - org.javacord.api.entity.permission.PermissionState
The given type is denied.
DENIED_PERMISSIONS - org.javacord.api.entity.auditlog.AuditLogChangeType
 
DESCRIPTION - org.javacord.api.entity.auditlog.AuditLogChangeType
 
DESKTOP - org.javacord.api.entity.DiscordClient
The Discord desktop client.
DIRECT_MESSAGE_REACTIONS - org.javacord.api.entity.intent.Intent
The following events are received.
DIRECT_MESSAGE_TYPING - org.javacord.api.entity.intent.Intent
The following events are received.
DIRECT_MESSAGES - org.javacord.api.entity.intent.Intent
The following events are received.
DISABLED - org.javacord.api.entity.server.ExplicitContentFilterLevel
 
disconnect() - Method in interface org.javacord.api.DiscordApi
Disconnects the bot.
disconnect() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Disconnects from the voice channel if connected.
DISCORD_API_VERSION - Static variable in class org.javacord.api.Javacord
The API version from Discord which we are using.
DISCORD_CDN_DOMAIN - Static variable in class org.javacord.api.Javacord
The domain of Discord's CDN.
DISCORD_DOMAIN - Static variable in class org.javacord.api.Javacord
The domain of Discord.
DISCORD_GATEWAY_VERSION - Static variable in class org.javacord.api.Javacord
The gateway version from Discord which we are using.
DISCORD_VOICE_GATEWAY_VERSION - Static variable in class org.javacord.api.Javacord
The voice gateway version from Discord which we are using.
DiscordApi - Interface in org.javacord.api
This class is the most important class for your bot, containing all important methods, like registering listener.
DiscordApiBuilder - Class in org.javacord.api
This class is used to login to a Discord account.
DiscordApiBuilder() - Constructor for class org.javacord.api.DiscordApiBuilder
 
DiscordApiBuilderDelegate - Interface in org.javacord.api.internal
This class is internally used by the DiscordApiBuilder to create discord api instances.
DiscordClient - Enum in org.javacord.api.entity
Represents the three different Discord clients.
DiscordEntity - Interface in org.javacord.api.entity
This class represents a Discord entity.
DiscordException - Exception in org.javacord.api.exception
This exception is always thrown whenever a request to Discord failed.
DiscordException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.DiscordException
Creates a new instance of this class.
DiscordExceptionValidator - Interface in org.javacord.api.util.exception
Validates if discord exceptions are from the correct type.
DiscordLocale - Enum in org.javacord.api.interaction
 
DiscordRegexPattern - Class in org.javacord.api.util
This class contains some useful precompiled regex patterns.
DISCOVERABLE - org.javacord.api.entity.server.ServerFeature
Server is able to be discovered in the directory.
DISCOVERY_SPLASH - org.javacord.api.entity.auditlog.AuditLogChangeType
 
DISPLAY_SEPARATELY - org.javacord.api.entity.auditlog.AuditLogChangeType
 
DISPLAY_VERSION - Static variable in class org.javacord.api.Javacord
The display version of the current Javacord version.
DO_NOT_DISTURB - org.javacord.api.entity.user.UserStatus
The user is dnd.
download() - Method in interface org.javacord.api.audio.DownloadableAudioSource
Downloads the audio source.
DownloadableAudioSource - Interface in org.javacord.api.audio
A downloadable audio source.
downloadAsBufferedImage(DiscordApi) - Method in interface org.javacord.api.entity.message.embed.EmbedImage
Downloads the image as a BufferedImage.
downloadAsBufferedImage(DiscordApi) - Method in interface org.javacord.api.entity.message.embed.EmbedThumbnail
Downloads the thumbnail as a BufferedImage.
downloadAsByteArray() - Method in interface org.javacord.api.entity.Attachment
Gets the attachment as a byte array.
downloadAsByteArray(DiscordApi) - Method in interface org.javacord.api.entity.message.embed.EmbedImage
Downloads the image as a byte array.
downloadAsByteArray(DiscordApi) - Method in interface org.javacord.api.entity.message.embed.EmbedThumbnail
Downloads the thumbnail as a byte array.
downloadAsImage() - Method in interface org.javacord.api.entity.Attachment
Downloads the attachment as an image.
downloadAsInputStream() - Method in interface org.javacord.api.entity.Attachment
Gets the attachment as an input stream.
downloadAsInputStream(DiscordApi) - Method in interface org.javacord.api.entity.message.embed.EmbedImage
Downloads the image as an input stream.
downloadAsInputStream(DiscordApi) - Method in interface org.javacord.api.entity.message.embed.EmbedThumbnail
Downloads the thumbnail as an input stream.
downloadIconAsBufferedImage(DiscordApi) - Method in interface org.javacord.api.entity.message.embed.EmbedAuthor
Downloads the author icon as a BufferedImage.
downloadIconAsByteArray(DiscordApi) - Method in interface org.javacord.api.entity.message.embed.EmbedAuthor
Downloads the author icon as a byte array.
downloadIconAsInputStream(DiscordApi) - Method in interface org.javacord.api.entity.message.embed.EmbedAuthor
Downloads the author icon as an input stream.
DUTCH - org.javacord.api.interaction.DiscordLocale
 

E

edit(long, long, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content of the message.
edit(long, long, String, boolean, List<EmbedBuilder>, boolean) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content and the embed of the message.
edit(long, long, String, boolean, EmbedBuilder, boolean) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content and the embed of the message.
edit(long, long, String, List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content and the embed of the message.
edit(long, long, String, EmbedBuilder...) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content and the embed of the message.
edit(long, long, List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the embed of the message.
edit(long, long, EmbedBuilder...) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the embed of the message.
edit(String) - Method in interface org.javacord.api.entity.message.Message
Updates the content of the message.
edit(String, String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content of the message.
edit(String, String, String, boolean, List<EmbedBuilder>, boolean) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content and the embed of the message.
edit(String, String, String, boolean, EmbedBuilder, boolean) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content and the embed of the message.
edit(String, String, String, List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content and the embed of the message.
edit(String, String, String, EmbedBuilder...) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the content and the embed of the message.
edit(String, String, List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the embed of the message.
edit(String, String, EmbedBuilder...) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Updates the embed of the message.
edit(String, List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.Message
Updates the content and the embed of the message.
edit(String, EmbedBuilder...) - Method in interface org.javacord.api.entity.message.Message
Updates the content and the embed of the message.
edit(List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.Message
Updates the embed of the message.
edit(DiscordApi, long, long, String) - Static method in interface org.javacord.api.entity.message.Message
Updates the content of the message.
edit(DiscordApi, long, long, String, boolean, List<EmbedBuilder>, boolean) - Static method in interface org.javacord.api.entity.message.Message
Updates the content and the embed of the message.
edit(DiscordApi, long, long, String, List<EmbedBuilder>) - Static method in interface org.javacord.api.entity.message.Message
Updates the content and the embed of the message.
edit(DiscordApi, long, long, String, EmbedBuilder...) - Static method in interface org.javacord.api.entity.message.Message
Updates the content and the embed of the message.
edit(DiscordApi, long, long, List<EmbedBuilder>) - Static method in interface org.javacord.api.entity.message.Message
Updates the embed of the message.
edit(DiscordApi, long, long, EmbedBuilder...) - Static method in interface org.javacord.api.entity.message.Message
Updates the embed of the message.
edit(DiscordApi, String, String, String) - Static method in interface org.javacord.api.entity.message.Message
Updates the content of the message.
edit(DiscordApi, String, String, String, boolean, List<EmbedBuilder>, boolean) - Static method in interface org.javacord.api.entity.message.Message
Updates the content and the embed of the message.
edit(DiscordApi, String, String, String, List<EmbedBuilder>) - Static method in interface org.javacord.api.entity.message.Message
Updates the content and the embed of the message.
edit(DiscordApi, String, String, String, EmbedBuilder...) - Static method in interface org.javacord.api.entity.message.Message
Updates the content and the embed of the message.
edit(DiscordApi, String, String, List<EmbedBuilder>) - Static method in interface org.javacord.api.entity.message.Message
Updates the embed of the message.
edit(DiscordApi, String, String, EmbedBuilder...) - Static method in interface org.javacord.api.entity.message.Message
Updates the embed of the message.
edit(EmbedBuilder...) - Method in interface org.javacord.api.entity.message.Message
Updates the embed of the message.
edit(Message, boolean) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Edits the message.
EditableEmbedField - Interface in org.javacord.api.entity.message.embed
This interface represents an embed field that can be edited.
editFollowupMessage(InteractionBase, long) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
Edits a followup message from an interaction.
editFollowupMessage(InteractionBase, String) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
Edits the message.
editFollowupMessage(InteractionBase, String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
Edits a followup message from an interaction.
editMessage(String) - Method in interface org.javacord.api.event.message.MessageEvent
Updates the content of the message involved in the event.
editMessage(String, List<EmbedBuilder>) - Method in interface org.javacord.api.event.message.MessageEvent
Updates the content and the embeds of the message involved in the event.
editMessage(String, EmbedBuilder...) - Method in interface org.javacord.api.event.message.MessageEvent
Updates the content and the embeds of the message involved in the event.
editMessage(List<EmbedBuilder>) - Method in interface org.javacord.api.event.message.MessageEvent
Updates the embeds of the message involved in the event.
editMessage(EmbedBuilder...) - Method in interface org.javacord.api.event.message.MessageEvent
Updates the embeds of the message involved in the event.
editOriginalResponse(InteractionBase) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
Edits the message.
editOriginalResponse(InteractionBase) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
Edits your original sent response.
ELEVATED - org.javacord.api.entity.server.MultiFactorAuthenticationLevel
 
EMAIL - org.javacord.api.BotInviteScope
 
Embed - Interface in org.javacord.api.entity.message.embed
This interface represents an embed.
EMBED_LINKS - org.javacord.api.entity.permission.PermissionType
 
EmbedAuthor - Interface in org.javacord.api.entity.message.embed
This interface represents an embed author.
EmbedBuilder - Class in org.javacord.api.entity.message.embed
This class is used to create embeds.
EmbedBuilder() - Constructor for class org.javacord.api.entity.message.embed.EmbedBuilder
 
EmbedBuilderDelegate - Interface in org.javacord.api.entity.message.embed.internal
This class is internally used by the EmbedBuilder to created embeds.
EMBEDDED - org.javacord.api.entity.activity.ActivityFlag
 
EmbedField - Interface in org.javacord.api.entity.message.embed
This interface represents an embed field.
EmbedFooter - Interface in org.javacord.api.entity.message.embed
This interface represents an embed footer.
EmbedImage - Interface in org.javacord.api.entity.message.embed
This interface represents an embed image.
EmbedProvider - Interface in org.javacord.api.entity.message.embed
This interface represents an embed provider.
EmbedThumbnail - Interface in org.javacord.api.entity.message.embed
This interface represents an embed thumbnail.
EmbedVideo - Interface in org.javacord.api.entity.message.embed
This interface represents an embed video.
Emoji - Interface in org.javacord.api.entity.emoji
This class represents an emoji which can be a custom emoji (known or unknown) or a unicode emoji.
EMOJI_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
EMOJI_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
EMOJI_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
ENABLE_EMOTICONS - org.javacord.api.entity.auditlog.AuditLogChangeType
 
ENABLED_DISCOVERABLE_BEFORE - org.javacord.api.entity.server.ServerFeature
Server was able to be discovered in the directory before.
ENGLISH_UK - org.javacord.api.interaction.DiscordLocale
 
ENGLISH_US - org.javacord.api.interaction.DiscordLocale
 
EPHEMERAL - org.javacord.api.entity.message.MessageFlag
This message is only visible to the user who invoked the Interaction.
equals(Object) - Method in class org.javacord.api.util.auth.Challenge
 
equalsEmoji(String) - Method in interface org.javacord.api.entity.emoji.Emoji
Checks if the emoji is equal to the given unicode emoji.
equalsEmoji(Emoji) - Method in interface org.javacord.api.entity.emoji.Emoji
Checks if the emoji is equal to the given emoji.
ESCAPED_CHARACTER - Static variable in interface org.javacord.api.DiscordApi
 
EU_CENTRAL - org.javacord.api.entity.Region
 
EU_WEST - org.javacord.api.entity.Region
 
EUROPE - org.javacord.api.entity.Region
 
Event - Interface in org.javacord.api.event
The basic event.
EVERYONE - org.javacord.api.entity.message.mention.AllowedMentionType
 
ExceptionLogger - Class in org.javacord.api.util.logging
This class contains some helpers to log exceptions.
ExceptionLoggerDelegate - Interface in org.javacord.api.util.logging.internal
This class is internally used by the ExceptionLogger.
EXPIRE_BEHAVIOR - org.javacord.api.entity.auditlog.AuditLogChangeType
 
EXPIRE_GRACE_PERIOD - org.javacord.api.entity.auditlog.AuditLogChangeType
 
EXPLICIT - org.javacord.api.entity.server.NsfwLevel
The server is considered explicit.
EXPLICIT_CONTENT_FILTER - org.javacord.api.entity.auditlog.AuditLogChangeType
 
ExplicitContentFilterLevel - Enum in org.javacord.api.entity.server
This enum contains all explicit content filter levels.
ExtendedInteractionMessageBuilderBase<T> - Interface in org.javacord.api.interaction.callback
 

F

FAILED_TO_MENTION_SOME_ROLES_IN_THREAD - org.javacord.api.entity.message.MessageFlag
This message failed to mention some roles and add their members to the thread.
FallbackLoggerConfiguration - Class in org.javacord.api.util.logging
This class can be used to configure Javacord's fallback logger.
FEATURABLE - org.javacord.api.entity.server.ServerFeature
Server is able to be featured in the directory.
FINNISH - org.javacord.api.interaction.DiscordLocale
 
FORMAT_TYPE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
formatTo(Formatter, int, int, int) - Method in interface org.javacord.api.entity.Nameable
 
FRANKFURT - org.javacord.api.entity.Region
 
FRENCH - org.javacord.api.interaction.DiscordLocale
 
fromBitmask(long) - Static method in interface org.javacord.api.entity.permission.Permissions
Creates a Permissions object from the given bitmask.
fromBitmask(long, long) - Static method in interface org.javacord.api.entity.permission.Permissions
Creates a Permissions object from the given bitmasks.
fromId(int) - Static method in enum org.javacord.api.entity.channel.ChannelType
Gets a channel type by its id.
fromId(int) - Static method in enum org.javacord.api.entity.message.component.ButtonStyle
Parse a color value into a ButtonStyle.
fromId(int) - Static method in enum org.javacord.api.entity.message.component.ComponentType
Parse an integer into a ComponentType.
fromId(int) - Static method in enum org.javacord.api.entity.message.component.TextInputStyle
Gets a TextInputStyle by its id.
fromId(int) - Static method in enum org.javacord.api.entity.server.BoostLevel
Gets the boost level by its id.
fromId(int) - Static method in enum org.javacord.api.entity.server.DefaultMessageNotificationLevel
Gets the default message notification level by its id.
fromId(int) - Static method in enum org.javacord.api.entity.server.ExplicitContentFilterLevel
Gets the explicit content filter level by its id.
fromId(int) - Static method in enum org.javacord.api.entity.server.invite.TargetUserType
Gets the target user type by its id.
fromId(int) - Static method in enum org.javacord.api.entity.server.MultiFactorAuthenticationLevel
Gets the multi factor authentication level by its id.
fromId(int) - Static method in enum org.javacord.api.entity.server.NsfwLevel
Gets the NSFW level by id.
fromId(int) - Static method in enum org.javacord.api.entity.server.VerificationLevel
Gets the verification level by its id.
fromId(int) - Static method in enum org.javacord.api.entity.sticker.StickerFormatType
Parse an integer to a StickerFormatType.
fromId(int) - Static method in enum org.javacord.api.entity.sticker.StickerType
Parse an integer to a StickerType.
fromLocaleCode(String) - Static method in enum org.javacord.api.interaction.DiscordLocale
Gets a DiscordLocale from its locale code.
fromMessage(Message) - Static method in class org.javacord.api.entity.message.MessageBuilder
Creates a message builder from a message.
fromMessage(Message) - Static method in class org.javacord.api.entity.message.WebhookMessageBuilder
Creates a webhook message builder from a message.
fromName(String) - Static method in enum org.javacord.api.entity.auditlog.AuditLogChangeType
Gets the type by its name.
fromName(String) - Static method in enum org.javacord.api.entity.message.component.ButtonStyle
Parse a color name into a ButtonStyle.
fromString(String) - Static method in enum org.javacord.api.entity.user.UserStatus
Gets the status from the given string.
fromValue(int) - Static method in enum org.javacord.api.entity.auditlog.AuditLogActionType
Gets an AuditLogActionType by its value.
fromValue(int) - Static method in enum org.javacord.api.entity.webhook.WebhookType
Gets an WebhookType by its value.
fromValue(int) - Static method in enum org.javacord.api.interaction.ApplicationCommandPermissionType
Gets an ApplicationCommandPermissionType by its value.
fromValue(int) - Static method in enum org.javacord.api.interaction.ApplicationCommandType
Gets an CommandType by its value.
fromValue(int) - Static method in enum org.javacord.api.interaction.InteractionType
Gets an InteractionType by its value.
fromValue(int) - Static method in enum org.javacord.api.interaction.SlashCommandOptionType
Gets an SlashCommandOptionType by its value.

G

GDM_JOIN - org.javacord.api.BotInviteScope
 
GERMAN - org.javacord.api.interaction.DiscordLocale
 
get(Class<? extends Throwable>...) - Static method in class org.javacord.api.util.logging.ExceptionLogger
Returns a function that can be used in the CompletableFuture.exceptionally(Function) method.
get(Predicate<Throwable>, Class<? extends Throwable>...) - Static method in class org.javacord.api.util.logging.ExceptionLogger
Returns a function that can be used in the CompletableFuture.exceptionally(Function) method.
get(Predicate<Throwable>, Collection<Class<? extends Throwable>>, StackTraceElement[]) - Method in interface org.javacord.api.util.logging.internal.ExceptionLoggerDelegate
Returns a function that can be used in the CompletableFuture.exceptionally(Function) method.
getActiveThreads() - Method in interface org.javacord.api.entity.server.Server
Gets the active threads in this Server.
getActiveTimeout(Server) - Method in interface org.javacord.api.entity.user.User
Gets the timestamp of when the user's timeout will expire and the user will be able to communicate in the server again.
getActiveTimeout(User) - Method in interface org.javacord.api.entity.server.Server
Gets the timestamp of when the user's timeout will expire and the user will be able to communicate in the server again.
getActivities() - Method in interface org.javacord.api.entity.user.User
Gets the activities of the user.
getActivity() - Method in interface org.javacord.api.DiscordApi
Gets the activity which should be displayed.
getActivity() - Method in interface org.javacord.api.entity.message.Message
Gets the activity of the message.
getActivityFlagById(int) - Static method in enum org.javacord.api.entity.activity.ActivityFlag
Gets the activity flag of the given integer value.
getActivityTypeById(int) - Static method in enum org.javacord.api.entity.activity.ActivityType
Gets the activity type by its id.
getAddedMembers() - Method in interface org.javacord.api.event.channel.thread.ThreadMembersUpdateEvent
The users who were added to the thread.
getAfkChannel() - Method in interface org.javacord.api.entity.server.Server
Gets the afk channel of the server.
getAfkTimeoutInSeconds() - Method in interface org.javacord.api.entity.server.Server
Gets the afk timeout in seconds of the server.
getAllIncomingWebhooks() - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a list of all incoming webhooks in this channel, they are not guaranteed to have an accessible token.
getAllIncomingWebhooks() - Method in interface org.javacord.api.entity.server.Server
Gets a list of all incoming webhooks in this server, they are not guaranteed to have an accessible token.
getAllowedBitmask() - Method in interface org.javacord.api.entity.permission.Permissions
Gets the long containing all allowed permission types.
getAllowedMentions() - Method in interface org.javacord.api.interaction.InteractionSlashCommandCallbackData
Gets a list with all allowed mentions.
getAllowedPermission() - Method in interface org.javacord.api.entity.permission.Permissions
Gets a collection with permission types which are set to (PermissionState.ALLOWED).
getAllowedPermissions() - Method in interface org.javacord.api.entity.permission.Role
Gets the allowed permissions of the role.
getAllowedPermissions(User) - Method in interface org.javacord.api.entity.server.Server
Get the allowed permissions of a given user.
getAllowedRoleMentions() - Method in interface org.javacord.api.entity.message.mention.AllowedMentions
Gets the explicitly allowed user mentions from the message.
getAllowedUserMentions() - Method in interface org.javacord.api.entity.message.mention.AllowedMentions
Gets the explicitly allowed role mentions from the message.
getAmount() - Method in class org.javacord.api.util.ratelimit.LocalRatelimiter
Gets the amount available per reset interval.
getApi() - Method in interface org.javacord.api.audio.AudioSource
Gets the discord api instance for this audio source.
getApi() - Method in class org.javacord.api.audio.AudioSourceBase
 
getApi() - Method in interface org.javacord.api.entity.auditlog.AuditLog
Gets the discord api instance.
getApi() - Method in interface org.javacord.api.entity.channel.ThreadMember
Gets the discord api instance.
getApi() - Method in interface org.javacord.api.entity.DiscordEntity
Gets the discord api instance.
getApi() - Method in interface org.javacord.api.entity.message.MessageReference
Gets the discord api instance.
getApi() - Method in interface org.javacord.api.event.Event
Gets the api instance of the event.
getApi() - Method in interface org.javacord.api.util.rest.RestRequestInformation
Gets the discord api instance which created the request.
getApi() - Method in interface org.javacord.api.util.rest.RestRequestResponseInformation
Gets the discord api instance which created the request.
getApplicationCommandPermissionsUpdateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ApplicationCommandPermissionsUpdateListeners.
getApplicationCommandPermissionsUpdateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ApplicationCommandPermissionsUpdateListeners.
getApplicationId() - Method in interface org.javacord.api.entity.activity.Activity
Gets the application id of the game.
getApplicationId() - Method in interface org.javacord.api.entity.server.Server
Gets the application id of the server's owner.
getApplicationId() - Method in interface org.javacord.api.event.server.ApplicationCommandPermissionsUpdateEvent
Gets the ID of the application whose command permissions were updated.
getApplicationId() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the unique id of the application that this command belongs to.
getApplicationId() - Method in interface org.javacord.api.interaction.InteractionBase
Gets the id of the application that this interaction is for.
getApplicationId() - Method in interface org.javacord.api.interaction.ServerApplicationCommandPermissions
Gets the application ID from this server application command permissions.
getApplicationInfo() - Method in interface org.javacord.api.DiscordApi
Gets the application info of the bot.
getApproximateMemberCount() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the approximate number of members for the target server.
getApproximatePresenceCount() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the approximate number of online members for the target server.
getArchiveTimestamp() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets the timestamp when the thread's archive status was last changed, used for calculating recent activity.
getArguments() - Method in interface org.javacord.api.interaction.SlashCommandInteraction
Gets the arguments of this slash command if there are any.
getAssets() - Method in interface org.javacord.api.entity.activity.Activity
Gets the assets (images for the presence and their hover texts) of the activity.
getAssignedObjectClass() - Method in interface org.javacord.api.util.event.ListenerManager
Gets the class of the object, the listener was added to.
getAssignedObjectId() - Method in interface org.javacord.api.util.event.ListenerManager
Gets the id of the object, the listener as added to.
getAttachments() - Method in interface org.javacord.api.entity.message.Message
Gets the attachments of the message.
getAttachmentValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the attachment value of this option.
getAudioConnection() - Method in interface org.javacord.api.entity.server.Server
Gets the audio connection in this server.
getAudioConnectionAttachableListeners() - Method in interface org.javacord.api.listener.audio.AudioConnectionAttachableListenerManager
Gets a map with all registered listeners that implement one or more AudioConnectionAttachableListeners and their assigned listener classes they listen to.
getAudioSource() - Method in interface org.javacord.api.audio.AudioConnection
Gets the audio source.
getAudioSourceAttachableListeners() - Method in class org.javacord.api.audio.AudioSourceBase
 
getAudioSourceAttachableListeners() - Method in interface org.javacord.api.listener.audio.AudioSourceAttachableListenerManager
Gets a map with all registered listeners that implement one or more AudioSourceAttachableListeners and their assigned listener classes they listen to.
getAudioSourceFinishedListeners() - Method in class org.javacord.api.audio.AudioSourceBase
 
getAudioSourceFinishedListeners() - Method in interface org.javacord.api.listener.audio.AudioConnectionAttachableListenerManager
Gets a list with all registered AudioSourceFinishedListeners.
getAudioSourceFinishedListeners() - Method in interface org.javacord.api.listener.audio.AudioSourceAttachableListenerManager
Gets a list with all registered AudioSourceFinishedListeners.
getAudioSourceFinishedListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered AudioSourceFinishedListeners.
getAuditLog() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntry
Gets the audit log this entry belongs to.
getAuditLog(int) - Method in interface org.javacord.api.entity.server.Server
Gets the audit log of this server.
getAuditLog(int, AuditLogActionType) - Method in interface org.javacord.api.entity.server.Server
Gets the audit log of this server.
getAuditLogBefore(int) - Method in interface org.javacord.api.entity.auditlog.AuditLogEntry
Gets the audit log before this entry.
getAuditLogBefore(int, AuditLogActionType) - Method in interface org.javacord.api.entity.auditlog.AuditLogEntry
Gets the audit log before this entry.
getAuditLogBefore(int, AuditLogEntry) - Method in interface org.javacord.api.entity.server.Server
Gets the audit log of this server.
getAuditLogBefore(int, AuditLogEntry, AuditLogActionType) - Method in interface org.javacord.api.entity.server.Server
Gets the audit log of this server.
getAuditLogEntry() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntryTarget
Gets the audit log entry this target belongs to.
getAuthor() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the author of the embed.
getAuthor() - Method in interface org.javacord.api.entity.message.Message
Gets the author of the message.
getAuthParams() - Method in class org.javacord.api.util.auth.Challenge
Gets the auth params, including realm if present, but as Strings.
getAutoArchiveDuration() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets the duration for newly created threads, in minutes, to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080.
getAutoArchiveDuration() - Method in interface org.javacord.api.event.channel.server.text.ServerTextChannelChangeDefaultAutoArchiveDurationEvent
Gets the new default auto archive duration of the channel.
getAutocompleteCreateListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered AutocompleteCreateListeners.
getAutocompleteCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered AutocompleteCreateListeners.
getAutocompleteCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered AutocompleteCreateListeners.
getAutocompleteCreateListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered AutocompleteCreateListeners.
getAutocompleteInteraction() - Method in interface org.javacord.api.event.interaction.AutocompleteCreateEvent
Gets the created interaction as AutocompleteInteraction, if the interaction is of this type.
getAvatar() - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets the avatar of the author.
getAvatar() - Method in interface org.javacord.api.entity.user.User
Gets the avatar of the user.
getAvatar() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the default avatar of the webhook.
getAvatar(int) - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets the avatar of the user.
getAvatar(int) - Method in interface org.javacord.api.entity.user.User
Gets the avatar of the user.
getAvatarHash() - Method in interface org.javacord.api.entity.user.User
Gets the avatar hash of the user.
getBannerAssetId() - Method in interface org.javacord.api.entity.sticker.StickerPack
Gets the ID of the sticker pack's banner image.
getBans() - Method in interface org.javacord.api.entity.server.Server
Gets a collection with all server bans.
getBans(Integer, Long) - Method in interface org.javacord.api.entity.server.Server
Gets a collection with up to limit server bans, only taking users with an ID higher than after into account.
getBitrate() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Gets the bitrate (int bits) of the channel.
getBody() - Method in interface org.javacord.api.util.auth.Request
The body of the request.
getBody() - Method in interface org.javacord.api.util.auth.Response
The body of the response.
getBody() - Method in interface org.javacord.api.util.rest.RestRequestInformation
Gets the body of the rest request as string.
getBody() - Method in interface org.javacord.api.util.rest.RestRequestResponseInformation
Gets the body of the response as string.
getBooleanValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the boolean value of this option.
getBoostCount() - Method in interface org.javacord.api.entity.server.Server
Gets the boost count of the server.
getBoostLevel() - Method in interface org.javacord.api.entity.server.Server
Gets the boost level of the server.
getBotId() - Method in interface org.javacord.api.entity.permission.RoleTags
Gets the bot id of the role if it belongs to a bot.
getBucketDuration() - Method in class org.javacord.api.util.ratelimit.LocalRatelimiter
Gets the time to wait until the available quota resets.
getBufferSize() - Method in interface org.javacord.api.audio.BufferableAudioSource
Gets the size of the buffer.
getButtonClickListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered ButtonClickListeners.
getButtonClickListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ButtonClickListeners.
getButtonClickListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ButtonClickListeners.
getButtonClickListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ButtonClickListeners.
getButtonClickListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ButtonClickListeners.
getButtonClickListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered ButtonClickListeners.
getButtonClickListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered ButtonClickListeners.
getButtonClickListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ButtonClickListeners of a specific message.
getButtonClickListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ButtonClickListeners of a specific message.
getButtonInteraction() - Method in interface org.javacord.api.event.interaction.ButtonClickEvent
Gets the created interaction as ButtonInteraction.
getButtonInteractionWithCustomId(String) - Method in interface org.javacord.api.event.interaction.ButtonClickEvent
Gets the created interaction as ButtonInteraction, if the custom id equals the given custom id.
getButtonLabels() - Method in interface org.javacord.api.entity.activity.Activity
Gets the custom button labels shown in the Rich Presence (max 2).
getCachedMessageById(long) - Method in interface org.javacord.api.DiscordApi
Gets a cached message by its id.
getCachedMessageById(String) - Method in interface org.javacord.api.DiscordApi
Gets a cached message by its id.
getCachedMessageByLink(String) - Method in interface org.javacord.api.DiscordApi
Gets a cached message by its link.
getCachedMessagePinListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered CachedMessagePinListeners.
getCachedMessagePinListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered CachedMessagePinListeners.
getCachedMessagePinListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered CachedMessagePinListeners.
getCachedMessagePinListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered CachedMessagePinListeners.
getCachedMessages() - Method in interface org.javacord.api.DiscordApi
Gets a message set with all currently cached messages.
getCachedMessageUnpinListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered CachedMessageUnpinListeners.
getCachedMessageUnpinListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered CachedMessageUnpinListeners.
getCachedMessageUnpinListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered CachedMessageUnpinListeners.
getCachedMessageUnpinListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered CachedMessageUnpinListeners.
getCachedUser() - Method in interface org.javacord.api.entity.channel.ThreadMember
Gets the user from the cache.
getCachedUserByDiscriminatedName(String) - Method in interface org.javacord.api.DiscordApi
Gets a user by its discriminated name like e.g.
getCachedUserByDiscriminatedNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a user by its discriminated name like e.g.
getCachedUserById(long) - Method in interface org.javacord.api.DiscordApi
Gets a cached user by its id.
getCachedUserById(String) - Method in interface org.javacord.api.DiscordApi
Gets a cached user by its id.
getCachedUserByNameAndDiscriminator(String, String) - Method in interface org.javacord.api.DiscordApi
Gets a user by its name and discriminator.
getCachedUserByNameAndDiscriminatorIgnoreCase(String, String) - Method in interface org.javacord.api.DiscordApi
Gets a user by its name and discriminator.
getCachedUsers() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all currently cached users.
getCachedUsersByDisplayName(String, Server) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all users with the given display name on the given server.
getCachedUsersByDisplayNameIgnoreCase(String, Server) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all users with the given display name on the given server.
getCachedUsersByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all users with the given name.
getCachedUsersByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all users with the given name.
getCachedUsersByNickname(String, Server) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all users with the given nickname on the given server.
getCachedUsersByNicknameIgnoreCase(String, Server) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all users with the given nickname on the given server.
getCapacity() - Method in interface org.javacord.api.util.cache.MessageCache
Gets the capacity of the message cache.
getCategory() - Method in interface org.javacord.api.entity.channel.Categorizable
Gets the category of the channel.
getChallenges() - Method in interface org.javacord.api.util.auth.Response
Gets the RFC 7235 authentication challenges of this response.
getChallenges(String) - Method in interface org.javacord.api.util.auth.Response
Gets the RFC 7235 authentication challenges for the given scheme of this response.
getChanges() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntry
Gets a list with all changes.
getChannel() - Method in interface org.javacord.api.audio.AudioConnection
Gets the voice channel of the audio connection.
getChannel() - Method in interface org.javacord.api.entity.message.Message
Gets the text channel of the message.
getChannel() - Method in interface org.javacord.api.entity.message.MessageReference
Gets the server of the message reference.
getChannel() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the channel of the invite.
getChannel() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the channel of the webhook.
getChannel() - Method in interface org.javacord.api.event.audio.AudioSourceEvent
Gets the server voice channel of the event.
getChannel() - Method in interface org.javacord.api.event.channel.ChannelEvent
Gets the channel of the event.
getChannel() - Method in interface org.javacord.api.event.channel.server.ServerChannelEvent
 
getChannel() - Method in interface org.javacord.api.event.channel.server.text.ServerTextChannelEvent
 
getChannel() - Method in interface org.javacord.api.event.channel.server.voice.ServerStageVoiceChannelChangeTopicEvent
 
getChannel() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelEvent
 
getChannel() - Method in interface org.javacord.api.event.channel.TextChannelEvent
 
getChannel() - Method in interface org.javacord.api.event.channel.user.PrivateChannelEvent
 
getChannel() - Method in interface org.javacord.api.event.channel.VoiceChannelEvent
 
getChannel() - Method in interface org.javacord.api.interaction.ApplicationCommandPermissions
Gets the channel that these permissions affect, if it is a single channel.
getChannel() - Method in interface org.javacord.api.interaction.InteractionBase
Gets the channel that this interaction was sent from.
getChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.ChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more ChannelAttachableListeners and their assigned listener classes they listen to.
getChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a channel by its id.
getChannelById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a channel by its id.
getChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a channel by its id.
getChannelById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a channel by its id.
getChannelCategories() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all channel categories of the bot.
getChannelCategories() - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all channel categories of the server.
getChannelCategoriesByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all channel categories with the given name.
getChannelCategoriesByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all channel categories with the given name.
getChannelCategoriesByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all channel categories with the given name.
getChannelCategoriesByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all channel categories with the given name.
getChannelCategoryAttachableListeners() - Method in interface org.javacord.api.listener.channel.server.ChannelCategoryAttachableListenerManager
Gets a map with all registered listeners that implement one or more ChannelCategoryAttachableListeners and their assigned listener classes they listen to.
getChannelCategoryById(long) - Method in interface org.javacord.api.DiscordApi
Gets a channel category by its id.
getChannelCategoryById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a channel category by its id.
getChannelCategoryById(String) - Method in interface org.javacord.api.DiscordApi
Gets a channel category by its id.
getChannelCategoryById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a channel category by its id.
getChannelId() - Method in interface org.javacord.api.entity.message.MessageReference
Gets the channel id of the message reference.
getChannelId() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the id of the channel.
getChannelId() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the channel id of the webhook.
getChannelIds() - Method in interface org.javacord.api.event.channel.thread.ThreadListSyncEvent
The parent channel ids whose threads are being synced.
getChannelName() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the name of the channel.
getChannelPinsUpdateListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered ChannelPinsUpdateListeners.
getChannelPinsUpdateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ChannelPinsUpdateListeners.
getChannelPinsUpdateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ChannelPinsUpdateListeners.
getChannels() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all channels of the bot.
getChannels() - Method in interface org.javacord.api.entity.channel.ChannelCategory
Gets a list with all channels which this category contains.
getChannels() - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all channels of the server.
getChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all channels with the given name.
getChannelsByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all channels with the given name.
getChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all channels with the given name.
getChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all channels with the given name.
getChannelType() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the type of the channel.
getChannelTypes() - Method in interface org.javacord.api.interaction.SlashCommandOption
If the option is of type SlashCommandOptionType.CHANNEL, the channels shown will be restricted to these types.
getChannelValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the channel value of this option.
getChoices() - Method in interface org.javacord.api.interaction.SlashCommandOption
Gets a list with all choices for this option.
getChosenOptions() - Method in interface org.javacord.api.interaction.SelectMenuInteraction
Get the options the user was chosen.
getClientId() - Method in interface org.javacord.api.DiscordApi
Gets the client id of the application.
getClientId() - Method in interface org.javacord.api.entity.ApplicationInfo
Gets the client id of the application.
getCode() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the code of the invite.
getCode() - Method in interface org.javacord.api.entity.VanityUrlCode
Gets the vanity code.
getCode() - Method in interface org.javacord.api.event.channel.server.invite.ServerChannelInviteDeleteEvent
Gets the code associated with the deleted invite.
getCode() - Method in interface org.javacord.api.util.auth.Response
The response code.
getCode() - Method in interface org.javacord.api.util.rest.RestRequestResponseInformation
Gets the response code of the response.
getColor() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the color of the embed.
getColor() - Method in interface org.javacord.api.entity.permission.Role
Gets the color of the role.
getCommandId() - Method in interface org.javacord.api.event.server.ApplicationCommandPermissionsUpdateEvent
Gets the ID of the command whose permissions were updated.
getCommandId() - Method in interface org.javacord.api.interaction.ApplicationCommandInteraction
Gets the id of the invoked application command.
getCommandIdAsString() - Method in interface org.javacord.api.interaction.ApplicationCommandInteraction
Gets the id of the invoked application command as string.
getCommandName() - Method in interface org.javacord.api.interaction.ApplicationCommandInteraction
Gets the name of the invoked application command.
getComponents() - Method in interface org.javacord.api.entity.message.component.ActionRow
Get all the components of the action row.
getComponents() - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Get the low-level components of this action row.
getComponents() - Method in interface org.javacord.api.entity.message.component.internal.ActionRowBuilderDelegate
Get current low-level components.
getComponents() - Method in interface org.javacord.api.entity.message.Message
Gets a list with all components of the message.
getComponents() - Method in interface org.javacord.api.interaction.ModalInteraction
Get the components of the modal.
getComponentType() - Method in interface org.javacord.api.interaction.MessageComponentInteractionBase
Get the type of the component.
getConnectedUserIds() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Gets the ids of the users that are connected to this server voice channel.
getConnectedUsers() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Gets the users that are connected to this server voice channel.
getConnectedVoiceChannel() - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets the voice channel this MessageAuthor (if it is a User) is connected to on the server where the message has been sent.
getConnectedVoiceChannel(long) - Method in interface org.javacord.api.entity.server.Server
Gets the voice channel the user with the given id is connected to on this server if any.
getConnectedVoiceChannel(Server) - Method in interface org.javacord.api.entity.user.User
Gets the voice channel this user is connected to on the given server if any.
getConnectedVoiceChannel(User) - Method in interface org.javacord.api.entity.server.Server
Gets the voice channel the given user is connected to on this server if any.
getConnectedVoiceChannels() - Method in interface org.javacord.api.entity.user.User
Gets the server voice channels the user is connected to.
getConnection() - Method in interface org.javacord.api.event.audio.AudioSourceEvent
Gets the audio connection of the event.
getConsumer(Class<? extends Throwable>...) - Static method in class org.javacord.api.util.logging.ExceptionLogger
Returns a consumer that can for example be used in the TextChannel.typeContinuously(Consumer) method.
getConsumer(Predicate<Throwable>, Class<? extends Throwable>...) - Static method in class org.javacord.api.util.logging.ExceptionLogger
Returns a consumer that can for example be used in the TextChannel.typeContinuously(Consumer) method.
getContent() - Method in interface org.javacord.api.entity.message.Message
Gets the content of the message.
getContent() - Method in interface org.javacord.api.interaction.InteractionSlashCommandCallbackData
Gets the message content.
getCount() - Method in interface org.javacord.api.entity.message.Reaction
Gets the amount of users who used this reaction.
getCount() - Method in interface org.javacord.api.event.message.reaction.SingleReactionEvent
Gets the amount of users who used the reaction if the message is cached.
getCoverStickerId() - Method in interface org.javacord.api.entity.sticker.StickerPack
Gets the ID of the sticker that is shown as the pack's cover.
getCreatedAt() - Method in interface org.javacord.api.entity.activity.Activity
Gets the time at which the activity was added/changed by the user.
getCreationTimestamp() - Method in interface org.javacord.api.entity.DiscordEntity
Gets the creation date of the Discord entity, calculated from the id.
getCreationTimestamp() - Method in interface org.javacord.api.entity.server.invite.RichInvite
Gets the creation date of the invite.
getCreationTimestamp(long) - Static method in interface org.javacord.api.entity.DiscordEntity
Calculates the creation date from the given Discord entity id.
getCreator() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Gets the creator of the emoji.
getCreator() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the creator of the webhook.
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.Channel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.ChannelCategory
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.PrivateChannel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.RegularServerChannel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.ServerChannel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.ServerStageVoiceChannel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.TextChannel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.channel.VoiceChannel
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.emoji.CustomEmoji
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.message.Message
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.permission.Role
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.server.Server
 
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.UpdatableFromCache
Gets an updated instance of this entity from the cache.
getCurrentCachedInstance() - Method in interface org.javacord.api.entity.user.User
 
getCurrentClients() - Method in interface org.javacord.api.entity.user.User
Gets all clients of the user that are not offline.
getCurrentShard() - Method in interface org.javacord.api.DiscordApi
Gets the current shard of the bot, starting with 0.
getCurrentShard() - Method in class org.javacord.api.DiscordApiBuilder
Gets the current shard.
getCurrentShard() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Gets the current shard.
getCurrentSize() - Method in interface org.javacord.api.entity.activity.ActivityParty
Gets the current size of the party.
getCustomEmojiById(long) - Method in interface org.javacord.api.DiscordApi
Gets a custom emoji in this server by its id.
getCustomEmojiById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a custom emoji in this server by its id.
getCustomEmojiById(String) - Method in interface org.javacord.api.DiscordApi
Gets a custom emoji in this server by its id.
getCustomEmojiById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a custom emoji in this server by its id.
getCustomEmojis() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all known custom emojis.
getCustomEmojis() - Method in interface org.javacord.api.entity.message.Message
Gets a list of all custom emojis in the message.
getCustomEmojis() - Method in interface org.javacord.api.entity.server.Server
Gets a collection with all custom emojis of this server.
getCustomEmojisByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all custom emojis with the given name in the server.
getCustomEmojisByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a collection of all custom emojis with the given name in the server.
getCustomEmojisByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all custom emojis with the given name in the server.
getCustomEmojisByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a collection of all custom emojis with the given name in the server.
getCustomId() - Method in interface org.javacord.api.entity.message.component.Button
Get the button's identifier.
getCustomId() - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Get the button's component identifier.
getCustomId() - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Get the custom ID of the select menu.
getCustomId() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Get the TextInput's component identifier.
getCustomId() - Method in interface org.javacord.api.entity.message.component.SelectMenu
Get the select menu's custom id.
getCustomId() - Method in interface org.javacord.api.entity.message.component.TextInput
Get the text input's identifier.
getCustomId() - Method in interface org.javacord.api.interaction.MessageComponentInteractionBase
Get the identifier of the clicked component.
getCustomId() - Method in interface org.javacord.api.interaction.ModalInteraction
Get the custom id of the select menu.
getCustomId() - Method in interface org.javacord.api.interaction.SelectMenuInteraction
Get the custom id of the select menu.
getDaemonScheduler() - Method in interface org.javacord.api.util.concurrent.ThreadPool
Gets the used daemon scheduler.
getDecimalMaxValue() - Method in interface org.javacord.api.interaction.SlashCommandOption
If the option is an SlashCommandOptionType.DECIMAL type, the maximum value permitted.
getDecimalMinValue() - Method in interface org.javacord.api.interaction.SlashCommandOption
If the option is an SlashCommandOptionType.DECIMAL type, the minimum value permitted.
getDecimalValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the decimal value of this option.
getDefaultAutoArchiveDuration() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the default auto archive duration for threads that will be created in this channel.
getDefaultMessageCacheCapacity() - Method in interface org.javacord.api.DiscordApi
Gets the default message cache capacity which is applied for every newly created channel.
getDefaultMessageCacheStorageTimeInSeconds() - Method in interface org.javacord.api.DiscordApi
Gets the default maximum age of cached messages.
getDefaultMessageNotificationLevel() - Method in interface org.javacord.api.entity.server.Server
Gets the default message notification level of the server.
getDefaultRequiredPermissions() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the default required permissions for this command.
getDelegate() - Method in class org.javacord.api.audio.AudioSourceBase
Gets the delegate used by this audio source internally.
getDelegate() - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Gets the delegate used by the component builder internally.
getDelegate() - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Gets the delegate used by the component builder internally.
getDelegate() - Method in interface org.javacord.api.entity.message.component.ComponentBuilder
Get the builder delegate.
getDelegate() - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
 
getDelegate() - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Gets the delegate used by the component builder internally.
getDelegate() - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Gets the delegate used by this embed builder internally.
getDelegate() - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Gets the delegate used by this mentions builder internally.
getDelegate() - Method in class org.javacord.api.entity.sticker.StickerBuilder
Gets the delegate of the sticker builder.
getDelegate() - Method in class org.javacord.api.entity.sticker.StickerUpdater
Gets the delegate of the sticker updater.
getDelegate() - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Gets the delegate used by the application command builder internally.
getDelegate() - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Gets the delegate used by the application command updater internally.
getDeniedBitmask() - Method in interface org.javacord.api.entity.permission.Permissions
Gets the long containing all denied permission types.
getDeniedPermissions() - Method in interface org.javacord.api.entity.permission.Permissions
Gets a collection with permission types which are set to (PermissionState.DENIED).
getDescription() - Method in interface org.javacord.api.entity.ApplicationInfo
Gets the description of the application.
getDescription() - Method in interface org.javacord.api.entity.message.component.SelectMenuOption
Get the description of the select menu option.
getDescription() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the description of the embed.
getDescription() - Method in interface org.javacord.api.entity.server.Server
Gets the description of the server.
getDescription() - Method in interface org.javacord.api.entity.sticker.Sticker
Gets the description of the sticker.
getDescription() - Method in interface org.javacord.api.entity.sticker.StickerPack
Gets the description of the sticker pack.
getDescription() - Method in enum org.javacord.api.entity.user.UserFlag
Gets the description of the flag.
getDescription() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the description of this command.
getDescription() - Method in interface org.javacord.api.interaction.SlashCommandOption
Gets the description of this option.
getDescriptionLocalizations() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the description localizations of this command.
getDescriptionLocalizations() - Method in interface org.javacord.api.interaction.SlashCommandOption
Gets the description localizations for this option.
getDesktopStatus() - Method in interface org.javacord.api.entity.user.User
Gets the status of the user on the desktop client.
getDetails() - Method in interface org.javacord.api.entity.activity.Activity
Gets details about what's the user is currently doing.
getDiscordExceptionValidator() - Static method in class org.javacord.api.util.internal.DelegateFactory
Gets the discord exception validator.
getDiscoverySplash() - Method in interface org.javacord.api.entity.server.Server
Gets the discovery splash of the server.
getDiscriminatedName() - Method in interface org.javacord.api.entity.message.MessageAuthor
If the author is a user, gets the discriminated name of the user, e.g.
getDiscriminatedName() - Method in interface org.javacord.api.entity.user.User
Gets the discriminated name of the user, e.g.
getDiscriminator() - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets the discriminator of the author if the author is a user.
getDiscriminator() - Method in interface org.javacord.api.entity.user.User
Gets the discriminator of the user.
getDisplayName() - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets the display name of the author.
getDisplayName(Server) - Method in interface org.javacord.api.entity.user.User
Gets the display name of the user.
getDisplayName(User) - Method in interface org.javacord.api.entity.server.Server
Gets the display name of the user on this server.
getDuration() - Method in interface org.javacord.api.audio.SeekableAudioSource
Gets the duration of the audio source.
getDuration() - Method in class org.javacord.api.audio.SilentAudioSource
 
getEffectiveAllowedPermissions(User) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the effective allowed permissions of a user in this channel.
getEffectiveAvatar(Server) - Method in interface org.javacord.api.entity.user.User
Gets the user's effective avatar in the given server.
getEffectiveAvatar(Server, int) - Method in interface org.javacord.api.entity.user.User
Gets the user's effective avatar in the given server at the given size.
getEffectiveDeniedPermissions(User) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the effective denied permissions of a user in this channel.
getEffectiveOverwrittenPermissions(User) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the effective overwritten permissions of a user.
getEffectivePermissions(User) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the effective permissions of a user in this channel.
getEmbeds() - Method in interface org.javacord.api.entity.message.Message
Gets a list with all embeds of the message.
getEmbeds() - Method in interface org.javacord.api.interaction.InteractionSlashCommandCallbackData
Gets a list with all embeds.
getEmoji() - Method in interface org.javacord.api.entity.activity.Activity
Gets the emoji of the custom status.
getEmoji() - Method in interface org.javacord.api.entity.message.component.Button
Get the emoji button's emoji.
getEmoji() - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Get the button's emoji.
getEmoji() - Method in interface org.javacord.api.entity.message.component.SelectMenuOption
Get the emoji of the select menu option.
getEmoji() - Method in interface org.javacord.api.entity.message.Reaction
Gets the emoji of the reaction.
getEmoji() - Method in interface org.javacord.api.event.message.reaction.SingleReactionEvent
Gets the emoji of the event.
getEmoji() - Method in interface org.javacord.api.event.server.emoji.KnownCustomEmojiEvent
Gets the custom emoji of the event.
getEndpoint() - Method in interface org.javacord.api.event.server.VoiceServerUpdateEvent
Gets the endpoint provided in this voice server update.
getEndTime() - Method in interface org.javacord.api.entity.activity.Activity
Gets the end time of the activity.
getEntity() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeOverwrittenPermissionsEvent
Gets the entity which permissions were changed.
getEntityId() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeOverwrittenPermissionsEvent
Gets the if of the affected entity.
getEntries() - Method in interface org.javacord.api.entity.auditlog.AuditLog
Gets a list with all entries.
getEveryoneRole() - Method in interface org.javacord.api.entity.server.Server
Gets the @everyone role.
getExceptionLoggerDelegate() - Static method in class org.javacord.api.util.internal.DelegateFactory
Gets the exception logger delegate.
getExecutorService() - Method in interface org.javacord.api.util.concurrent.ThreadPool
Gets the used executor service.
getExplicitContentFilterLevel() - Method in interface org.javacord.api.entity.server.Server
Gets the explicit content filter level of the server.
getFeatures() - Method in interface org.javacord.api.entity.server.Server
Gets the features of the server.
getFields() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the fields of the embed.
getFileName() - Method in interface org.javacord.api.entity.Attachment
Gets the file name of the attachment.
getFlags() - Method in interface org.javacord.api.entity.activity.Activity
Gets the activity flags of this activity.
getFlags() - Method in interface org.javacord.api.entity.channel.ThreadMember
Any user-thread settings, currently only used for notifications.
getFlagTypeById(int) - Static method in enum org.javacord.api.entity.message.MessageFlag
Gets the message flag type by its id.
getFocusedOption() - Method in interface org.javacord.api.interaction.AutocompleteInteraction
Gets the focused option that triggered this AutocompleteInteraction.
getFooter() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the footer of the embed.
getFormatType() - Method in interface org.javacord.api.entity.sticker.Sticker
Gets the sticker's format type.
getFormatType() - Method in interface org.javacord.api.entity.sticker.StickerItem
Gets the format type of the sticker.
getForumChannelById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a forum channel by its id.
getForumChannelById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a forum channel by its id.
getForumChannels() - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all forum channels of the server.
getForumChannelsByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all text channels with the given name.
getForumChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all forum channels with the given name.
getGatewayIdentifyRatelimiter() - Method in interface org.javacord.api.DiscordApi
Gets the current gateway identify ratelimiter.
getGlobalApplicationCommandById(long) - Method in interface org.javacord.api.DiscordApi
Gets an application command by its id.
getGlobalApplicationCommands() - Method in interface org.javacord.api.DiscordApi
Gets a list with all global commands for the application.
getGlobalMessageContextMenuById(long) - Method in interface org.javacord.api.DiscordApi
Gets a global message context menu by its id.
getGlobalMessageContextMenus() - Method in interface org.javacord.api.DiscordApi
Gets a list with all global message context menus for the application.
getGlobalRatelimiter() - Method in interface org.javacord.api.DiscordApi
Gets the current global ratelimiter.
getGlobalSlashCommandById(long) - Method in interface org.javacord.api.DiscordApi
Gets a slash command by its id.
getGlobalSlashCommands() - Method in interface org.javacord.api.DiscordApi
Gets a list with all global slash commands for the application.
getGlobalUserContextMenuById(long) - Method in interface org.javacord.api.DiscordApi
Gets a global user context menu by its id.
getGlobalUserContextMenus() - Method in interface org.javacord.api.DiscordApi
Gets a list with all global user context menus for the application.
getHeaders() - Method in interface org.javacord.api.util.auth.Request
The headers of the request.
getHeaders() - Method in interface org.javacord.api.util.auth.Response
The headers of the response.
getHeaders() - Method in interface org.javacord.api.util.rest.RestRequestInformation
Gets the headers of the rest request.
getHeaders(String) - Method in interface org.javacord.api.util.auth.Request
The headers of the request with the given name.
getHeaders(String) - Method in interface org.javacord.api.util.auth.Response
The headers of the response with the given name.
getHeight() - Method in interface org.javacord.api.entity.Attachment
Gets the height of the attachment, if it's an image.
getHeight() - Method in interface org.javacord.api.entity.message.embed.EmbedImage
Gets the height of the image.
getHeight() - Method in interface org.javacord.api.entity.message.embed.EmbedThumbnail
Gets the height of the thumbnail.
getHeight() - Method in interface org.javacord.api.entity.message.embed.EmbedVideo
Gets the height of the video.
getHighestRole(User) - Method in interface org.javacord.api.entity.server.Server
Gets the highest role of the given user in this server.
getIcon() - Method in interface org.javacord.api.entity.permission.Role
Gets the Icon of the role.
getIcon() - Method in interface org.javacord.api.entity.server.Server
Gets the icon of the server.
getIcon(int) - Method in interface org.javacord.api.entity.permission.Role
Gets the Icon of the role.
getIconHash() - Method in interface org.javacord.api.entity.permission.Role
Gets the hash of the role's icon.
getIconUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedAuthor
Gets the url of the author icon.
getIconUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedFooter
Gets the url of the footer icon.
getId() - Method in interface org.javacord.api.entity.activity.ActivityParty
Gets the id of the party.
getId() - Method in enum org.javacord.api.entity.activity.ActivityType
Gets the id of the activity type.
getId() - Method in enum org.javacord.api.entity.channel.ChannelType
Gets the id of the channel type.
getId() - Method in interface org.javacord.api.entity.DiscordEntity
Gets the id of Discord entity.
getId() - Method in enum org.javacord.api.entity.intent.Intent
Gets the id of the intent.
getId() - Method in enum org.javacord.api.entity.message.MessageActivityType
Gets the id of the message activity type.
getId() - Method in enum org.javacord.api.entity.message.MessageFlag
Gets the id of the message flag type.
getId() - Method in enum org.javacord.api.entity.server.BoostLevel
Gets the id of the boost level.
getId() - Method in enum org.javacord.api.entity.server.DefaultMessageNotificationLevel
Gets the id of the default message notification level.
getId() - Method in enum org.javacord.api.entity.server.ExplicitContentFilterLevel
Gets the id of the explicit content filter level.
getId() - Method in enum org.javacord.api.entity.server.invite.TargetUserType
Gets the id of the target user type.
getId() - Method in enum org.javacord.api.entity.server.MultiFactorAuthenticationLevel
Gets the id of the multi factor authentication level.
getId() - Method in enum org.javacord.api.entity.server.NsfwLevel
Gets the id of the NSFW level.
getId() - Method in enum org.javacord.api.entity.server.VerificationLevel
Gets the id of the verification level.
getId() - Method in enum org.javacord.api.entity.sticker.StickerFormatType
Gets the internal value of the sticker's format type.
getId() - Method in enum org.javacord.api.entity.sticker.StickerType
Gets the internal value of the sticker's type.
getId() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the unique id of this command.
getId() - Method in interface org.javacord.api.interaction.ApplicationCommandPermissions
Gets the ID of the affected ApplicationCommandPermissionType.
getId() - Method in interface org.javacord.api.interaction.ServerApplicationCommandPermissions
Gets the ID of this server application command permissions.
getIdAsString() - Method in interface org.javacord.api.entity.DiscordEntity
Gets the id of the Discord entity as a string.
getImage() - Method in interface org.javacord.api.entity.emoji.CustomEmoji
Gets the image of the emoji.
getImage() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the image of the embed.
getIncomingWebhookByIdAndToken(long, String) - Method in interface org.javacord.api.DiscordApi
Gets an incoming webhook by its id and its token.
getIncomingWebhookByIdAndToken(String, String) - Method in interface org.javacord.api.DiscordApi
Gets an incoming webhook by its id and its token.
getIncomingWebhookByUrl(String) - Method in interface org.javacord.api.DiscordApi
Gets a webhook by its url.
getIncomingWebhooks() - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a list of incoming webhooks in this channel.
getIncomingWebhooks() - Method in interface org.javacord.api.entity.server.Server
Gets a list of incoming webhooks in this server.
getInetSocketAddress() - Method in interface org.javacord.api.util.auth.Route
The inet socket address to which the connection is done.
getInstance() - Method in interface org.javacord.api.entity.activity.Activity
Whether the activity is an instanced game session.
getIntegrationId() - Method in interface org.javacord.api.entity.permission.RoleTags
Gets the integration id of the role if it belongs to an integration.
getIntents() - Method in interface org.javacord.api.DiscordApi
Gets the intents used to receive some or all events specified in Intent.
getInteraction() - Method in interface org.javacord.api.event.interaction.ApplicationCommandEvent
Gets the created interaction.
getInteraction() - Method in interface org.javacord.api.event.interaction.ButtonClickEvent
Gets the created interaction.
getInteraction() - Method in interface org.javacord.api.event.interaction.InteractionCreateEvent
Gets the created interaction.
getInteraction() - Method in interface org.javacord.api.event.interaction.MessageComponentCreateEvent
Gets the created interaction.
getInteraction() - Method in interface org.javacord.api.event.interaction.SelectMenuChooseEvent
Gets the created interaction.
getInteractionAs(Class<T>) - Method in interface org.javacord.api.event.interaction.InteractionCreateEvent
For advanced users: Get the interaction as a desired subtype of interaction.
getInteractionCreateListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered InteractionCreateListeners.
getInteractionCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered InteractionCreateListeners.
getInteractionCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered InteractionCreateListeners.
getInteractionCreateListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered InteractionCreateListeners.
getInvite() - Method in interface org.javacord.api.event.channel.server.invite.ServerChannelInviteCreateEvent
Gets the invite of the event.
getInviteByCode(String) - Method in interface org.javacord.api.DiscordApi
Gets an invite by its code.
getInviter() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the user who created the invite.
getInvites() - Method in interface org.javacord.api.entity.channel.ServerChannel
Gets the invites of the server.
getInvites() - Method in interface org.javacord.api.entity.server.Server
Gets the invites of the server.
getInviteWithMemberCountsByCode(String) - Method in interface org.javacord.api.DiscordApi
Gets an invite by its code while requesting additional information.
getInvolvedUsers() - Method in interface org.javacord.api.entity.auditlog.AuditLog
Gets a collection with all users, which can be found in this audit log.
getInvolvedWebhooks() - Method in interface org.javacord.api.entity.auditlog.AuditLog
Gets a collection with all webhooks, which can be found in this audit log.
getJoin() - Method in interface org.javacord.api.entity.activity.ActivitySecrets
Gets the secret for joining a party.
getJoinedAtTimestamp(Server) - Method in interface org.javacord.api.entity.user.User
Gets the timestamp of when the user joined the given server.
getJoinedAtTimestamp(User) - Method in interface org.javacord.api.entity.server.Server
Gets the timestamp of when a user joined the server.
getJoinedPrivateArchivedThreads() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the joined private archived threads.
getJoinedPrivateArchivedThreads(int) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the joined private archived threads.
getJoinedPrivateArchivedThreads(long) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the joined private archived threads.
getJoinedPrivateArchivedThreads(Long, Integer) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the joined private archived threads.
getJoinTimestamp() - Method in interface org.javacord.api.entity.channel.ThreadMember
The time the current user last joined the thread.
getKey() - Method in enum org.javacord.api.entity.Region
Gets the key of the region which is used for REST-request.
getKnownCustomEmojiAttachableListeners() - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Gets a map with all registered listeners that implement one or more KnownCustomEmojiAttachableListeners and their assigned listener classes they listen to.
getKnownCustomEmojiChangeNameListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered KnownCustomEmojiChangeNameListeners.
getKnownCustomEmojiChangeNameListeners() - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Gets a list with all registered KnownCustomEmojiChangeNameListeners.
getKnownCustomEmojiChangeNameListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered KnownCustomEmojiChangeNameListeners.
getKnownCustomEmojiChangeWhitelistedRolesListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered KnownCustomEmojiChangeWhitelistedRolesListeners.
getKnownCustomEmojiChangeWhitelistedRolesListeners() - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Gets a list with all registered KnownCustomEmojiChangeWhitelistedRolesListeners.
getKnownCustomEmojiChangeWhitelistedRolesListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered KnownCustomEmojiChangeWhitelistedRolesListeners.
getKnownCustomEmojiCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered KnownCustomEmojiCreateListeners.
getKnownCustomEmojiCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered KnownCustomEmojiCreateListeners.
getKnownCustomEmojiDeleteListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered KnownCustomEmojiDeleteListeners.
getKnownCustomEmojiDeleteListeners() - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiAttachableListenerManager
Gets a list with all registered KnownCustomEmojiDeleteListeners.
getKnownCustomEmojiDeleteListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered KnownCustomEmojiDeleteListeners.
getKnownCustomEmojiOrCreateCustomEmoji(long, String, boolean) - Method in interface org.javacord.api.DiscordApi
Creates or gets a custom emoji to be used in other Javacord APIs.
getLabel() - Method in interface org.javacord.api.entity.message.component.Button
Get the button's label.
getLabel() - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Get the button's label.
getLabel() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Get the TextInput's label.
getLabel() - Method in interface org.javacord.api.entity.message.component.SelectMenuOption
Get the label of the select menu option.
getLabel() - Method in interface org.javacord.api.entity.message.component.TextInput
Get the text input's label.
getLargeImage() - Method in interface org.javacord.api.entity.activity.ActivityAssets
Gets the large image of the asset.
getLargeText() - Method in interface org.javacord.api.entity.activity.ActivityAssets
Gets the large text of the asset.
getLastEditTimestamp() - Method in interface org.javacord.api.entity.message.Message
Gets the last time the message was edited.
getLastPinTimestamp() - Method in interface org.javacord.api.event.message.ChannelPinsUpdateEvent
Gets the time at which the most recent pinned message was pinned.
getLatestGatewayLatency() - Method in interface org.javacord.api.DiscordApi
Gets the latest gateway latency.
getLatestInstance() - Method in interface org.javacord.api.entity.channel.Channel
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.ChannelCategory
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.PrivateChannel
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.RegularServerChannel
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.ServerChannel
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.ServerStageVoiceChannel
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.TextChannel
 
getLatestInstance() - Method in interface org.javacord.api.entity.channel.VoiceChannel
 
getLatestInstance() - Method in interface org.javacord.api.entity.message.Message
 
getLatestInstance() - Method in interface org.javacord.api.entity.Updatable
Gets an updated instance of this entity from the cache or from Discord directly.
getLatestInstance() - Method in interface org.javacord.api.entity.UpdatableFromCache
 
getLatestInstance() - Method in interface org.javacord.api.entity.user.User
 
getLatestInstance() - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
 
getLatestInstance() - Method in interface org.javacord.api.entity.webhook.Webhook
 
getLatestInstanceAsIncomingWebhook() - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Gets an updated instance of this entity from Discord directly.
getLink() - Method in interface org.javacord.api.entity.message.Message
Gets the link leading to this message.
getListener() - Method in interface org.javacord.api.util.event.ListenerManager
Gets the managed listener.
getListenerClass() - Method in interface org.javacord.api.util.event.ListenerManager
Gets the listener class context for the managed listener.
getListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a map with all registered listeners that implement one or more GloballyAttachableListeners and their assigned listener classes they listen to.
getListeners(Class<T>) - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets all globally attachable listeners of the given class.
getLocale() - Method in interface org.javacord.api.interaction.InteractionBase
Gets the selected language of the invoking user.
getLocaleCode() - Method in enum org.javacord.api.interaction.DiscordLocale
Gets the short form locale code (e.g.
getLongMaxValue() - Method in interface org.javacord.api.interaction.SlashCommandOption
If the option is an SlashCommandOptionType.LONG type, the maximum value permitted.
getLongMinValue() - Method in interface org.javacord.api.interaction.SlashCommandOption
If the option is an SlashCommandOptionType.LONG type, the minimum value permitted.
getLongValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the long value of this option.
getLongValue() - Method in interface org.javacord.api.interaction.SlashCommandOptionChoice
Gets the long value of this choice.
getLostConnectionListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered LostConnectionListeners.
getMatch() - Method in interface org.javacord.api.entity.activity.ActivitySecrets
Gets the secret for a specific instanced match.
getMaxAgeInSeconds() - Method in interface org.javacord.api.entity.server.invite.RichInvite
Gets the duration (in seconds) after which the invite expires.
getMaximumLength() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Get the TextInput's maximum length.
getMaximumLength() - Method in interface org.javacord.api.entity.message.component.TextInput
Get the text input's label.
getMaximumSize() - Method in interface org.javacord.api.entity.activity.ActivityParty
Gets the maximum size of the party.
getMaximumValues() - Method in interface org.javacord.api.entity.message.component.SelectMenu
Gets the maximum amount of options which can be selected.
getMaximumValues() - Method in interface org.javacord.api.interaction.SelectMenuInteraction
Gets the maximum amount of options which can be selected.
getMaxUses() - Method in interface org.javacord.api.entity.server.invite.RichInvite
Gets the max number of times this invite can be used.
getMemberByDiscriminatedName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a member by its discriminated name like e.g.
getMemberByDiscriminatedNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a member by its discriminated name like e.g.
getMemberById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a member by its id.
getMemberById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a member by its id.
getMemberByNameAndDiscriminator(String, String) - Method in interface org.javacord.api.entity.server.Server
Gets a member by its name and discriminator.
getMemberByNameAndDiscriminatorIgnoreCase(String, String) - Method in interface org.javacord.api.entity.server.Server
Gets a member by its name and discriminator.
getMemberCount() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets an approximate count of users in this thread that stops counting at 50.
getMemberCount() - Method in interface org.javacord.api.entity.server.Server
Gets the amount of members in this server.
getMemberCount() - Method in interface org.javacord.api.event.channel.thread.ThreadMembersUpdateEvent
The approximate number of members in the thread, capped at 50.
getMembers() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
List of the members of the thread.
getMembers() - Method in interface org.javacord.api.entity.server.Server
Gets a collection with all members of the server.
getMembers() - Method in interface org.javacord.api.event.channel.thread.ThreadListSyncEvent
All thread member objects from the synced threads for the current user, indicating which threads the current user has been added to.
getMembers() - Method in interface org.javacord.api.event.server.member.ServerMembersChunkEvent
Gets the users contained in this chunk.
getMembersByDisplayName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a collection with all members with the given display name on this server.
getMembersByDisplayNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a collection with all members with the given display name on this server.
getMembersByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a collection with all members with the given name.
getMembersByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a collection with all members with the given name.
getMembersByNickname(String) - Method in interface org.javacord.api.entity.server.Server
Gets a collection with all members with the given nickname on this server.
getMembersByNicknameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a collection with all members with the given nickname on this server.
getMentionableValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the mentionable value of this option.
getMentionedChannels() - Method in interface org.javacord.api.entity.message.Message
Gets a list with all channels mentioned in this message.
getMentionedRoles() - Method in interface org.javacord.api.entity.message.Message
Gets a list with all roles mentioned in this message.
getMentionedUsers() - Method in interface org.javacord.api.entity.message.Message
Gets a list with all users mentioned in this message.
getMentionTag() - Method in interface org.javacord.api.entity.emoji.CustomEmoji
 
getMentionTag() - Method in interface org.javacord.api.entity.Mentionable
Gets the tag used to mention the entity.
getMentionTag() - Method in interface org.javacord.api.entity.permission.Role
 
getMentionTag() - Method in interface org.javacord.api.entity.user.User
 
getMentionTypes() - Method in interface org.javacord.api.entity.message.mention.AllowedMentions
Gets the explicitly allowed mention types from the message.
getMessage() - Method in interface org.javacord.api.entity.message.MessageActivity
Gets the message of the activity.
getMessage() - Method in interface org.javacord.api.entity.message.MessageAttachment
Gets the message of the attachment.
getMessage() - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets the message.
getMessage() - Method in interface org.javacord.api.entity.message.MessageReference
Gets the referenced message.
getMessage() - Method in interface org.javacord.api.entity.message.Reaction
Gets the message, the reaction belongs to.
getMessage() - Method in interface org.javacord.api.event.message.CertainMessageEvent
Gets the message of the event.
getMessage() - Method in interface org.javacord.api.event.message.OptionalMessageEvent
Gets the message from the cache.
getMessage() - Method in interface org.javacord.api.interaction.MessageComponentInteractionBase
Gets the message that this interaction is related to.
getMessage() - Method in interface org.javacord.api.util.auth.Response
The response message.
getMessageActivityTypeById(int) - Static method in enum org.javacord.api.entity.message.MessageActivityType
Gets the message activity type by its id.
getMessageAttachableListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a map with all registered listeners that implement one or more MessageAttachableListeners and their assigned listener classes they listen to.
getMessageAttachableListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a map with all registered listeners that implement one or more MessageAttachableListeners and their assigned listener classes they listen to.
getMessageAttachableListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a map with all registered listeners that implement one or more MessageAttachableListeners and their assigned listener classes they listen to.
getMessageAttachableListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a map with all registered listeners that implement one or more MessageAttachableListeners and their assigned listener classes they listen to for the message with the given id.
getMessageAttachableListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a map with all registered listeners that implement one or more MessageAttachableListeners and their assigned listener classes they listen to for the message with the given id.
getMessageAttachments() - Method in interface org.javacord.api.event.message.CertainMessageEvent
Gets a list with all attachments of the event's message.
getMessageAttachments() - Method in interface org.javacord.api.event.message.OptionalMessageEvent
Gets a list with all attachments of the event's message.
getMessageAuthor() - Method in interface org.javacord.api.event.message.CertainMessageEvent
Gets the author of the event's message.
getMessageAuthor() - Method in interface org.javacord.api.event.message.OptionalMessageEvent
Gets the author of the event's message.
getMessageById(long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a message by its id, if it exists and belongs to this channel.
getMessageById(long, TextChannel) - Method in interface org.javacord.api.DiscordApi
Gets a message by its id, if it exists and belongs to the given channel.
getMessageById(String) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a message by its id, if it exists and belongs to this channel.
getMessageById(String, TextChannel) - Method in interface org.javacord.api.DiscordApi
Gets a message by its id, if it exists and belongs to the given channel.
getMessageByLink(String) - Method in interface org.javacord.api.DiscordApi
Gets a message by its link.
getMessageCache() - Method in interface org.javacord.api.entity.channel.TextChannel
Gets the message cache for the channel.
getMessageComponentCreateListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered MessageComponentCreateListeners.
getMessageComponentCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered MessageComponentCreateListeners.
getMessageComponentCreateListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageComponentCreateListeners.
getMessageComponentCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered MessageComponentCreateListeners.
getMessageComponentCreateListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered MessageComponentCreateListeners.
getMessageComponentCreateListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered MessageComponentCreateListeners.
getMessageComponentCreateListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered MessageComponentCreateListeners.
getMessageComponentCreateListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageComponentCreateListeners of a specific message.
getMessageComponentCreateListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageComponentCreateListeners of a specific message.
getMessageComponentInteraction() - Method in interface org.javacord.api.event.interaction.InteractionCreateEvent
Gets the created interaction as MessageComponentInteraction, if the interaction is of this type.
getMessageComponentInteraction() - Method in interface org.javacord.api.event.interaction.MessageComponentCreateEvent
Gets the created interaction as MessageComponentInteraction, if the interaction is of this type.
getMessageComponentInteractionWithCustomId(String) - Method in interface org.javacord.api.event.interaction.InteractionCreateEvent
Gets the created interaction as MessageComponentInteraction, if the interaction is of this type, and the custom id equals the given custom id.
getMessageComponentInteractionWithCustomId(String) - Method in interface org.javacord.api.event.interaction.MessageComponentCreateEvent
Gets the created interaction as MessageComponentInteraction, if the interaction is of this type, and the custom id equals the given custom id.
getMessageContent() - Method in interface org.javacord.api.event.message.CertainMessageEvent
Gets the content of the event's message.
getMessageContent() - Method in interface org.javacord.api.event.message.OptionalMessageEvent
Gets the content of the event's message.
getMessageContextMenuCommandListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered MessageContextMenuCommandListeners.
getMessageContextMenuCommandListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered MessageContextMenuCommandListeners.
getMessageContextMenuCommandListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageContextMenuCommandListeners.
getMessageContextMenuCommandListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered MessageContextMenuCommandListeners.
getMessageContextMenuCommandListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered MessageContextMenuCommandListeners.
getMessageContextMenuCommandListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered MessageContextMenuCommandListeners.
getMessageContextMenuCommandListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered MessageContextMenuCommandListeners.
getMessageContextMenuCommandListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageContextMenuCommandListeners of a specific message.
getMessageContextMenuCommandListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageContextMenuCommandListeners of a specific message.
getMessageContextMenuInteraction() - Method in interface org.javacord.api.event.interaction.MessageContextMenuCommandEvent
Gets the created interaction as MessageContextMenuInteraction, if the interaction is of this type.
getMessageContextMenuInteractionWithCommandId(long) - Method in interface org.javacord.api.event.interaction.MessageContextMenuCommandEvent
Gets the created interaction as MessageContextMenuInteraction, if the interaction is of this type and the command id equals the given command id.
getMessageCount() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets an approximate count of messages in this thread that stops counting at 50.
getMessageCreateListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered MessageCreateListeners.
getMessageCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered MessageCreateListeners.
getMessageCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered MessageCreateListeners.
getMessageCreateListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered MessageCreateListeners.
getMessageCreateListeners() - Method in interface org.javacord.api.listener.webhook.WebhookAttachableListenerManager
Gets a list with all registered MessageCreateListeners.
getMessageDeleteListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered MessageDeleteListeners.
getMessageDeleteListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered MessageDeleteListeners.
getMessageDeleteListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageDeleteListeners.
getMessageDeleteListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered MessageDeleteListeners.
getMessageDeleteListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered MessageDeleteListeners.
getMessageDeleteListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered MessageDeleteListeners.
getMessageDeleteListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageDeleteListeners of a specific message.
getMessageDeleteListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageDeleteListeners of a specific message.
getMessageEditListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered MessageEditListeners.
getMessageEditListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered MessageEditListeners.
getMessageEditListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageEditListeners.
getMessageEditListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered MessageEditListeners.
getMessageEditListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered MessageEditListeners.
getMessageEditListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered MessageEditListeners.
getMessageEditListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageEditListeners of a specific message.
getMessageEditListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered MessageEditListeners of a specific message.
getMessageId() - Method in interface org.javacord.api.entity.message.MessageReference
Gets the message id of the message reference.
getMessageId() - Method in interface org.javacord.api.event.message.MessageEvent
Gets the id of the message.
getMessageLink() - Method in interface org.javacord.api.event.message.CertainMessageEvent
Gets the link of the event's message.
getMessageLink() - Method in interface org.javacord.api.event.message.OptionalMessageEvent
Gets the link of the event's message.
getMessageReference() - Method in interface org.javacord.api.entity.message.Message
Gets the message reference of the message.
getMessages(int) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets up to a given amount of messages in this channel from the newer end.
getMessagesAfter(int) - Method in interface org.javacord.api.entity.message.Message
Gets up to a given amount of messages after this message.
getMessagesAfter(int, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets up to a given amount of messages in this channel after a given message in any channel.
getMessagesAfter(int, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets up to a given amount of messages in this channel after a given message in any channel.
getMessagesAfterAsStream() - Method in interface org.javacord.api.entity.message.Message
Gets a stream of messages after this message sorted from oldest to newest.
getMessagesAfterAsStream(long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a stream of messages in this channel after a given message in any channel sorted from oldest to newest.
getMessagesAfterAsStream(Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a stream of messages in this channel after a given message in any channel sorted from oldest to newest.
getMessagesAfterUntil(Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets messages after this message until one that meets the given condition is found.
getMessagesAfterUntil(Predicate<Message>, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel after a given message in any channel until one that meets the given condition is found.
getMessagesAfterUntil(Predicate<Message>, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel after a given message in any channel until one that meets the given condition is found.
getMessagesAfterWhile(Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets messages after this message while they meet the given condition.
getMessagesAfterWhile(Predicate<Message>, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel after a given message in any channel while they meet the given condition.
getMessagesAfterWhile(Predicate<Message>, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel after a given message in any channel while they meet the given condition.
getMessagesAround(int) - Method in interface org.javacord.api.entity.message.Message
Gets up to a given amount of messages around this message.
getMessagesAround(int, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets up to a given amount of messages in this channel around a given message in any channel.
getMessagesAround(int, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets up to a given amount of messages in this channel around a given message in any channel.
getMessagesAroundAsStream() - Method in interface org.javacord.api.entity.message.Message
Gets a stream of messages around this message.
getMessagesAroundAsStream(long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a stream of messages in this channel around a given message in any channel.
getMessagesAroundAsStream(Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a stream of messages in this channel around a given message in any channel.
getMessagesAroundUntil(Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets messages around this message until one that meets the given condition is found.
getMessagesAroundUntil(Predicate<Message>, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel around a given message in any channel until one that meets the given condition is found.
getMessagesAroundUntil(Predicate<Message>, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel around a given message in any channel until one that meets the given condition is found.
getMessagesAroundWhile(Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets messages around this message while they meet the given condition.
getMessagesAroundWhile(Predicate<Message>, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel around a given message in any channel while they meet the given condition.
getMessagesAroundWhile(Predicate<Message>, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel around a given message in any channel while they meet the given condition.
getMessagesAsStream() - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a stream of messages in this channel sorted from newest to oldest.
getMessagesBefore(int) - Method in interface org.javacord.api.entity.message.Message
Gets up to a given amount of messages before this message.
getMessagesBefore(int, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets up to a given amount of messages in this channel before a given message in any channel.
getMessagesBefore(int, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets up to a given amount of messages in this channel before a given message in any channel.
getMessagesBeforeAsStream() - Method in interface org.javacord.api.entity.message.Message
Gets a stream of messages before this message sorted from newest to oldest.
getMessagesBeforeAsStream(long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a stream of messages in this channel before a given message in any channel sorted from newest to oldest.
getMessagesBeforeAsStream(Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a stream of messages in this channel before a given message in any channel sorted from newest to oldest.
getMessagesBeforeUntil(Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets messages before this message until one that meets the given condition is found.
getMessagesBeforeUntil(Predicate<Message>, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel before a given message in any channel until one that meets the given condition is found.
getMessagesBeforeUntil(Predicate<Message>, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel before a given message in any channel until one that meets the given condition is found.
getMessagesBeforeWhile(Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets messages before this message while they meet the given condition.
getMessagesBeforeWhile(Predicate<Message>, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel before a given message in any channel while they meet the given condition.
getMessagesBeforeWhile(Predicate<Message>, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel before a given message in any channel while they meet the given condition.
getMessagesBetween(long) - Method in interface org.javacord.api.entity.message.Message
Gets all messages between this message and the given message, excluding the boundaries.
getMessagesBetween(long, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets all messages in this channel between the first given message in any channel and the second given message in any channel, excluding the boundaries.
getMessagesBetween(Message) - Method in interface org.javacord.api.entity.message.Message
Gets all messages between this message and the given message, excluding the boundaries.
getMessagesBetween(Message, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets all messages in this channel between the first given message in any channel and the second given message in any channel, excluding the boundaries.
getMessagesBetweenAsStream(long) - Method in interface org.javacord.api.entity.message.Message
Gets a stream of all messages between this message and the given message, excluding the boundaries, sorted from this message to the given message.
getMessagesBetweenAsStream(long, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets all messages in this channel between the first given message in any channel and the second given message in any channel, excluding the boundaries, sorted from first given message to the second given message.
getMessagesBetweenAsStream(Message) - Method in interface org.javacord.api.entity.message.Message
Gets a stream of all messages between this message and the given message, excluding the boundaries, sorted from this message to the given message.
getMessagesBetweenAsStream(Message, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets all messages in this channel between the first given message in any channel and the second given message in any channel, excluding the boundaries, sorted from first given message to the second given message.
getMessagesBetweenUntil(long, Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets all messages between this message and the given message, excluding the boundaries, until one that meets the given condition is found.
getMessagesBetweenUntil(Predicate<Message>, long, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets all messages in this channel between the first given message in any channel and the second given message in any channel, excluding the boundaries, until one that meets the given condition is found.
getMessagesBetweenUntil(Predicate<Message>, Message, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets all messages in this channel between the first given message in any channel and the second given message in any channel, excluding the boundaries, until one that meets the given condition is found.
getMessagesBetweenUntil(Message, Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets all messages between this message and the given message, excluding the boundaries, until one that meets the given condition is found.
getMessagesBetweenWhile(long, Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets all messages between this message and the given message, excluding the boundaries, while they meet the given condition.
getMessagesBetweenWhile(Predicate<Message>, long, long) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets all messages in this channel between the first given message in any channel and the second given message in any channel, excluding the boundaries, while they meet the given condition.
getMessagesBetweenWhile(Predicate<Message>, Message, Message) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets all messages in this channel between the first given message in any channel and the second given message in any channel, excluding the boundaries, while they meet the given condition.
getMessagesBetweenWhile(Message, Predicate<Message>) - Method in interface org.javacord.api.entity.message.Message
Gets all messages between this message and the given message, excluding the boundaries, while they meet the given condition.
getMessagesUntil(Predicate<Message>) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel from the newer end until one that meets the given condition is found.
getMessagesWhile(Predicate<Message>) - Method in interface org.javacord.api.entity.channel.TextChannel
Gets messages in this channel from the newer end while they meet the given condition.
getMethod() - Method in interface org.javacord.api.util.auth.Request
The method of the request.
getMinimumLength() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Get the TextInput's minimum length.
getMinimumLength() - Method in interface org.javacord.api.entity.message.component.TextInput
Get the text input's label.
getMinimumValues() - Method in interface org.javacord.api.entity.message.component.SelectMenu
Gets the minimum amount of options which must be selected.
getMinimumValues() - Method in interface org.javacord.api.interaction.SelectMenuInteraction
Gets the minimum amount of options which must be selected.
getMobileStatus() - Method in interface org.javacord.api.entity.user.User
Gets the status of the user on the mobile client.
getModalInteraction() - Method in interface org.javacord.api.event.interaction.ModalSubmitEvent
Gets the created interaction as ModalInteraction, if the interaction is of this type.
getModalSubmitListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered ModalSubmitListeners.
getModalSubmitListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ModalSubmitListeners.
getModalSubmitListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ModalSubmitListeners.
getModalSubmitListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ModalSubmitListeners.
getModeratorsOnlyChannel() - Method in interface org.javacord.api.entity.server.Server
Gets the moderators-only channel (sometimes also called "public updates channel").
getMultiFactorAuthenticationLevel() - Method in interface org.javacord.api.entity.server.Server
Gets the multi factor authentication level of the server.
getMutualServers() - Method in interface org.javacord.api.entity.user.User
Gets all mutual servers with this user.
getName() - Method in enum org.javacord.api.entity.auditlog.AuditLogChangeType
Gets the name of the type.
getName() - Method in enum org.javacord.api.entity.DiscordClient
Gets the name of client, as it appears in the Discord REST-api.
getName() - Method in interface org.javacord.api.entity.Nameable
Gets the name of the entity.
getName() - Method in enum org.javacord.api.entity.Region
Gets the name of the region (which looks nicer than the key :-) ).
getName() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the default name of the webhook.
getName() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the name of this command.
getName() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the name of the option.
getName() - Method in interface org.javacord.api.interaction.SlashCommandOption
Gets the name of this option.
getName() - Method in interface org.javacord.api.interaction.SlashCommandOptionChoice
Gets the name of this choice.
getNameLocalizations() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the name localizations of this command.
getNameLocalizations() - Method in interface org.javacord.api.interaction.SlashCommandOption
Gets the name localizations for this option.
getNameLocalizations() - Method in interface org.javacord.api.interaction.SlashCommandOptionChoice
Gets the name localizations for this choice.
getNewActivities() - Method in interface org.javacord.api.event.user.UserChangeActivityEvent
Gets the new activities of the user.
getNewAfkChannel() - Method in interface org.javacord.api.event.server.ServerChangeAfkChannelEvent
Gets the new afk channel of the server.
getNewAfkTimeoutInSeconds() - Method in interface org.javacord.api.event.server.ServerChangeAfkTimeoutEvent
Gets the new afk timeout of the server in seconds.
getNewAvatar() - Method in interface org.javacord.api.event.user.UserChangeAvatarEvent
Gets the new avatar of the user.
getNewBitrate() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelChangeBitrateEvent
Gets the new bitrate of the channel.
getNewBoostCount() - Method in interface org.javacord.api.event.server.ServerChangeBoostCountEvent
Gets the new boost count of the server.
getNewBoostLevel() - Method in interface org.javacord.api.event.server.ServerChangeBoostLevelEvent
Gets the new boost level of the server.
getNewCategory() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangePositionEvent
Gets the new category of the channel.
getNewChannel() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelMemberLeaveEvent
Gets the new channel of the event.
getNewColor() - Method in interface org.javacord.api.event.server.role.RoleChangeColorEvent
Gets the new color of the role.
getNewContent() - Method in interface org.javacord.api.event.message.MessageEditEvent
Gets the new content of the message.
getNewDefaultMessageNotificationLevel() - Method in interface org.javacord.api.event.server.ServerChangeDefaultMessageNotificationLevelEvent
Gets the new default message notification level of the server.
getNewDelayInSeconds() - Method in interface org.javacord.api.event.channel.server.text.ServerTextChannelChangeSlowmodeEvent
Gets the new delay of the channel.
getNewDescription() - Method in interface org.javacord.api.event.server.ServerChangeDescriptionEvent
Gets the new description of the server.
getNewDescription() - Method in interface org.javacord.api.event.server.sticker.StickerChangeDescriptionEvent
Gets the new description of the sticker.
getNewDesktopStatus() - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the new status of the user on the desktop client.
getNewDiscoverySplash() - Method in interface org.javacord.api.event.server.ServerChangeDiscoverySplashEvent
Gets the new discovery splash of the server.
getNewDiscriminator() - Method in interface org.javacord.api.event.user.UserChangeDiscriminatorEvent
Gets the new discriminator of the user.
getNewEmbeds() - Method in interface org.javacord.api.event.message.MessageEditEvent
Gets the new embeds of the message.
getNewestMessage() - Method in interface org.javacord.api.entity.message.MessageSet
Gets the newest message in the history.
getNewExplicitContentFilterLevel() - Method in interface org.javacord.api.event.server.ServerChangeExplicitContentFilterLevelEvent
Gets the new explicit content filter level of the server.
getNewHoist() - Method in interface org.javacord.api.event.server.role.RoleChangeHoistEvent
Gets the new hoist of the role.
getNewIcon() - Method in interface org.javacord.api.event.server.ServerChangeIconEvent
Gets the new icon of the server.
getNewMentionableFlag() - Method in interface org.javacord.api.event.server.role.RoleChangeMentionableEvent
Gets the new mentionable flag of the role.
getNewMobileStatus() - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the new status of the user on the mobile client.
getNewModeratorsOnlyChannel() - Method in interface org.javacord.api.event.server.ServerChangeModeratorsOnlyChannelEvent
Gets the new moderators-only channel of the server.
getNewMultiFactorAuthenticationLevel() - Method in interface org.javacord.api.event.server.ServerChangeMultiFactorAuthenticationLevelEvent
Gets the new multi factor authentication level of the server.
getNewName() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeNameEvent
Gets the new name of the channel.
getNewName() - Method in interface org.javacord.api.event.server.emoji.KnownCustomEmojiChangeNameEvent
Gets the new name of the custom emoji.
getNewName() - Method in interface org.javacord.api.event.server.role.RoleChangeNameEvent
Gets the new name of the role.
getNewName() - Method in interface org.javacord.api.event.server.ServerChangeNameEvent
Gets the new name of the server.
getNewName() - Method in interface org.javacord.api.event.server.sticker.StickerChangeNameEvent
Gets the new name of the sticker.
getNewName() - Method in interface org.javacord.api.event.user.UserChangeNameEvent
Gets the new name of the user.
getNewNickname() - Method in interface org.javacord.api.event.user.UserChangeNicknameEvent
Gets the new nickname of the user.
getNewNsfwFlag() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeNsfwFlagEvent
Gets the new nsfw flag of the channel.
getNewNsfwLevel() - Method in interface org.javacord.api.event.server.ServerChangeNsfwLevelEvent
The new NSFW level of the server.
getNewOwner() - Method in interface org.javacord.api.event.server.ServerChangeOwnerEvent
Gets the new owner of the server.
getNewOwnerId() - Method in interface org.javacord.api.event.server.ServerChangeOwnerEvent
Gets the id of the new owner of the server.
getNewPending() - Method in interface org.javacord.api.event.user.UserChangePendingEvent
Gets the new pending state of the member.
getNewPermissions() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeOverwrittenPermissionsEvent
Gets the new overwritten permissions.
getNewPermissions() - Method in interface org.javacord.api.event.server.role.RoleChangePermissionsEvent
Gets the new permissions of the role.
getNewPosition() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangePositionEvent
Gets the new position of the channel.
getNewPosition() - Method in interface org.javacord.api.event.server.role.RoleChangePositionEvent
Gets the new real position of the role.
getNewPreferredLocale() - Method in interface org.javacord.api.event.server.ServerChangePreferredLocaleEvent
Gets the new preferred locale of the server.
getNewRawPosition() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangePositionEvent
Gets the new raw position of the channel.
getNewRawPosition() - Method in interface org.javacord.api.event.server.role.RoleChangePositionEvent
Gets the new raw position of the role.
getNewRegion() - Method in interface org.javacord.api.event.server.ServerChangeRegionEvent
Gets the new region of the server.
getNewRulesChannel() - Method in interface org.javacord.api.event.server.ServerChangeRulesChannelEvent
Gets the new rules channel of the server.
getNewServerAvatar() - Method in interface org.javacord.api.event.user.UserChangeServerAvatarEvent
Gets the new server avatar of the user.
getNewServerAvatar(int) - Method in interface org.javacord.api.event.user.UserChangeServerAvatarEvent
Gets the new server avatar of the user in the given size.
getNewServerFeatures() - Method in interface org.javacord.api.event.server.ServerChangeServerFeaturesEvent
Gets the new server features of the server.
getNewSplash() - Method in interface org.javacord.api.event.server.ServerChangeSplashEvent
Gets the new splash of the server.
getNewStatus() - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the new connection status of the user.
getNewStatusOnClient(DiscordClient) - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the new status on the given client.
getNewSystemChannel() - Method in interface org.javacord.api.event.server.ServerChangeSystemChannelEvent
Gets the new system channel of the server.
getNewTags() - Method in interface org.javacord.api.event.server.sticker.StickerChangeTagsEvent
Gets the new tags of the sticker.
getNewTimeout() - Method in interface org.javacord.api.event.user.UserChangeTimeoutEvent
Gets the new timeout of the user.
getNewTopic() - Method in interface org.javacord.api.event.channel.server.text.ServerTextChannelChangeTopicEvent
Gets the new topic of the channel.
getNewTopic() - Method in interface org.javacord.api.event.channel.server.voice.ServerStageVoiceChannelChangeTopicEvent
Gets the new topic of the channel.
getNewUserLimit() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelChangeUserLimitEvent
Gets the new user limit of the channel.
getNewValue() - Method in interface org.javacord.api.entity.auditlog.AuditLogChange
Gets the new value of the change.
getNewVanityUrlCode() - Method in interface org.javacord.api.event.server.ServerChangeVanityUrlCodeEvent
Gets the new vanity url code of the server.
getNewVerificationLevel() - Method in interface org.javacord.api.event.server.ServerChangeVerificationLevelEvent
Gets the new verification level of the server.
getNewWebStatus() - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the new status of the user on the web (browser) client.
getNewWhitelistedRoles() - Method in interface org.javacord.api.event.server.emoji.KnownCustomEmojiChangeWhitelistedRolesEvent
Gets a list with the new whitelisted roles.
getNextFrame() - Method in interface org.javacord.api.audio.AudioSource
Polls for the next 20ms of audio from the source.
getNextFrame() - Method in class org.javacord.api.audio.SilentAudioSource
 
getNextResetNanos() - Method in class org.javacord.api.util.ratelimit.LocalRatelimiter
Gets the next time the quota resets.
getNickname(Server) - Method in interface org.javacord.api.entity.user.User
Gets the nickname of the user in the given server.
getNickname(User) - Method in interface org.javacord.api.entity.server.Server
Gets the nickname of a user.
getNicknameMentionTag() - Method in interface org.javacord.api.entity.user.User
Gets the mention tag, to mention the user with its nickname, instead of its normal name.
getNitroStickerPacks() - Method in interface org.javacord.api.DiscordApi
Gets a list of all default sticker packs, which are available to nitro users.
getNonce() - Method in interface org.javacord.api.entity.message.Message
Gets the nonce of the message.
getNsfwLevel() - Method in interface org.javacord.api.entity.server.Server
Gets the NSFW level of the server.
getOldActivities() - Method in interface org.javacord.api.event.user.UserChangeActivityEvent
Gets the old activities of the user.
getOldAfkChannel() - Method in interface org.javacord.api.event.server.ServerChangeAfkChannelEvent
Gets the old afk channel of the server.
getOldAfkTimeoutInSeconds() - Method in interface org.javacord.api.event.server.ServerChangeAfkTimeoutEvent
Gets the old afk timeout of the server in seconds.
getOldAvatar() - Method in interface org.javacord.api.event.user.UserChangeAvatarEvent
Gets the old avatar of the user.
getOldBitrate() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelChangeBitrateEvent
Gets the old bitrate of the channel.
getOldBoostCount() - Method in interface org.javacord.api.event.server.ServerChangeBoostCountEvent
Gets the old boost count of the server.
getOldBoostLevel() - Method in interface org.javacord.api.event.server.ServerChangeBoostLevelEvent
Gets the old boost level of the server.
getOldCategory() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangePositionEvent
Gets the old category of the channel.
getOldChannel() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelMemberJoinEvent
Gets the old channel of the event.
getOldColor() - Method in interface org.javacord.api.event.server.role.RoleChangeColorEvent
Gets the old color of the role.
getOldContent() - Method in interface org.javacord.api.event.message.MessageEditEvent
Gets the old content of the message.
getOldDefaultAutoArchiveDuration() - Method in interface org.javacord.api.event.channel.server.text.ServerTextChannelChangeDefaultAutoArchiveDurationEvent
Gets the old default auto archive duration of the channel.
getOldDefaultMessageNotificationLevel() - Method in interface org.javacord.api.event.server.ServerChangeDefaultMessageNotificationLevelEvent
Gets the old default message notification level of the server.
getOldDelayInSeconds() - Method in interface org.javacord.api.event.channel.server.text.ServerTextChannelChangeSlowmodeEvent
Gets the old delay of the channel.
getOldDescription() - Method in interface org.javacord.api.event.server.ServerChangeDescriptionEvent
Gets the old description of the server.
getOldDescription() - Method in interface org.javacord.api.event.server.sticker.StickerChangeDescriptionEvent
Gets the old description of the sticker.
getOldDesktopStatus() - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the old status of the user on the desktop client.
getOldDiscoverySplash() - Method in interface org.javacord.api.event.server.ServerChangeDiscoverySplashEvent
Gets the old discovery splash of the server.
getOldDiscriminator() - Method in interface org.javacord.api.event.user.UserChangeDiscriminatorEvent
Gets the old discriminator of the user.
getOldEmbeds() - Method in interface org.javacord.api.event.message.MessageEditEvent
Gets the old embeds of the message.
getOldestMessage() - Method in interface org.javacord.api.entity.message.MessageSet
Gets the oldest message in the history.
getOldExplicitContentFilterLevel() - Method in interface org.javacord.api.event.server.ServerChangeExplicitContentFilterLevelEvent
Gets the old explicit content filter level of the server.
getOldHoist() - Method in interface org.javacord.api.event.server.role.RoleChangeHoistEvent
Gets the old hoist of the role.
getOldIcon() - Method in interface org.javacord.api.event.server.ServerChangeIconEvent
Gets the old icon of the server.
getOldMentionableFlag() - Method in interface org.javacord.api.event.server.role.RoleChangeMentionableEvent
Gets the old mentionable flag of the role.
getOldMobileStatus() - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the old status of the user on the mobile client.
getOldModeratorsOnlyChannel() - Method in interface org.javacord.api.event.server.ServerChangeModeratorsOnlyChannelEvent
Gets the old moderators-only channel of the server.
getOldMultiFactorAuthenticationLevel() - Method in interface org.javacord.api.event.server.ServerChangeMultiFactorAuthenticationLevelEvent
Gets the old multi factor authentication level of the server.
getOldName() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeNameEvent
Gets the old name of the channel.
getOldName() - Method in interface org.javacord.api.event.server.emoji.KnownCustomEmojiChangeNameEvent
Gets the old name of the custom emoji.
getOldName() - Method in interface org.javacord.api.event.server.role.RoleChangeNameEvent
Gets the old name of the role.
getOldName() - Method in interface org.javacord.api.event.server.ServerChangeNameEvent
Gets the old name of the server.
getOldName() - Method in interface org.javacord.api.event.server.sticker.StickerChangeNameEvent
Gets the old name of the sticker.
getOldName() - Method in interface org.javacord.api.event.user.UserChangeNameEvent
Gets the old name of the user.
getOldNickname() - Method in interface org.javacord.api.event.user.UserChangeNicknameEvent
Gets the old nickname of the user.
getOldNsfwFlag() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeNsfwFlagEvent
Gets the old nsfw flag of the channel.
getOldNsfwLevel() - Method in interface org.javacord.api.event.server.ServerChangeNsfwLevelEvent
The old NSFW level of the server.
getOldOwner() - Method in interface org.javacord.api.event.server.ServerChangeOwnerEvent
Gets the old owner of the server.
getOldOwnerId() - Method in interface org.javacord.api.event.server.ServerChangeOwnerEvent
Gets the id of the old owner of the server.
getOldPending() - Method in interface org.javacord.api.event.user.UserChangePendingEvent
Gets the old pending state of the member.
getOldPermissions() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeOverwrittenPermissionsEvent
Gets the old overwritten permissions.
getOldPermissions() - Method in interface org.javacord.api.event.server.role.RoleChangePermissionsEvent
Gets the old permissions of the role.
getOldPosition() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangePositionEvent
Gets the old position of the channel.
getOldPosition() - Method in interface org.javacord.api.event.server.role.RoleChangePositionEvent
Gets the old real position of the role.
getOldPreferredLocale() - Method in interface org.javacord.api.event.server.ServerChangePreferredLocaleEvent
Gets the old preferred locale of the server.
getOldRawPosition() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangePositionEvent
Gets the old raw position of the channel.
getOldRawPosition() - Method in interface org.javacord.api.event.server.role.RoleChangePositionEvent
Gets the old raw position of the role.
getOldRegion() - Method in interface org.javacord.api.event.server.ServerChangeRegionEvent
Gets the old region of the server.
getOldRulesChannel() - Method in interface org.javacord.api.event.server.ServerChangeRulesChannelEvent
Gets the old rules channel of the server.
getOldServerAvatar() - Method in interface org.javacord.api.event.user.UserChangeServerAvatarEvent
Gets the old server avatar of the user.
getOldServerAvatar(int) - Method in interface org.javacord.api.event.user.UserChangeServerAvatarEvent
Gets the old server avatar of the user in the given size.
getOldServerFeatures() - Method in interface org.javacord.api.event.server.ServerChangeServerFeaturesEvent
Gets the old server features of the server.
getOldSplash() - Method in interface org.javacord.api.event.server.ServerChangeSplashEvent
Gets the old splash of the server.
getOldStatus() - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the old connection status of the user.
getOldStatusOnClient(DiscordClient) - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the old status on the given client.
getOldSystemChannel() - Method in interface org.javacord.api.event.server.ServerChangeSystemChannelEvent
Gets the old system channel of the server.
getOldTags() - Method in interface org.javacord.api.event.server.sticker.StickerChangeTagsEvent
Gets the old tags of the sticker.
getOldTimeout() - Method in interface org.javacord.api.event.user.UserChangeTimeoutEvent
Gets the old timeout of the user.
getOldTopic() - Method in interface org.javacord.api.event.channel.server.text.ServerTextChannelChangeTopicEvent
Gets the old topic of the channel.
getOldTopic() - Method in interface org.javacord.api.event.channel.server.voice.ServerStageVoiceChannelChangeTopicEvent
Gets the old topic of the channel.
getOldUserLimit() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelChangeUserLimitEvent
Gets the old user limit of the channel.
getOldValue() - Method in interface org.javacord.api.entity.auditlog.AuditLogChange
Gets the old value of the change.
getOldVanityUrlCode() - Method in interface org.javacord.api.event.server.ServerChangeVanityUrlCodeEvent
Gets the old vanity url code of the server.
getOldVerificationLevel() - Method in interface org.javacord.api.event.server.ServerChangeVerificationLevelEvent
Gets the old verification level of the server.
getOldWebStatus() - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Gets the old status of the user on the web (browser) client.
getOldWhitelistedRoles() - Method in interface org.javacord.api.event.server.emoji.KnownCustomEmojiChangeWhitelistedRolesEvent
Gets a list with the old whitelisted roles.
getOptionAttachmentValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the attachment value of an option at the specified index.
getOptionAttachmentValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the attachment value of an option having the specified name.
getOptionBooleanValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the boolean value of an option at the specified index.
getOptionBooleanValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the boolean value of an option having the specified name.
getOptionByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the option at the specified index, if present.
getOptionByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Get an option having the specified name.
getOptionChannelValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the channel value of an option at the specified index.
getOptionChannelValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the channel value of an option having the specified name.
getOptionDecimalValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the double value of an option at the specified index.
getOptionDecimalValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the double value of an option having the specified name.
getOptionLongValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the long value of an option at the specified index.
getOptionLongValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the long value of an option having the specified name.
getOptionMentionableValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the mentionable value of an option at the specified index which may be a user, channel or role.
getOptionMentionableValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the mentionable value of an option having the specified name which may be a user, channel or role.
getOptionRoleValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the role value of an option at the specified index.
getOptionRoleValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the role value of an option having the specified name.
getOptions() - Method in interface org.javacord.api.entity.message.component.SelectMenu
Get the select menu's options.
getOptions() - Method in interface org.javacord.api.interaction.SlashCommand
Gets a list with all options (i.e., parameters) for this command.
getOptions() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets a list with all options of this option, if this option denotes a subcommand or group.
getOptions() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets a list with the params and values from the user, or, if this command contains subcommands and/or subcommand groups, a list of subcommands and subcommand groups.
getOptions() - Method in interface org.javacord.api.interaction.SlashCommandOption
If this option is a subcommand or subcommand group type, this nested options will be the parameters.
getOptionStringRepresentationValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the string representation value of an option at the specified index.
getOptionStringRepresentationValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the string representation value of an option having the specified name.
getOptionStringValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the string value of an option at the specified index.
getOptionStringValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the string value of an option having the specified name.
getOptionUserValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the user value of an option at the specified index.
getOptionUserValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the user value of an option having the specified name.
getOverwrittenPermissions() - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the overwritten permissions in this channel.
getOverwrittenPermissions(T) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the overwritten permissions of an entity in this channel.
getOverwrittenRolePermissions() - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the overwritten permissions for roles in this channel.
getOverwrittenUserPermissions() - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the overwritten permissions for users in this channel.
getOwner() - Method in interface org.javacord.api.DiscordApi
Gets the owner of the application.
getOwner() - Method in interface org.javacord.api.entity.ApplicationInfo
Gets the owner of the application.
getOwner() - Method in interface org.javacord.api.entity.server.Server
Gets the owner of the server.
getOwnerDiscriminator() - Method in interface org.javacord.api.entity.ApplicationInfo
Gets the discriminator of the application owner.
getOwnerId() - Method in interface org.javacord.api.DiscordApi
Gets the id of the application's owner.
getOwnerId() - Method in interface org.javacord.api.entity.ApplicationInfo
Gets the id of the application owner.
getOwnerId() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets the id of the creator of the tread.
getOwnerId() - Method in interface org.javacord.api.entity.server.Server
Gets the id of the server's owner.
getOwnerName() - Method in interface org.javacord.api.entity.ApplicationInfo
Gets the name of the application owner.
getPackId() - Method in interface org.javacord.api.entity.sticker.Sticker
Gets the ID of the sticker pack.
getParent() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
The parent regular server channel of this thread.
getParty() - Method in interface org.javacord.api.entity.activity.Activity
Gets the current party of the user.
getPartyId() - Method in interface org.javacord.api.entity.message.MessageActivity
Gets the party id of the activity.
getPermission() - Method in interface org.javacord.api.interaction.ApplicationCommandPermissions
Whether this permission is enabled or disabled for the application command permissions.
getPermissions() - Method in interface org.javacord.api.entity.permission.Role
Gets the permissions of the role.
getPermissions() - Method in interface org.javacord.api.interaction.ServerApplicationCommandPermissions
Gets the permissions of this server application command permissions.
getPermissions(User) - Method in interface org.javacord.api.entity.server.Server
Gets the permissions of a user.
getPins() - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a list with all pinned messages.
getPlaceholder() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Get the TextInput's placeholder.
getPlaceholder() - Method in interface org.javacord.api.entity.message.component.SelectMenu
Get the select menu's placeholder id.
getPlaceholder() - Method in interface org.javacord.api.entity.message.component.TextInput
Get the text input's label.
getPlaceholder() - Method in interface org.javacord.api.interaction.SelectMenuInteraction
Get the placeholder of the select menu.
getPosition() - Method in interface org.javacord.api.audio.SeekableAudioSource
Gets the position of the audio source.
getPosition() - Method in class org.javacord.api.audio.SilentAudioSource
 
getPosition() - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the real position of the channel.
getPosition() - Method in interface org.javacord.api.entity.permission.Role
Gets the real position of the role.
getPossibleOptions() - Method in interface org.javacord.api.interaction.SelectMenuInteraction
Get all options from the select menu.
getPreferredLocale() - Method in interface org.javacord.api.entity.server.Server
Gets the server's preferred locale.
getPrefix() - Method in enum org.javacord.api.entity.message.MessageDecoration
Gets the prefix of the decoration.
getPrefixedToken() - Method in interface org.javacord.api.DiscordApi
Gets the used token with the bot prefix, that way it is usable directly in the authentication header for custom REST calls.
getPrivateArchivedThreads() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the private archived threads.
getPrivateArchivedThreads(int) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the private archived threads.
getPrivateArchivedThreads(long) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the private archived threads.
getPrivateArchivedThreads(Long, Integer) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the private archived threads.
getPrivateChannel() - Method in interface org.javacord.api.entity.message.Message
Gets the private channel of the message.
getPrivateChannel() - Method in interface org.javacord.api.entity.user.User
Gets the private channel with the user.
getPrivateChannel() - Method in interface org.javacord.api.event.channel.TextChannelEvent
Gets the channel of the event as a private channel.
getPrivateChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.user.PrivateChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more PrivateChannelAttachableListeners and their assigned listener classes they listen to.
getPrivateChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a private channel by its id.
getPrivateChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a private channel by its id.
getPrivateChannelCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered PrivateChannelCreateListeners.
getPrivateChannelCreateListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered PrivateChannelCreateListeners.
getPrivateChannelDeleteListeners() - Method in interface org.javacord.api.listener.channel.user.PrivateChannelAttachableListenerManager
Gets a list with all registered PrivateChannelDeleteListeners.
getPrivateChannelDeleteListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered PrivateChannelDeleteListeners.
getPrivateChannelDeleteListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered PrivateChannelDeleteListeners.
getPrivateChannels() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all private channels of the bot.
getPrivateServerThreadChannels() - Method in interface org.javacord.api.DiscordApi
Gets a set with all the private threads of the bot.
getProvider() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the provider of the embed.
getProxy() - Method in interface org.javacord.api.util.auth.Route
The proxy that is used to connect to the URL.
getProxyIconUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedAuthor
Gets the proxy url of the author icon.
getProxyIconUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedFooter
Gets the proxy url of the footer icon.
getProxyUrl() - Method in interface org.javacord.api.entity.Attachment
Gets the proxy url of the attachment.
getProxyUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedImage
Gets the proxy url of the image.
getProxyUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedThumbnail
Gets the proxy url of the thumbnail.
getPruneCount(int) - Method in interface org.javacord.api.entity.server.Server
Gets the amount of members without a role which were inactive at least the given amount of days.
getPublicArchivedThreads() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the public archived threads.
getPublicArchivedThreads(int) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the public archived threads.
getPublicArchivedThreads(long) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the public archived threads.
getPublicArchivedThreads(Long, Integer) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the public archived threads.
getPublicServerThreadChannels() - Method in interface org.javacord.api.DiscordApi
Gets a set with all the public threads of the bot.
getQueryParameters() - Method in interface org.javacord.api.util.rest.RestRequestInformation
Gets the query parameters of the rest request.
getRawPosition() - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Gets the raw position of the channel.
getRawPosition() - Method in interface org.javacord.api.entity.permission.Role
Gets the raw position of the role.
getReaction() - Method in interface org.javacord.api.event.message.reaction.SingleReactionEvent
Gets the reaction if the message is cached and the reaction exists.
getReactionAddListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered ReactionAddListeners.
getReactionAddListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ReactionAddListeners.
getReactionAddListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ReactionAddListeners.
getReactionAddListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ReactionAddListeners.
getReactionAddListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ReactionAddListeners.
getReactionAddListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered ReactionAddListeners.
getReactionAddListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered ReactionAddListeners.
getReactionAddListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ReactionAddListeners of a specific message.
getReactionAddListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ReactionAddListeners of a specific message.
getReactionByEmoji(String) - Method in interface org.javacord.api.entity.message.Message
Gets a reaction by its unicode emoji.
getReactionByEmoji(Emoji) - Method in interface org.javacord.api.entity.message.Message
Gets a reaction by its emoji.
getReactionRemoveAllListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered ReactionRemoveAllListeners.
getReactionRemoveAllListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ReactionRemoveAllListeners.
getReactionRemoveAllListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ReactionRemoveAllListeners.
getReactionRemoveAllListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ReactionRemoveAllListeners.
getReactionRemoveAllListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered ReactionRemoveAllListeners.
getReactionRemoveAllListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered ReactionRemoveAllListeners.
getReactionRemoveAllListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ReactionRemoveAllListeners of a specific message.
getReactionRemoveAllListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ReactionRemoveAllListeners of a specific message.
getReactionRemoveListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered ReactionRemoveListeners.
getReactionRemoveListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ReactionRemoveListeners.
getReactionRemoveListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ReactionRemoveListeners.
getReactionRemoveListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ReactionRemoveListeners.
getReactionRemoveListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ReactionRemoveListeners.
getReactionRemoveListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered ReactionRemoveListeners.
getReactionRemoveListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered ReactionRemoveListeners.
getReactionRemoveListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ReactionRemoveListeners of a specific message.
getReactionRemoveListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered ReactionRemoveListeners of a specific message.
getReactions() - Method in interface org.javacord.api.entity.message.Message
Gets a list with all reactions of the message.
getReactionTag() - Method in interface org.javacord.api.entity.emoji.CustomEmoji
Gets the tag used to add a reaction with the emoji.
getReadableContent() - Method in interface org.javacord.api.entity.message.Message
Gets the readable content of the message, which replaces all mentions etc.
getReadableMessageContent() - Method in interface org.javacord.api.event.message.CertainMessageEvent
Gets the readable content of the event's message.
getReadableMessageContent() - Method in interface org.javacord.api.event.message.OptionalMessageEvent
Gets the readable content of the event's message.
getRealm() - Method in class org.javacord.api.util.auth.Challenge
Returns the protection space.
getReason() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntry
Gets the reason for the change.
getReason() - Method in interface org.javacord.api.entity.server.Ban
Gets the reason for the ban.
getRecipient() - Method in interface org.javacord.api.entity.channel.PrivateChannel
Gets the recipient of the private channel.
getRecipient() - Method in interface org.javacord.api.event.channel.user.PrivateChannelEvent
Gets the recipient of the private channel of the event.
getRecipientId() - Method in interface org.javacord.api.entity.channel.PrivateChannel
Gets the id of the recipient of the private channel.
getReconnectDelay(int) - Method in interface org.javacord.api.DiscordApi
Gets the reconnect delay for a given amount of attempts.
getReconnectListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ReconnectListeners.
getReferencedMessage() - Method in interface org.javacord.api.entity.message.Message
Gets the message referenced with a reply.
getRegion() - Method in interface org.javacord.api.entity.server.Server
Gets the region of the server.
getRegionByKey(String) - Static method in enum org.javacord.api.entity.Region
Gets a region by its key.
getRegularChannelById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a regular channel by its id.
getRegularChannelById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a regular channel by its id.
getRegularChannels() - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all regular channels of the server.
getRegularChannelsByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all channels with the given name.
getRegularChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all channels with the given name.
getRegularServerChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a regular server channel by its id.
getRegularServerChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a regular server channel by its id.
getRegularServerChannels() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all regular server channels of the bot.
getRegularServerChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all regular server channels with the given name.
getRegularServerChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all regular server channels with the given name.
getRegularServerChannelTypes() - Static method in enum org.javacord.api.entity.channel.ChannelType
Gets an array with all types that are regular server channel types.
getRemainingQuota() - Method in class org.javacord.api.util.ratelimit.LocalRatelimiter
Gets the remaining quota in the current reset interval.
getRemovedMemberIds() - Method in interface org.javacord.api.event.channel.thread.ThreadMembersUpdateEvent
The ids of the users who were removed from the thread.
getRequest() - Method in exception org.javacord.api.exception.DiscordException
Gets information about the request which caused the exception.
getRequest() - Method in interface org.javacord.api.util.rest.RestRequestResponseInformation
Gets the request which this response answered.
getResponse() - Method in exception org.javacord.api.exception.DiscordException
Gets information about the response which caused the exception.
getResumeListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ResumeListeners.
getRole() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeOverwrittenPermissionsEvent
Gets the role which permissions were changed.
getRole() - Method in interface org.javacord.api.event.server.role.RoleEvent
Gets the role of the event.
getRole() - Method in interface org.javacord.api.interaction.ApplicationCommandPermissions
Returns the role that these permissions affect.
getRoleAttachableListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a map with all registered listeners that implement one or more RoleAttachableListeners and their assigned listener classes they listen to.
getRoleById(long) - Method in interface org.javacord.api.DiscordApi
Gets a role by its id.
getRoleById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a role by its id.
getRoleById(String) - Method in interface org.javacord.api.DiscordApi
Gets a role by its id.
getRoleById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a role by its id.
getRoleChangeColorListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered RoleChangeColorListeners.
getRoleChangeColorListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered RoleChangeColorListeners.
getRoleChangeColorListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered RoleChangeColorListeners.
getRoleChangeHoistListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered RoleChangeHoistListeners.
getRoleChangeHoistListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered RoleChangeHoistListeners.
getRoleChangeHoistListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered RoleChangeHoistListeners.
getRoleChangeMentionableListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered RoleChangeMentionableListeners.
getRoleChangeMentionableListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered RoleChangeMentionableListeners.
getRoleChangeMentionableListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered RoleChangeMentionableListeners.
getRoleChangeNameListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered RoleChangeNameListeners.
getRoleChangeNameListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered RoleChangeNameListeners.
getRoleChangeNameListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered RoleChangeNameListeners.
getRoleChangePermissionsListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered RoleChangePermissionsListeners.
getRoleChangePermissionsListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered RoleChangePermissionsListeners.
getRoleChangePermissionsListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered RoleChangePermissionsListeners.
getRoleChangePositionListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered RoleChangePositionListeners.
getRoleChangePositionListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered RoleChangePositionListeners.
getRoleChangePositionListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered RoleChangePositionListeners.
getRoleColor() - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets the displayed color if the author was a User on a Server.
getRoleColor(Server) - Method in interface org.javacord.api.entity.user.User
Gets the displayed color of the user based on their roles in the given server.
getRoleColor(User) - Method in interface org.javacord.api.entity.server.Server
Gets the displayed color of a user based on his roles on this server.
getRoleCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered RoleCreateListeners.
getRoleCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered RoleCreateListeners.
getRoleDeleteListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered RoleDeleteListeners.
getRoleDeleteListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered RoleDeleteListeners.
getRoleDeleteListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered RoleDeleteListeners.
getRoles() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all roles the bot knows.
getRoles() - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all roles of the server.
getRoles(Server) - Method in interface org.javacord.api.entity.user.User
Gets a sorted list (by position) with all roles of the user in the given server.
getRoles(User) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all roles of the user in the server.
getRolesByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all roles with the given name.
getRolesByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all roles with the given name.
getRolesByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all roles with the given name.
getRolesByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all roles with the given name.
getRoleTags() - Method in interface org.javacord.api.entity.permission.Role
Gets the role tags of the role.
getRoleValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the role value of this option.
getRulesChannel() - Method in interface org.javacord.api.entity.server.Server
Gets the rules channel.
getScheduler() - Method in interface org.javacord.api.util.concurrent.ThreadPool
Gets the used scheduler.
getScheme() - Method in class org.javacord.api.util.auth.Challenge
Gets the authentication scheme in lowercase, like basic.
getScope() - Method in enum org.javacord.api.BotInviteScope
Gets the query paramater value for this scope.
getSecrets() - Method in interface org.javacord.api.entity.activity.Activity
Gets the secrets for Rich Presence joining and spectating.
getSelectMenuChooseListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered SelectMenuChooseListeners.
getSelectMenuChooseListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered SelectMenuChooseListeners.
getSelectMenuChooseListeners() - Method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered SelectMenuChooseListeners.
getSelectMenuChooseListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered SelectMenuChooseListeners.
getSelectMenuChooseListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered SelectMenuChooseListeners.
getSelectMenuChooseListeners(long) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered SelectMenuChooseListeners.
getSelectMenuChooseListeners(String) - Method in interface org.javacord.api.listener.message.UncachedMessageAttachableListenerManager
Gets a list with all registered SelectMenuChooseListeners.
getSelectMenuChooseListeners(DiscordApi, long) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered SelectMenuChooseListeners of a specific message.
getSelectMenuChooseListeners(DiscordApi, String) - Static method in interface org.javacord.api.listener.message.MessageAttachableListenerManager
Gets a list with all registered SelectMenuChooseListeners of a specific message.
getSelectMenuInteraction() - Method in interface org.javacord.api.event.interaction.SelectMenuChooseEvent
Gets the created interaction as SelectMenuInteraction.
getSelectMenuInteractionWithCustomId(String) - Method in interface org.javacord.api.event.interaction.SelectMenuChooseEvent
Gets the created interaction as SelectMenuInteraction, if the custom id equals the given custom id.
getServer() - Method in interface org.javacord.api.audio.AudioConnection
Gets the server of the audio connection.
getServer() - Method in interface org.javacord.api.entity.auditlog.AuditLog
Gets the server of the audit log.
getServer() - Method in interface org.javacord.api.entity.channel.ServerChannel
Gets the server of the channel.
getServer() - Method in interface org.javacord.api.entity.channel.ThreadMember
Gets the server related to this thread member.
getServer() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Gets the server of the emoji.
getServer() - Method in interface org.javacord.api.entity.message.Message
Gets the server of the message.
getServer() - Method in interface org.javacord.api.entity.message.MessageReference
Gets the server of the message reference.
getServer() - Method in interface org.javacord.api.entity.permission.Role
Gets the server of the role.
getServer() - Method in interface org.javacord.api.entity.server.Ban
Gets the server of the ban.
getServer() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the server of the invite.
getServer() - Method in interface org.javacord.api.entity.sticker.Sticker
The server that owns this sticker.
getServer() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the server of the webhook.
getServer() - Method in interface org.javacord.api.event.audio.AudioSourceEvent
Gets the server of the event.
getServer() - Method in interface org.javacord.api.event.channel.server.ServerChannelEvent
 
getServer() - Method in interface org.javacord.api.event.channel.thread.ThreadMembersUpdateEvent
The server to which this event belongs.
getServer() - Method in interface org.javacord.api.event.message.MessageEvent
Gets the server of the message.
getServer() - Method in interface org.javacord.api.event.server.ServerEvent
Gets the server of the event.
getServer() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the server of this command if it is not global.
getServer() - Method in interface org.javacord.api.interaction.ApplicationCommandPermissions
Gets the server this command permissions belongs to.
getServer() - Method in interface org.javacord.api.interaction.InteractionBase
Gets the server that this interaction was sent from.
getServer() - Method in interface org.javacord.api.interaction.ServerApplicationCommandPermissions
Gets the server of this server application command permissions.
getServerApplicationCommandById(Server, long) - Method in interface org.javacord.api.DiscordApi
Gets a server application command by its id.
getServerApplicationCommandPermissions(Server) - Method in interface org.javacord.api.DiscordApi
Gets a list of all server application command permissions from the given server.
getServerApplicationCommandPermissionsById(Server, long) - Method in interface org.javacord.api.DiscordApi
Gets a server application command permissions by it ID from the given server.
getServerApplicationCommands(Server) - Method in interface org.javacord.api.DiscordApi
Gets a list with all application commands for the given server.
getServerAttachableListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a map with all registered listeners that implement one or more ServerAttachableListeners and their assigned listener classes they listen to.
getServerAvatar(Server) - Method in interface org.javacord.api.entity.user.User
Gets the user's server-specific avatar in the given server.
getServerAvatar(Server, int) - Method in interface org.javacord.api.entity.user.User
Gets the user's server-specific avatar in the given server at the given image size.
getServerBecomesAvailableListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerBecomesAvailableListeners.
getServerBecomesUnavailableListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerBecomesUnavailableListeners.
getServerBecomesUnavailableListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerBecomesUnavailableListeners.
getServerById(long) - Method in interface org.javacord.api.DiscordApi
Gets a server by its id.
getServerById(String) - Method in interface org.javacord.api.DiscordApi
Gets a server by its id.
getServerChangeAfkChannelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeAfkChannelListeners.
getServerChangeAfkChannelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeAfkChannelListeners.
getServerChangeAfkTimeoutListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeAfkTimeoutListeners.
getServerChangeAfkTimeoutListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeAfkTimeoutListeners.
getServerChangeBoostCountListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeBoostCountListeners.
getServerChangeBoostCountListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeBoostCountListeners.
getServerChangeBoostLevelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeBoostLevelListeners.
getServerChangeBoostLevelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeBoostLevelListeners.
getServerChangeDefaultMessageNotificationLevelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeDefaultMessageNotificationLevelListeners.
getServerChangeDefaultMessageNotificationLevelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeDefaultMessageNotificationLevelListeners.
getServerChangeDescriptionListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeDescriptionListeners.
getServerChangeDescriptionListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeDescriptionListeners.
getServerChangeDiscoverySplashListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeDiscoverySplashListeners.
getServerChangeDiscoverySplashListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeDiscoverySplashListeners.
getServerChangeExplicitContentFilterLevelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeExplicitContentFilterLevelListeners.
getServerChangeExplicitContentFilterLevelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeExplicitContentFilterLevelListeners.
getServerChangeIconListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeIconListeners.
getServerChangeIconListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeIconListeners.
getServerChangeModeratorsOnlyChannelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeModeratorsOnlyChannelListeners.
getServerChangeModeratorsOnlyChannelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeModeratorsOnlyChannelListeners.
getServerChangeMultiFactorAuthenticationLevelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeMultiFactorAuthenticationLevelListeners.
getServerChangeMultiFactorAuthenticationLevelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeMultiFactorAuthenticationLevelListeners.
getServerChangeNameListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeNameListeners.
getServerChangeNameListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeNameListeners.
getServerChangeNsfwLevelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeNsfwLevelListeners.
getServerChangeNsfwLevelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeNsfwLevelListeners.
getServerChangeOwnerListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeOwnerListeners.
getServerChangeOwnerListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeOwnerListeners.
getServerChangePreferredLocaleListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangePreferredLocaleListeners.
getServerChangePreferredLocaleListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangePreferredLocaleListeners.
getServerChangeRegionListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeRegionListeners.
getServerChangeRegionListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeRegionListeners.
getServerChangeRulesChannelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeRulesChannelListeners.
getServerChangeRulesChannelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeRulesChannelListeners.
getServerChangeServerFeatureListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeServerFeatureListeners.
getServerChangeServerFeatureListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeServerFeatureListeners.
getServerChangeSplashListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeSplashListeners.
getServerChangeSplashListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeSplashListeners.
getServerChangeSystemChannelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeSystemChannelListeners.
getServerChangeSystemChannelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeSystemChannelListeners.
getServerChangeVanityUrlCodeListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeVanityUrlCodeListeners.
getServerChangeVanityUrlCodeListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeVanityUrlCodeListeners.
getServerChangeVerificationLevelListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChangeVerificationLevelListeners.
getServerChangeVerificationLevelListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChangeVerificationLevelListeners.
getServerChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more ServerChannelAttachableListeners and their assigned listener classes they listen to.
getServerChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a server channel by its id.
getServerChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a server channel by its id.
getServerChannelChangeNameListeners() - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Gets a list with all registered ServerChannelChangeNameListeners.
getServerChannelChangeNameListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChannelChangeNameListeners.
getServerChannelChangeNameListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChannelChangeNameListeners.
getServerChannelChangeNsfwFlagListeners() - Method in interface org.javacord.api.listener.channel.server.ChannelCategoryAttachableListenerManager
Gets a list with all registered ServerChannelChangeNsfwFlagListeners.
getServerChannelChangeNsfwFlagListeners() - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Gets a list with all registered ServerChannelChangeNsfwFlagListeners.
getServerChannelChangeNsfwFlagListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChannelChangeNsfwFlagListeners.
getServerChannelChangeNsfwFlagListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChannelChangeNsfwFlagListeners.
getServerChannelChangeOverwrittenPermissionsListeners() - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Gets a list with all registered ServerChannelChangeOverwrittenPermissionsListeners.
getServerChannelChangeOverwrittenPermissionsListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChannelChangeOverwrittenPermissionsListeners.
getServerChannelChangeOverwrittenPermissionsListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered ServerChannelChangeOverwrittenPermissionsListeners.
getServerChannelChangeOverwrittenPermissionsListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChannelChangeOverwrittenPermissionsListeners.
getServerChannelChangeOverwrittenPermissionsListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ServerChannelChangeOverwrittenPermissionsListeners.
getServerChannelChangePositionListeners() - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Gets a list with all registered ServerChannelChangePositionListeners.
getServerChannelChangePositionListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChannelChangePositionListeners.
getServerChannelChangePositionListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChannelChangePositionListeners.
getServerChannelCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChannelCreateListeners.
getServerChannelCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChannelCreateListeners.
getServerChannelDeleteListeners() - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Gets a list with all registered ServerChannelDeleteListeners.
getServerChannelDeleteListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChannelDeleteListeners.
getServerChannelDeleteListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChannelDeleteListeners.
getServerChannelInviteCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChannelInviteCreateListeners.
getServerChannelInviteCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChannelInviteCreateListeners.
getServerChannelInviteDeleteListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerChannelInviteDeleteListeners.
getServerChannelInviteDeleteListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerChannelInviteDeleteListeners.
getServerChannels() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server channels of the bot.
getServerChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server channels with the given name.
getServerChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server channels with the given name.
getServerChannelTypes() - Static method in enum org.javacord.api.entity.channel.ChannelType
Gets an array with all types that are server channel types.
getServerForumChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.server.forum.ServerForumChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more ServerForumChannelAttachableListeners and their assigned listener classes they listen to.
getServerForumChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a server forum channel by its id.
getServerForumChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a server forum channel by its id.
getServerForumChannels() - Method in interface org.javacord.api.DiscordApi
Gets a set with all server forum channels of the bot.
getServerForumChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server forum channels with the given name.
getServerForumChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server forum channels with the given name.
getServerIcon() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the icon of the server.
getServerId() - Method in interface org.javacord.api.entity.message.MessageReference
Gets the server id of the message reference.
getServerId() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the id of the server.
getServerId() - Method in interface org.javacord.api.entity.sticker.Sticker
The ID of the server that owns this sticker.
getServerId() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the server id of the webhook.
getServerId() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the server id of this command if it is not global.
getServerId() - Method in interface org.javacord.api.interaction.ServerApplicationCommandPermissions
Gets the server ID of this server application command permissions.
getServerJoinListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerJoinListeners.
getServerLeaveListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerLeaveListeners.
getServerLeaveListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerLeaveListeners.
getServerLocale() - Method in interface org.javacord.api.interaction.InteractionBase
Gets the server's preferred locale, if invoked in a server.
getServerMemberBanListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerMemberBanListeners.
getServerMemberBanListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerMemberBanListeners.
getServerMemberBanListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ServerMemberBanListeners.
getServerMemberJoinListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerMemberJoinListeners.
getServerMemberJoinListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerMemberJoinListeners.
getServerMemberJoinListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ServerMemberJoinListeners.
getServerMemberLeaveListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerMemberLeaveListeners.
getServerMemberLeaveListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerMemberLeaveListeners.
getServerMemberLeaveListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ServerMemberLeaveListeners.
getServerMembersChunkListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerMembersChunkListeners.
getServerMembersChunkListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerMembersChunkListeners.
getServerMemberUnbanListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerMemberUnbanListeners.
getServerMemberUnbanListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerMemberUnbanListeners.
getServerMemberUnbanListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ServerMemberUnbanListeners.
getServerMessageContextMenuById(Server, long) - Method in interface org.javacord.api.DiscordApi
Gets a server message context menu by its id.
getServerMessageContextMenus(Server) - Method in interface org.javacord.api.DiscordApi
Gets a list with all message context menus for the given server.
getServerName() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the name of the server.
getServers() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all servers the bot is in.
getServersByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all servers with the given name.
getServersByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all servers with the given name.
getServerSlashCommandById(Server, long) - Method in interface org.javacord.api.DiscordApi
Gets a server slash command by its id.
getServerSlashCommands(Server) - Method in interface org.javacord.api.DiscordApi
Gets a list with all slash commands for the given server.
getServerSplash() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the splash of the server.
getServerStageVoiceChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.server.voice.ServerStageVoiceChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more ServerStageVoiceChannelAttachableListeners and their assigned listener classes they listen to.
getServerStageVoiceChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a server stage voice channel by its id.
getServerStageVoiceChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a server stage voice channel by its id.
getServerStageVoiceChannelChangeTopicListeners() - Method in interface org.javacord.api.listener.channel.server.voice.ServerStageVoiceChannelAttachableListenerManager
Gets a list with all registered ServerStageVoiceChannelChangeTopicListeners.
getServerStageVoiceChannelChangeTopicListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerStageVoiceChannelChangeTopicListeners.
getServerStageVoiceChannelChangeTopicListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerStageVoiceChannelChangeTopicListeners.
getServerStageVoiceChannels() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server stage voice channels of the bot.
getServerStageVoiceChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server stage voice channels with the given name.
getServerStageVoiceChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server stage voice channels with the given name.
getServerTextChannel() - Method in interface org.javacord.api.entity.message.Message
Gets the server text channel of the message.
getServerTextChannel() - Method in interface org.javacord.api.event.channel.TextChannelEvent
Gets the channel of the event as a server text channel.
getServerTextChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more ServerTextChannelAttachableListeners and their assigned listener classes they listen to.
getServerTextChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a server text channel by its id.
getServerTextChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a server text channel by its id.
getServerTextChannelChangeDefaultAutoArchiveDurationListeners() - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Gets a list with all registered ServerTextChannelChangeDefaultAutoArchiveDurationListeners.
getServerTextChannelChangeDefaultAutoArchiveDurationListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerTextChannelChangeDefaultAutoArchiveDurationListeners.
getServerTextChannelChangeDefaultAutoArchiveDurationListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerTextChannelChangeDefaultAutoArchiveDurationListeners.
getServerTextChannelChangeSlowmodeListeners() - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Gets a list with all registered ServerTextChannelChangeSlowmodeListeners.
getServerTextChannelChangeSlowmodeListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerTextChannelChangeSlowmodeListeners.
getServerTextChannelChangeSlowmodeListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerTextChannelChangeSlowmodeListeners.
getServerTextChannelChangeTopicListeners() - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Gets a list with all registered ServerTextChannelChangeTopicListeners.
getServerTextChannelChangeTopicListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerTextChannelChangeTopicListeners.
getServerTextChannelChangeTopicListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerTextChannelChangeTopicListeners.
getServerTextChannels() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server text channels of the bot.
getServerTextChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server text channels with the given name.
getServerTextChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server text channels with the given name.
getServerThreadChannel() - Method in interface org.javacord.api.entity.message.Message
Gets the server thread channel of the message.
getServerThreadChannel() - Method in interface org.javacord.api.event.channel.TextChannelEvent
Gets the channel of the event as a server thread channel.
getServerThreadChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more ServerThreadChannelAttachableListeners and their assigned listener classes they listen to.
getServerThreadChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a server thread channel by its id.
getServerThreadChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a server thread channel by its id.
getServerThreadChannelCreateListeners() - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Gets a list with all registered ServerThreadChannelCreateListeners.
getServerThreadChannelCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerThreadChannelCreateListeners.
getServerThreadChannelDeleteListeners() - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Gets a list with all registered ServerThreadChannelDeleteListeners.
getServerThreadChannelDeleteListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerThreadChannelDeleteListeners.
getServerThreadChannelMembersUpdateListeners() - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Gets a list with all registered ServerThreadChannelMembersUpdateListeners.
getServerThreadChannelMembersUpdateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerThreadChannelMembersUpdateListeners.
getServerThreadChannelMembersUpdateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerThreadChannelMembersUpdateListeners.
getServerThreadChannels() - Method in interface org.javacord.api.DiscordApi
Gets a set with all the server thread channels of the bot.
getServerThreadChannels() - Method in interface org.javacord.api.entity.server.ActiveThreads
Gets the active threads.
getServerThreadChannels() - Method in interface org.javacord.api.entity.server.ArchivedThreads
Gets the active threads.
getServerThreadChannels() - Method in interface org.javacord.api.event.channel.thread.ThreadListSyncEvent
All active threads in the given channels that the current user can access.
getServerThreadChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a set with all server thread channels with the given name.
getServerThreadChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a set with all server thread channels with the given name.
getServerThreadChannelUpdateListeners() - Method in interface org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager
Gets a list with all registered ServerThreadChannelUpdateListeners.
getServerThreadChannelUpdateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerThreadChannelUpdateListeners.
getServerThreadChannelUpdateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerThreadChannelUpdateListeners.
getServerThreadListSyncListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerThreadListSyncListeners.
getServerThreadListSyncListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerThreadListSyncListeners.
getServerUserContextMenuById(Server, long) - Method in interface org.javacord.api.DiscordApi
Gets a server user context menu by its id.
getServerUserContextMenus(Server) - Method in interface org.javacord.api.DiscordApi
Gets a list with all user context menus for the given server.
getServerVoiceChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more ServerVoiceChannelAttachableListeners and their assigned listener classes they listen to.
getServerVoiceChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a server voice channel by its id.
getServerVoiceChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a server voice channel by its id.
getServerVoiceChannelChangeBitrateListeners() - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Gets a list with all registered ServerVoiceChannelChangeBitrateListeners.
getServerVoiceChannelChangeBitrateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerVoiceChannelChangeBitrateListeners.
getServerVoiceChannelChangeBitrateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerVoiceChannelChangeBitrateListeners.
getServerVoiceChannelChangeUserLimitListeners() - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Gets a list with all registered ServerVoiceChannelChangeUserLimitListeners.
getServerVoiceChannelChangeUserLimitListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerVoiceChannelChangeUserLimitListeners.
getServerVoiceChannelChangeUserLimitListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerVoiceChannelChangeUserLimitListeners.
getServerVoiceChannelMemberJoinListeners() - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Gets a list with all registered ServerVoiceChannelMemberJoinListeners.
getServerVoiceChannelMemberJoinListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerVoiceChannelMemberJoinListeners.
getServerVoiceChannelMemberJoinListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerVoiceChannelMemberJoinListeners.
getServerVoiceChannelMemberJoinListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ServerVoiceChannelMemberJoinListeners.
getServerVoiceChannelMemberLeaveListeners() - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelAttachableListenerManager
Gets a list with all registered ServerVoiceChannelMemberLeaveListeners.
getServerVoiceChannelMemberLeaveListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered ServerVoiceChannelMemberLeaveListeners.
getServerVoiceChannelMemberLeaveListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered ServerVoiceChannelMemberLeaveListeners.
getServerVoiceChannelMemberLeaveListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered ServerVoiceChannelMemberLeaveListeners.
getServerVoiceChannels() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server voice channels of the bot.
getServerVoiceChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server voice channels with the given name.
getServerVoiceChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all server voice channels with the given name.
getSessionId() - Method in interface org.javacord.api.event.server.VoiceStateUpdateEvent
Gets the session id provided in this event.
getSingleDaemonThreadExecutorService(String) - Method in interface org.javacord.api.util.concurrent.ThreadPool
Gets an executor service which only uses a single daemon thread.
getSingleThreadExecutorService(String) - Method in interface org.javacord.api.util.concurrent.ThreadPool
Gets an executor service which only uses a single thread.
getSize() - Method in interface org.javacord.api.entity.Attachment
Gets the size of the attachment in bytes.
getSkuId() - Method in interface org.javacord.api.entity.sticker.StickerPack
Gets the SKU ID of the sticker pack.
getSlashCommandById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a server slash command by its id.
getSlashCommandCreateListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered SlashCommandCreateListeners.
getSlashCommandCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered SlashCommandCreateListeners.
getSlashCommandCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered SlashCommandCreateListeners.
getSlashCommandCreateListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered SlashCommandCreateListeners.
getSlashCommandInteraction() - Method in interface org.javacord.api.event.interaction.InteractionCreateEvent
Gets the created interaction as SlashCommandInteraction, if the interaction is of this type.
getSlashCommandInteraction() - Method in interface org.javacord.api.event.interaction.SlashCommandCreateEvent
Gets the created interaction as SlashCommandInteraction, if the interaction is of this type.
getSlashCommandInteractionWithCommandId(long) - Method in interface org.javacord.api.event.interaction.InteractionCreateEvent
Gets the created interaction as SlashCommandInteraction, if the interaction is of this type and the command id equals the given command id.
getSlashCommandInteractionWithCommandId(long) - Method in interface org.javacord.api.event.interaction.SlashCommandCreateEvent
Gets the created interaction as SlashCommandInteraction, if the interaction is of this type and the command id equals the given command id.
getSlashCommands() - Method in interface org.javacord.api.entity.server.Server
Gets a list with all slash commands for the given server.
getSlowmodeDelayInSeconds() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the delay for slowmode.
getSmallImage() - Method in interface org.javacord.api.entity.activity.ActivityAssets
Gets the small image of the asset.
getSmallText() - Method in interface org.javacord.api.entity.activity.ActivityAssets
Gets the small text of the asset.
getSortValue() - Method in interface org.javacord.api.entity.sticker.Sticker
Gets the sticker's sort order within it's sticker pack.
getSource() - Method in interface org.javacord.api.event.audio.AudioSourceEvent
Gets the audio source of the event.
getSpeakingFlags() - Method in interface org.javacord.api.audio.AudioConnection
Gets the speaking flags of this connection.
getSpectate() - Method in interface org.javacord.api.entity.activity.ActivitySecrets
Gets the secret for spectating a party.
getSplash() - Method in interface org.javacord.api.entity.server.Server
Gets the splash of the server.
getStageVoiceChannelById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a stage voice channel by its id.
getStageVoiceChannelById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a voice channel by its id.
getStartTime() - Method in interface org.javacord.api.entity.activity.Activity
Gets the start time of the activity.
getState() - Method in interface org.javacord.api.entity.activity.Activity
Gets the user's current party status.
getState(PermissionType) - Method in interface org.javacord.api.entity.permission.internal.PermissionsBuilderDelegate
Gets the state of the given type.
getState(PermissionType) - Method in interface org.javacord.api.entity.permission.Permissions
Gets the state of the given type.
getState(PermissionType) - Method in class org.javacord.api.entity.permission.PermissionsBuilder
Gets the state of the given type.
getStatus() - Method in interface org.javacord.api.DiscordApi
Gets the status which should be displayed for this bot.
getStatus() - Method in interface org.javacord.api.entity.user.User
Gets the connection status of the user as it is displayed in the user list.
getStatusOnClient(DiscordClient) - Method in interface org.javacord.api.entity.user.User
Gets the status of the user on the given client.
getStatusString() - Method in enum org.javacord.api.entity.user.UserStatus
Gets the status string of the status.
getSticker() - Method in interface org.javacord.api.event.server.sticker.StickerEvent
Gets the sticker of the event.
getStickerAttachableListeners() - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Gets a map with all registered listeners that implement one or more StickerAttachableListeners and their assigned listener classes they listen to.
getStickerById(long) - Method in interface org.javacord.api.DiscordApi
Gets a sticker by its ID.
getStickerById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a sticker by its ID.
getStickerById(String) - Method in interface org.javacord.api.DiscordApi
Gets a sticker by its ID.
getStickerById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sticker by its ID.
getStickerChangeDescriptionListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered StickerChangeDescriptionListeners.
getStickerChangeDescriptionListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered StickerChangeDescriptionListeners.
getStickerChangeDescriptionListeners() - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Gets a list with all registered StickerChangeDescriptionListeners.
getStickerChangeNameListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered StickerChangeNameListeners.
getStickerChangeNameListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered StickerChangeNameListeners.
getStickerChangeNameListeners() - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Gets a list with all registered StickerChangeNameListeners.
getStickerChangeTagsListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered StickerChangeTagsListeners.
getStickerChangeTagsListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered StickerChangeTagsListeners.
getStickerChangeTagsListeners() - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Gets a list with all registered StickerChangeTagsListeners.
getStickerCreateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered StickerCreateListeners.
getStickerCreateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered StickerCreateListeners.
getStickerDeleteListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered StickerDeleteListeners.
getStickerDeleteListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered StickerDeleteListeners.
getStickerDeleteListeners() - Method in interface org.javacord.api.listener.server.sticker.StickerAttachableListenerManager
Gets a list with all registered StickerDeleteListeners.
getStickerItems() - Method in interface org.javacord.api.entity.message.Message
Gets the sticker items of the message.
getStickers() - Method in interface org.javacord.api.entity.server.Server
Gets the stickers of this server.
getStickers() - Method in interface org.javacord.api.entity.sticker.StickerPack
Gets the stickers in this pack.
getStickersByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a list of sticker by their name.
getStickersByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a list of sticker by their name.
getStorageTimeInSeconds() - Method in interface org.javacord.api.util.cache.MessageCache
Gets the maximum age of the message in seconds.
getStreamingUrl() - Method in interface org.javacord.api.entity.activity.Activity
Gets the streaming url of the activity.
getStringBuilder() - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Gets the StringBuilder which is used to build the message.
getStringBuilder() - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Gets the StringBuilder which is used to build the message.
getStringBuilder() - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
getStringBuilder() - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Gets the StringBuilder which is used to build the message.
getStringRepresentationValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the string representation value of this option.
getStringValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the string value of this option.
getStringValue() - Method in interface org.javacord.api.interaction.SlashCommandOptionChoice
Gets the string value of this choice.
getStyle() - Method in interface org.javacord.api.entity.message.component.Button
Get the button's style.
getStyle() - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Get the button's style.
getStyle() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Get the TextInput's style.
getStyle() - Method in interface org.javacord.api.entity.message.component.TextInput
Get the text input's style.
getSuffix() - Method in enum org.javacord.api.entity.message.MessageDecoration
Gets the suffix of the decoration.
getSystemChannel() - Method in interface org.javacord.api.entity.server.Server
Gets the system channel of the server.
getTags() - Method in interface org.javacord.api.entity.sticker.Sticker
Tags for autocompletion/suggestion of the sticker.
getTarget() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntry
Gets the target of the entry.
getTarget() - Method in interface org.javacord.api.interaction.MessageContextMenuInteraction
Gets the target message.
getTarget() - Method in interface org.javacord.api.interaction.UserContextMenuInteraction
Gets the target user.
getTargetUser() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the user which the invite was created for.
getTargetUserType() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the user type which the invite was created for.
getText() - Method in interface org.javacord.api.entity.message.embed.EmbedFooter
Gets the footer text.
getTextChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more TextChannelAttachableListeners and their assigned listener classes they listen to.
getTextChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a text channel by its id.
getTextChannelById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a text channel by its id.
getTextChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a text channel by its id.
getTextChannelById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a text channel by its id.
getTextChannels() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all text channels of the bot.
getTextChannels() - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all text channels of the server.
getTextChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all text channels with the given name.
getTextChannelsByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all text channels with the given name.
getTextChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all text channels with the given name.
getTextChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all text channels with the given name.
getTextChannelTypes() - Static method in enum org.javacord.api.entity.channel.ChannelType
Gets an array with all types that are text channel types.
getTextInputValueByCustomId(String) - Method in interface org.javacord.api.interaction.ModalInteraction
Get the value of a text input by its custom id.
getTextInputValues() - Method in interface org.javacord.api.interaction.ModalInteraction
Gets the values of each text input.
getThread() - Method in interface org.javacord.api.event.channel.thread.ThreadMembersUpdateEvent
The id of the thread.
getThreadChannelById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a channel thread by its id.
getThreadChannelById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a channel thread by its id.
getThreadChannels() - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by archive timestamp from old to new) with all thread channels of the server.
getThreadMembers() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Gets a list of all members in this thread.
getThreadMembers() - Method in interface org.javacord.api.entity.server.ActiveThreads
A thread member object for each returned thread the current user has joined.
getThreadMembers() - Method in interface org.javacord.api.entity.server.ArchivedThreads
A thread member object for each returned thread the current user has joined.
getThreadPool() - Method in interface org.javacord.api.DiscordApi
Gets the thread pool which is internally used.
getThumbnail() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the thumbnail of the embed.
getTimeout(Server) - Method in interface org.javacord.api.entity.user.User
Gets the timestamp of when the user's timeout will expire and the user will be able to communicate in the server again.
getTimeout(User) - Method in interface org.javacord.api.entity.server.Server
Gets the timestamp of when the user's timeout will expire and the user will be able to communicate in the server again.
getTimestamp() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the timestamp of the embed.
getTimestampStyle() - Method in enum org.javacord.api.entity.message.TimestampStyle
Gets the timestamp style name.
getTimestampTag(long) - Method in enum org.javacord.api.entity.message.TimestampStyle
Gets the timestamp tag used in messages.
getTimestampTag(Instant) - Method in enum org.javacord.api.entity.message.TimestampStyle
Gets the timestamp tag used in messages.
getTitle() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the title of the embed.
getToken() - Method in interface org.javacord.api.DiscordApi
Gets the used token.
getToken() - Method in class org.javacord.api.DiscordApiBuilder
Gets the token that will be used to login.
getToken() - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Gets the secure token of the webhook.
getToken() - Method in interface org.javacord.api.event.server.VoiceServerUpdateEvent
Gets the voice token provided in this voice server update.
getToken() - Method in interface org.javacord.api.interaction.InteractionBase
Gets the continuation token for responding to the interaction.
getToken() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Gets the token.
getTopic() - Method in interface org.javacord.api.entity.channel.ServerStageVoiceChannel
Gets the topic of this.
getTopic() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Gets the topic of the channel.
getTotalShards() - Method in interface org.javacord.api.DiscordApi
Gets the total amount of shards.
getTotalShards() - Method in class org.javacord.api.DiscordApiBuilder
Gets the total amount of shards.
getTotalShards() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Gets the total shards.
getTransformers() - Method in interface org.javacord.api.audio.AudioSource
Gets a list of all transformers of this audio source.
getTransformers() - Method in class org.javacord.api.audio.AudioSourceBase
 
getType() - Method in interface org.javacord.api.entity.activity.Activity
Gets the type of the activity.
getType() - Method in interface org.javacord.api.entity.auditlog.AuditLogChange
Gets the type of the change.
getType() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntry
Gets the type of the entry.
getType() - Method in interface org.javacord.api.entity.channel.Channel
Gets the type of the channel.
getType() - Method in interface org.javacord.api.entity.channel.ChannelCategory
 
getType() - Method in interface org.javacord.api.entity.channel.PrivateChannel
 
getType() - Method in interface org.javacord.api.entity.channel.ServerStageVoiceChannel
 
getType() - Method in class org.javacord.api.entity.message.component.ActionRowBuilder
Get the type of this component (always ComponentType.ACTION_ROW).
getType() - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Get the component's type (always ComponentType.BUTTON).
getType() - Method in interface org.javacord.api.entity.message.component.Component
Get the type of component.
getType() - Method in interface org.javacord.api.entity.message.component.ComponentBuilder
Get the type of component being built.
getType() - Method in interface org.javacord.api.entity.message.component.internal.ActionRowBuilderDelegate
Get the component's type (always ComponentType.ACTION_ROW).
getType() - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Get the button's type.
getType() - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Get the select menu's type.
getType() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Get the TextInput's type.
getType() - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
 
getType() - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Get the component's type (always ComponentType.TEXT_INPUT).
getType() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the type of the embed.
getType() - Method in interface org.javacord.api.entity.message.Message
Gets the type of the message.
getType() - Method in interface org.javacord.api.entity.message.MessageActivity
Gets the type of the activity.
getType() - Method in interface org.javacord.api.entity.sticker.Sticker
Gets the sticker's type.
getType() - Method in interface org.javacord.api.entity.webhook.Webhook
Gets the type of the webhook.
getType() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets the type of this application command.
getType() - Method in interface org.javacord.api.interaction.ApplicationCommandPermissions
Gets the type of this application commands permissions which may be a User or a Role.
getType() - Method in interface org.javacord.api.interaction.InteractionBase
Gets the type of the interaction.
getType() - Method in interface org.javacord.api.interaction.SlashCommandOption
Gets the type of this option.
getUnavailableServers() - Method in interface org.javacord.api.DiscordApi
Gets a collection with the ids of all unavailable servers.
getUncachedMessageUtil() - Method in interface org.javacord.api.DiscordApi
Gets a utility class to interact with uncached messages.
getUncaughtExceptionHandler() - Static method in class org.javacord.api.util.logging.ExceptionLogger
Returns an uncaught exception handler that can be used in the Thread.setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler) and Thread.setUncaughtExceptionHandler(UncaughtExceptionHandler) methods.
getUncaughtExceptionHandler() - Method in interface org.javacord.api.util.logging.internal.ExceptionLoggerDelegate
Returns an uncaught exception handler that can be used in the Thread.setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler) and Thread.setUncaughtExceptionHandler(UncaughtExceptionHandler) methods.
getUnicodeEmojiIcon() - Method in interface org.javacord.api.entity.permission.Role
Gets the unicode emoji role icon.
getUnknownChannelById(long) - Method in interface org.javacord.api.entity.server.Server
Gets an unknown channel by its id.
getUnknownChannelById(String) - Method in interface org.javacord.api.entity.server.Server
Gets an unknown channel by its id.
getUnknownRegularChannelById(long) - Method in interface org.javacord.api.entity.server.Server
Gets an unknown regular channel by its id.
getUnknownRegularChannelById(String) - Method in interface org.javacord.api.entity.server.Server
Gets an unknown regular channel by its id.
getUnorderedChannels() - Method in interface org.javacord.api.entity.server.Server
Gets an unordered collection with all channels in the server.
getUnsetPermissions() - Method in interface org.javacord.api.entity.permission.Permissions
Gets a collection with permission types which are set to (PermissionState.UNSET).
getUnsetPermissions() - Method in interface org.javacord.api.entity.permission.Role
Gets the unset permissions of the role.
getUnsetPermissions(User) - Method in interface org.javacord.api.entity.server.Server
Get the unset permissions of a given user.
getUpdatedPermissions() - Method in interface org.javacord.api.event.server.ApplicationCommandPermissionsUpdateEvent
Gets the updated permissions.
getUrl() - Method in interface org.javacord.api.entity.Attachment
Gets the url of the attachment.
getUrl() - Method in interface org.javacord.api.entity.Icon
Gets the url of the icon.
getUrl() - Method in interface org.javacord.api.entity.message.component.Button
Get the button's clickable URL.
getUrl() - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Get the button's clickable URL.
getUrl() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the url of the embed.
getUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedAuthor
Gets the url of the author.
getUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedImage
Gets the url of the image.
getUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedProvider
Gets the url of the provider.
getUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedThumbnail
Gets the url of the thumbnail.
getUrl() - Method in interface org.javacord.api.entity.message.embed.EmbedVideo
Gets the url of the video.
getUrl() - Method in interface org.javacord.api.entity.server.invite.Invite
Gets the url of the invite.
getUrl() - Method in interface org.javacord.api.entity.VanityUrlCode
Gets the vanity url.
getUrl() - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Gets the secure url of the webhook.
getUrl() - Method in interface org.javacord.api.util.auth.Route
The URL of the route.
getUrl() - Method in interface org.javacord.api.util.rest.RestRequestInformation
Gets the url, the request should be sent to.
getUsedBufferSize() - Method in interface org.javacord.api.audio.BufferableAudioSource
Gets the current used size of the buffer.
getUser() - Method in interface org.javacord.api.entity.auditlog.AuditLogEntry
Gets the user who made the changes.
getUser() - Method in interface org.javacord.api.entity.server.Ban
Gets the banned user.
getUser() - Method in interface org.javacord.api.entity.sticker.Sticker
The user that uploaded the sticker on the server.
getUser() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeOverwrittenPermissionsEvent
Gets the user which permissions were changed.
getUser() - Method in interface org.javacord.api.event.user.OptionalUserEvent
Gets the user of the event.
getUser() - Method in interface org.javacord.api.event.user.UserEvent
Gets the user of the event.
getUser() - Method in interface org.javacord.api.interaction.ApplicationCommandPermissions
Returns the user that these permissions affect.
getUser() - Method in interface org.javacord.api.interaction.InteractionBase
Gets the invoking user.
getUserAttachableListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a map with all registered listeners that implement one or more UserAttachableListeners and their assigned listener classes they listen to.
getUserAuthor() - Method in interface org.javacord.api.entity.message.Message
Gets the user author of the message.
getUserById(long) - Method in interface org.javacord.api.DiscordApi
Gets a user by its id.
getUserById(String) - Method in interface org.javacord.api.DiscordApi
Gets a user by its id.
getUserChangeActivityListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeActivityListeners.
getUserChangeActivityListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeActivityListeners.
getUserChangeActivityListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeActivityListeners.
getUserChangeAvatarListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeAvatarListeners.
getUserChangeAvatarListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeAvatarListeners.
getUserChangeAvatarListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeAvatarListeners.
getUserChangeDeafenedListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeDeafenedListeners.
getUserChangeDeafenedListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeDeafenedListeners.
getUserChangeDeafenedListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeDeafenedListeners.
getUserChangeDiscriminatorListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeDiscriminatorListeners.
getUserChangeDiscriminatorListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeDiscriminatorListeners.
getUserChangeDiscriminatorListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeDiscriminatorListeners.
getUserChangeMutedListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeMutedListeners.
getUserChangeMutedListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeMutedListeners.
getUserChangeMutedListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeMutedListeners.
getUserChangeNameListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeNameListeners.
getUserChangeNameListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeNameListeners.
getUserChangeNameListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeNameListeners.
getUserChangeNicknameListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeNicknameListeners.
getUserChangeNicknameListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeNicknameListeners.
getUserChangeNicknameListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeNicknameListeners.
getUserChangePendingListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangePendingListeners.
getUserChangePendingListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangePendingListeners.
getUserChangePendingListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangePendingListeners.
getUserChangeSelfDeafenedListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeSelfDeafenedListeners.
getUserChangeSelfDeafenedListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeSelfDeafenedListeners.
getUserChangeSelfDeafenedListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeSelfDeafenedListeners.
getUserChangeSelfMutedListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeSelfMutedListeners.
getUserChangeSelfMutedListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeSelfMutedListeners.
getUserChangeSelfMutedListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeSelfMutedListeners.
getUserChangeServerAvatarListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeServerAvatarListeners.
getUserChangeServerAvatarListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeServerAvatarListeners.
getUserChangeServerAvatarListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeServerAvatarListeners.
getUserChangeStatusListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeStatusListeners.
getUserChangeStatusListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeStatusListeners.
getUserChangeStatusListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeStatusListeners.
getUserChangeTimeoutListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserChangeTimeoutListeners.
getUserChangeTimeoutListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserChangeTimeoutListeners.
getUserChangeTimeoutListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserChangeTimeoutListeners.
getUserContextMenuCommandListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered UserContextMenuCommandListeners.
getUserContextMenuCommandListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserContextMenuCommandListeners.
getUserContextMenuCommandListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserContextMenuCommandListeners.
getUserContextMenuCommandListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserContextMenuCommandListeners.
getUserContextMenuInteraction() - Method in interface org.javacord.api.event.interaction.UserContextMenuCommandEvent
Gets the created interaction as UserContextMenuInteraction, if the interaction is of this type.
getUserContextMenuInteractionWithCommandId(long) - Method in interface org.javacord.api.event.interaction.UserContextMenuCommandEvent
Gets the created interaction as UserContextMenuInteraction, if the interaction is of this type and the command id equals the given command id.
getUserFlags() - Method in interface org.javacord.api.entity.user.User
Gets the public flags (badges) present on this account.
getUserId() - Method in interface org.javacord.api.entity.channel.ThreadMember
The id of the user.
getUserId() - Method in interface org.javacord.api.event.user.OptionalUserEvent
Gets the id of the user involved in the event.
getUserIdAsString() - Method in interface org.javacord.api.event.user.OptionalUserEvent
Gets the id of the user involved in the event.
getUserLimit() - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Gets the user limit of the channel.
getUserRoleAddListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserRoleAddListeners.
getUserRoleAddListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered UserRoleAddListeners.
getUserRoleAddListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserRoleAddListeners.
getUserRoleAddListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserRoleAddListeners.
getUserRoleRemoveListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserRoleRemoveListeners.
getUserRoleRemoveListeners() - Method in interface org.javacord.api.listener.server.role.RoleAttachableListenerManager
Gets a list with all registered UserRoleRemoveListeners.
getUserRoleRemoveListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserRoleRemoveListeners.
getUserRoleRemoveListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserRoleRemoveListeners.
getUsers() - Method in interface org.javacord.api.entity.message.Reaction
Gets a list with all users who used this reaction.
getUsers() - Method in interface org.javacord.api.entity.permission.Role
Gets a collection with all users who have this role.
getUsers() - Method in interface org.javacord.api.event.message.reaction.SingleReactionEvent
Gets a list with all users who used the reaction.
getUsers(DiscordApi, long, long, Emoji) - Static method in interface org.javacord.api.entity.message.Reaction
Gets a list with all users who used this reaction.
getUsers(DiscordApi, String, String, Emoji) - Static method in interface org.javacord.api.entity.message.Reaction
Gets a list with all users who used this reaction.
getUserServerAvatar(User) - Method in interface org.javacord.api.entity.server.Server
Gets the user's server specific avatar.
getUserServerAvatar(User, int) - Method in interface org.javacord.api.entity.server.Server
Gets the user's server specific avatar in the given size.
getUserStartTypingListeners() - Method in interface org.javacord.api.listener.channel.TextChannelAttachableListenerManager
Gets a list with all registered UserStartTypingListeners.
getUserStartTypingListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered UserStartTypingListeners.
getUserStartTypingListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered UserStartTypingListeners.
getUserStartTypingListeners() - Method in interface org.javacord.api.listener.user.UserAttachableListenerManager
Gets a list with all registered UserStartTypingListeners.
getUsersWhoReactedWithEmoji(long, long, Emoji) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Gets a list with all users who reacted with the given emoji.
getUsersWhoReactedWithEmoji(String, String, Emoji) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Gets a list with all users who reacted with the given emoji.
getUserValue() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Gets the user value of this option.
getUses() - Method in interface org.javacord.api.entity.server.invite.RichInvite
Gets the number of times this invite has been used.
getValue() - Method in enum org.javacord.api.entity.auditlog.AuditLogActionType
Gets the value of the action type.
getValue() - Method in enum org.javacord.api.entity.message.component.ButtonStyle
The button style internal value.
getValue() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Get the TextInput's value.
getValue() - Method in interface org.javacord.api.entity.message.component.SelectMenuOption
Get the value of the select menu option.
getValue() - Method in interface org.javacord.api.entity.message.component.TextInput
Get the text input's label.
getValue() - Method in enum org.javacord.api.entity.message.component.TextInputStyle
The text input style internal value.
getValue() - Method in interface org.javacord.api.entity.message.embed.EmbedField
Gets the value of the field.
getValue() - Method in enum org.javacord.api.entity.permission.PermissionType
Gets the value of the permission type.
getValue() - Method in enum org.javacord.api.entity.webhook.WebhookType
Gets integer value that represents this type.
getValue() - Method in enum org.javacord.api.interaction.ApplicationCommandPermissionType
Gets integer value that represents this type.
getValue() - Method in enum org.javacord.api.interaction.ApplicationCommandType
Gets integer value that represents this type.
getValue() - Method in enum org.javacord.api.interaction.InteractionType
Gets integer value that represents this type.
getValue() - Method in enum org.javacord.api.interaction.SlashCommandOptionType
Gets integer value that represents this type.
getValueAsString() - Method in interface org.javacord.api.interaction.SlashCommandOptionChoice
Gets the value of this choice as a string.
getVanityUrlCode() - Method in interface org.javacord.api.entity.server.Server
Gets the vanity url code of the server.
getVerificationLevel() - Method in interface org.javacord.api.entity.server.Server
Gets the verification level of the server.
getVersion() - Method in interface org.javacord.api.interaction.InteractionBase
Gets the version.
getVideo() - Method in interface org.javacord.api.entity.message.embed.Embed
Gets the video of the embed.
getVisibleChannels(User) - Method in interface org.javacord.api.entity.channel.ChannelCategory
Gets a sorted (by position) list with all channels in this category the given user can see.
getVisibleChannels(User) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted (by position) list with all channels of this server the given user can see.
getVoiceChannelAttachableListeners() - Method in interface org.javacord.api.listener.channel.VoiceChannelAttachableListenerManager
Gets a map with all registered listeners that implement one or more VoiceChannelAttachableListeners and their assigned listener classes they listen to.
getVoiceChannelById(long) - Method in interface org.javacord.api.DiscordApi
Gets a voice channel by its id.
getVoiceChannelById(long) - Method in interface org.javacord.api.entity.server.Server
Gets a voice channel by its id.
getVoiceChannelById(String) - Method in interface org.javacord.api.DiscordApi
Gets a voice channel by its id.
getVoiceChannelById(String) - Method in interface org.javacord.api.entity.server.Server
Gets a voice channel by its id.
getVoiceChannels() - Method in interface org.javacord.api.DiscordApi
Gets a collection with all voice channels of the bot.
getVoiceChannels() - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all voice channels of the server.
getVoiceChannelsByName(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all voice channels with the given name.
getVoiceChannelsByName(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all voice channels with the given name.
getVoiceChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.DiscordApi
Gets a collection with all voice channels with the given name.
getVoiceChannelsByNameIgnoreCase(String) - Method in interface org.javacord.api.entity.server.Server
Gets a sorted list (by position) with all voice channels with the given name.
getVoiceChannelTypes() - Static method in enum org.javacord.api.entity.channel.ChannelType
Gets an array with all type that are voice channel types.
getVoiceServerUpdateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered VoiceServerUpdateListeners.
getVoiceServerUpdateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered VoiceServerUpdateListeners.
getVoiceStateUpdateListeners() - Method in interface org.javacord.api.listener.channel.server.ServerChannelAttachableListenerManager
Gets a list with all registered VoiceStateUpdateListeners.
getVoiceStateUpdateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered VoiceStateUpdateListeners.
getWebhookAttachableListeners() - Method in interface org.javacord.api.listener.webhook.WebhookAttachableListenerManager
Gets a map with all registered listeners that implement one or more WebhookAttachableListeners and their assigned listener classes they listen to.
getWebhookById(long) - Method in interface org.javacord.api.DiscordApi
Gets a webhook by its id.
getWebhooks() - Method in interface org.javacord.api.entity.channel.TextChannel
Gets a list of all webhooks in this channel.
getWebhooks() - Method in interface org.javacord.api.entity.server.Server
Gets a list of all webhooks in this server.
getWebhooksUpdateListeners() - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelAttachableListenerManager
Gets a list with all registered WebhooksUpdateListeners.
getWebhooksUpdateListeners() - Method in interface org.javacord.api.listener.GloballyAttachableListenerManager
Gets a list with all registered WebhooksUpdateListeners.
getWebhooksUpdateListeners() - Method in interface org.javacord.api.listener.server.ServerAttachableListenerManager
Gets a list with all registered WebhooksUpdateListeners.
getWebStatus() - Method in interface org.javacord.api.entity.user.User
Gets the status of the user on the web (browser) client.
getWhitelistedRoles() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Gets a list with all whitelisted roles.
getWidth() - Method in interface org.javacord.api.entity.Attachment
Gets the width of the attachment, if it's an image.
getWidth() - Method in interface org.javacord.api.entity.message.embed.EmbedImage
Gets the width of the image.
getWidth() - Method in interface org.javacord.api.entity.message.embed.EmbedThumbnail
Gets the width of the thumbnail.
getWidth() - Method in interface org.javacord.api.entity.message.embed.EmbedVideo
Gets the width of the video.
getYourself() - Method in interface org.javacord.api.DiscordApi
Gets a user of the connected account.
GITHUB_URL - Static variable in class org.javacord.api.Javacord
The GitHub url of javacord.
GloballyAttachableListener - Interface in org.javacord.api.listener
This is a marker interface for listeners that can be attached to a DiscordApi.
GloballyAttachableListenerManager - Interface in org.javacord.api.listener
This class can be used to add and retrieve GloballyAttachableListeners.
GREEK - org.javacord.api.interaction.DiscordLocale
 
GROUP_CHANNEL - org.javacord.api.entity.channel.ChannelType
 
GUILD_BANS - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_EMOJIS - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 
GUILD_INTEGRATIONS - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_INVITE_REMINDER - org.javacord.api.entity.message.MessageType
 
GUILD_INVITES - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_MEMBERS - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_MESSAGE_REACTIONS - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_MESSAGE_TYPING - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_MESSAGES - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_PRESENCES - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
GUILD_VOICE_STATES - org.javacord.api.entity.intent.Intent
The following events are received.
GUILD_WEBHOOKS - org.javacord.api.entity.intent.Intent
The following events are received.
GUILDS - org.javacord.api.BotInviteScope
 
GUILDS - org.javacord.api.entity.intent.Intent
The following event are received.
GUILDS_JOIN - org.javacord.api.BotInviteScope
 
GUILDS_MEMBERS_READ - org.javacord.api.BotInviteScope
 

H

HAS_THREAD - org.javacord.api.entity.message.MessageFlag
This message has an associated thread, with the same id as the message.
hasAllMembersInCache() - Method in interface org.javacord.api.entity.server.Server
Checks if all members of the server are in the cache.
hasAllUsersInCache() - Method in interface org.javacord.api.DiscordApi
Checks if all users of available servers are in the cache.
hasAnyPermission(User, PermissionType...) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Checks if the user has any of a given set of permissions.
hasAnyPermission(User, PermissionType...) - Method in interface org.javacord.api.entity.server.Server
Checks if the user has any of a given set of permissions.
hasBoostMessagesEnabled() - Method in interface org.javacord.api.entity.server.Server
Checks if the server has boost messages enabled.
hasDefaultAvatar() - Method in interface org.javacord.api.entity.user.User
Gets if the user has a default Discord avatar.
hasFinished() - Method in interface org.javacord.api.audio.AudioSource
Checks whether the audio source has finished and can be dequeued.
hasFinished() - Method in class org.javacord.api.audio.AudioSourceBase
 
hasFinished() - Method in class org.javacord.api.audio.SilentAudioSource
 
hashCode() - Method in class org.javacord.api.util.auth.Challenge
 
hasJoinMessagesEnabled() - Method in interface org.javacord.api.entity.server.Server
Checks if the server has join messages enabled.
hasMoreThreads() - Method in interface org.javacord.api.entity.server.ArchivedThreads
Whether there are more threads.
hasNextFrame() - Method in interface org.javacord.api.audio.AudioSource
Checks whether there is 20ms of audio available to be polled.
hasNextFrame() - Method in class org.javacord.api.audio.SilentAudioSource
 
hasPermission(User, PermissionType) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Checks if a user has a given permission.
hasPermission(User, PermissionType) - Method in interface org.javacord.api.entity.server.Server
Checks if a user has a given permission.
hasPermissions(User, PermissionType...) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Checks if the user has a given set of permissions.
hasPermissions(User, PermissionType...) - Method in interface org.javacord.api.entity.server.Server
Checks if the user has a given set of permissions.
hasSlowmode() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Check whether slowmode is activated for this channel.
hasStatusChangeOnClient(DiscordClient) - Method in interface org.javacord.api.event.user.UserChangeStatusEvent
Checks if the status has changed on the given client.
hasUser(User) - Method in interface org.javacord.api.entity.permission.Role
Checks whether the specified user has this role.
headSet(Message) - Method in interface org.javacord.api.entity.message.MessageSet
 
headSet(Message, boolean) - Method in interface org.javacord.api.entity.message.MessageSet
 
HIGH - org.javacord.api.entity.server.VerificationLevel
 
HighLevelComponent - Interface in org.javacord.api.entity.message.component
 
HighLevelComponentBuilder - Interface in org.javacord.api.entity.message.component
 
HINDI - org.javacord.api.interaction.DiscordLocale
 
HONG_KONG - org.javacord.api.entity.Region
 
HOUSE_BALANCE - org.javacord.api.entity.user.UserFlag
 
HOUSE_BRAVERY - org.javacord.api.entity.user.UserFlag
 
HOUSE_BRILLIANCE - org.javacord.api.entity.user.UserFlag
 
HUNGARIAN - org.javacord.api.interaction.DiscordLocale
 
HYPESQUAD - org.javacord.api.entity.user.UserFlag
 

I

Icon - Interface in org.javacord.api.entity
This class represents a discord icon, for example a server icon or a user avatar.
ICON - org.javacord.api.entity.auditlog.AuditLogChangeType
 
ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 
IDENTIFY - org.javacord.api.BotInviteScope
 
IDLE - org.javacord.api.entity.user.UserStatus
The user is idle.
inActionRow() - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Add this button to a new action row and return the new action row.
INCOMING - org.javacord.api.entity.webhook.WebhookType
Incoming webhooks can post messages to channels with a generated token.
IncomingWebhook - Interface in org.javacord.api.entity.webhook
This class represents a webhook you can send messages to.
INDIA - org.javacord.api.entity.Region
 
INSTANCE - org.javacord.api.entity.activity.ActivityFlag
 
INTEGRATION_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
INTEGRATION_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
INTEGRATION_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
Intent - Enum in org.javacord.api.entity.intent
Represents an intent.
Interaction - Interface in org.javacord.api.interaction
 
InteractionBase - Interface in org.javacord.api.interaction
 
InteractionCreateEvent - Interface in org.javacord.api.event.interaction
An interaction create event.
InteractionCreateListener - Interface in org.javacord.api.listener.interaction
This listener listens to interaction creations.
InteractionFollowupMessageBuilder - Interface in org.javacord.api.interaction.callback
 
InteractionImmediateResponseBuilder - Interface in org.javacord.api.interaction.callback
 
InteractionMessageBuilder - Class in org.javacord.api.interaction.callback
This class is intended to be used by advanced users that desire full control over interaction responses.
InteractionMessageBuilder() - Constructor for class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
InteractionMessageBuilderBase<T> - Interface in org.javacord.api.interaction.callback
 
InteractionMessageBuilderDelegate - Interface in org.javacord.api.entity.message.internal
 
InteractionOriginalResponseUpdater - Interface in org.javacord.api.interaction.callback
 
InteractionSlashCommandCallbackData - Interface in org.javacord.api.interaction
 
InteractionType - Enum in org.javacord.api.interaction
 
INVISIBLE - org.javacord.api.entity.user.UserStatus
The user is invisible.
Invite - Interface in org.javacord.api.entity.server.invite
This class represents an invite object.
INVITE_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
INVITE_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
INVITE_SPLASH - org.javacord.api.entity.server.ServerFeature
Server has access to set an invite splash background.
INVITE_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
InviteBuilder - Class in org.javacord.api.entity.server.invite
A class to create invite objects.
InviteBuilder(ServerChannel) - Constructor for class org.javacord.api.entity.server.invite.InviteBuilder
Creates a new invite builder.
InviteBuilderDelegate - Interface in org.javacord.api.entity.server.invite.internal
This class is internally used by the InviteBuilder to create invites.
INVITER_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 
IS_CROSSPOST - org.javacord.api.entity.message.MessageFlag
This message originated from a message in another channel (via Channel Following).
isActionRow() - Method in interface org.javacord.api.entity.message.component.HighLevelComponent
Whether this component is of this type.
isAdmin(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user is an administrator of the server.
isAnimated() - Method in interface org.javacord.api.entity.emoji.Emoji
Checks if the emoji is animated.
isAnimated() - Method in interface org.javacord.api.entity.Icon
Checks if the icon is animated.
isArchived() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Whether this thread is archived.
isAutocompletable() - Method in interface org.javacord.api.interaction.SlashCommandOption
Checks whether this option can be autocompleted.
isAvailable() - Method in interface org.javacord.api.entity.sticker.Sticker
Whether the sticker can be used or not if it's from a server.
isBot() - Method in interface org.javacord.api.entity.user.User
Checks if the user is a bot account.
isBotOwner() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author is the owner of the current account.
isBotOwner() - Method in interface org.javacord.api.entity.user.User
Checks if this user is the owner of the current account.
isBotUser() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author is a bot user.
isButton() - Method in interface org.javacord.api.entity.message.component.LowLevelComponent
Whether this component is of this type.
isCachedForever() - Method in interface org.javacord.api.entity.message.Message
Checks if the message is kept in cache forever.
isChannelFollowerWebhook() - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
 
isChannelFollowerWebhook() - Method in interface org.javacord.api.entity.webhook.Webhook
Checks if the webhook is a channel follower webhook.
isConnected(long) - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Checks whether the user with the given id is connected to this channel.
isConnected(ServerVoiceChannel) - Method in interface org.javacord.api.entity.user.User
Checks whether this user is connected to the given channel.
isConnected(User) - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Checks whether the given user is connected to this channel.
isCustomEmoji() - Method in interface org.javacord.api.entity.emoji.Emoji
Checks if the emoji is a custom emoji.
isDeafened(long) - Method in interface org.javacord.api.entity.server.Server
Gets the deafened state of the user with the given id.
isDeafened(Server) - Method in interface org.javacord.api.entity.user.User
Gets the deafened state of the user in the given server.
isDeafened(User) - Method in interface org.javacord.api.entity.server.Server
Gets the deafened state of the given user.
isDebugEnabled() - Static method in class org.javacord.api.util.logging.FallbackLoggerConfiguration
Checks whether debug logging is enabled.
isDefault() - Method in interface org.javacord.api.entity.message.component.SelectMenuOption
If the option is the default for the menu.
isDefaultAutomaticMessageCacheCleanupEnabled() - Method in interface org.javacord.api.DiscordApi
Gets whether automatic message cache cleanup is enabled.
isDisabled() - Method in interface org.javacord.api.entity.message.component.Button
Get whether the button is disabled.
isDisabled() - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Get whether the button is disabled.
isDisabled() - Method in interface org.javacord.api.entity.message.component.SelectMenu
If the select menu is disabled.
isDisabledByDefault() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets whether this command is disabled and only usable by server administrators by default.
isDisplayedSeparately() - Method in interface org.javacord.api.entity.permission.Role
Check if this role is pinned in the user listing (sometimes called "hoist").
isEmpty() - Method in interface org.javacord.api.entity.permission.Permissions
Checks if the all permission types are set to PermissionState.UNSET.
isEnabledInDms() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets whether this command is able to be used in DMs.
isEphemeral() - Method in interface org.javacord.api.entity.Attachment
Gets whether this attachment is ephemeral.
isEveryoneRole() - Method in interface org.javacord.api.entity.permission.Role
Checks if the role is the @everyone role.
isFocused() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Checks if this option is the currently focused option for autocomplete.
isFullyDownloaded() - Method in interface org.javacord.api.audio.DownloadableAudioSource
Checks if the audio source is fully downloaded.
isGlobalApplicationCommand() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets whether this application command is global.
isGlobalListener() - Method in interface org.javacord.api.util.event.ListenerManager
Checks if the managed listener is a global listener.
isImage() - Method in interface org.javacord.api.entity.Attachment
Checks if the attachment is an image.
isIncomingWebhook() - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
 
isIncomingWebhook() - Method in interface org.javacord.api.entity.webhook.Webhook
Checks if the webhook is an incoming webhook.
isInline() - Method in interface org.javacord.api.entity.message.embed.EmbedField
Gets whether this field should display inline.
isKnownCustomEmoji() - Method in interface org.javacord.api.entity.emoji.Emoji
Checks if the emoji is a known custom emoji.
isLarge() - Method in interface org.javacord.api.entity.server.Server
Checks if the server is considered large.
isLocked() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Whether this thread is locked.
isManaged() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Checks if this emoji is managed.
isManaged() - Method in interface org.javacord.api.entity.permission.Role
Checks if this role is managed by an integration.
isMember(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user is a member of this server.
isMentionable() - Method in interface org.javacord.api.entity.permission.Role
Check if this role is mentionable.
isMove() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelMemberJoinEvent
Gets whether this event is part of a move.
isMove() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelMemberLeaveEvent
Gets whether this event is part of a move.
isMuted() - Method in interface org.javacord.api.audio.AudioSource
Checks whether the audio source is muted.
isMuted() - Method in class org.javacord.api.audio.AudioSourceBase
 
isMuted() - Method in class org.javacord.api.audio.SilentAudioSource
 
isMuted(long) - Method in interface org.javacord.api.entity.server.Server
Gets the muted state of the user with the given id.
isMuted(Server) - Method in interface org.javacord.api.entity.user.User
Gets the muted state of the user in the given server.
isMuted(User) - Method in interface org.javacord.api.entity.server.Server
Gets the muted state of the given user.
isNewDeafened() - Method in interface org.javacord.api.event.user.UserChangeDeafenedEvent
Gets the new deafened state of the user.
isNewMuted() - Method in interface org.javacord.api.event.user.UserChangeMutedEvent
Gets the new muted state of the user.
isNewSelfDeafened() - Method in interface org.javacord.api.event.user.UserChangeSelfDeafenedEvent
Gets the new self-deafened state of the user.
isNewSelfMuted() - Method in interface org.javacord.api.event.user.UserChangeSelfMutedEvent
Gets the new self-muted state of the user.
isNsfw() - Method in interface org.javacord.api.entity.channel.ChannelCategory
Checks is the category is "not safe for work".
isNsfw() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Checks is the channel is "not safe for work".
isOldDeafened() - Method in interface org.javacord.api.event.user.UserChangeDeafenedEvent
Gets the old deafened state of the user.
isOldMuted() - Method in interface org.javacord.api.event.user.UserChangeMutedEvent
Gets the old muted state of the user.
isOldSelfDeafened() - Method in interface org.javacord.api.event.user.UserChangeSelfDeafenedEvent
Gets the old self-deafened state of the user.
isOldSelfMuted() - Method in interface org.javacord.api.event.user.UserChangeSelfMutedEvent
Gets the old self-muted state of the user.
isOwner(User) - Method in interface org.javacord.api.entity.server.Server
Checks if the given user is the owner of the server.
isPaused() - Method in interface org.javacord.api.audio.PauseableAudioSource
Checks if the audio source is paused.
isPaused() - Method in class org.javacord.api.audio.SilentAudioSource
 
isPending(long) - Method in interface org.javacord.api.entity.server.Server
Gets the pending state of the user.
isPending(Server) - Method in interface org.javacord.api.entity.user.User
Gets the pending state of the user in the given server.
isPinned() - Method in interface org.javacord.api.entity.message.Message
Checks if the message is pinned.
isPremiumSubscriptionRole() - Method in interface org.javacord.api.entity.permission.RoleTags
Whether this role is the premium subscription role.
isPrioritySpeaking() - Method in interface org.javacord.api.audio.AudioConnection
Gets the priority speaker status of this connection.
isPrivate() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Whether this thread is private.
isPrivateMessage() - Method in interface org.javacord.api.entity.message.Message
Checks if the message was sent in a private channel.
isPrivateMessage() - Method in interface org.javacord.api.event.message.CertainMessageEvent
Checks if the event's message was sent in a private channel.
isPrivileged() - Method in enum org.javacord.api.entity.intent.Intent
Check if the intent is privileged.
isPublic() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Whether this thread is private.
isPublicBot() - Method in interface org.javacord.api.entity.ApplicationInfo
Check if the application's bot is public.
isRegularServerChannelType() - Method in enum org.javacord.api.entity.channel.ChannelType
Checks if this type is a regular server channel type.
isRegularUser() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author is a regular user.
isRequired() - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Get whether the TextInput is required.
isRequired() - Method in interface org.javacord.api.entity.message.component.TextInput
Get whether the text input is disabled.
isRequired() - Method in interface org.javacord.api.interaction.SlashCommandOption
Checks whether this option is required.
isRevoked() - Method in interface org.javacord.api.entity.server.invite.RichInvite
Checks if the invite is revoked.
isRoleEntity() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeOverwrittenPermissionsEvent
Checks if the affected entity is a role.
isSelectMenu() - Method in interface org.javacord.api.entity.message.component.LowLevelComponent
Whether this component is of this type.
isSelfDeafened() - Method in interface org.javacord.api.audio.AudioConnection
Gets the self-deafened status of this connection.
isSelfDeafened(long) - Method in interface org.javacord.api.entity.server.Server
Gets the self-deafened state of the user with the given id.
isSelfDeafened(Server) - Method in interface org.javacord.api.entity.user.User
Gets the self-deafened state of the user in the given server.
isSelfDeafened(User) - Method in interface org.javacord.api.entity.server.Server
Gets the self-deafened state of the given user.
isSelfMuted() - Method in interface org.javacord.api.audio.AudioConnection
Gets the self-muted status of this connection.
isSelfMuted(long) - Method in interface org.javacord.api.entity.server.Server
Gets the self-muted state of the user with the given id.
isSelfMuted(Server) - Method in interface org.javacord.api.entity.user.User
Gets the self-muted state of the user in the given server.
isSelfMuted(User) - Method in interface org.javacord.api.entity.server.Server
Gets the self-muted state of the given user.
isServerAdmin() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author is an administrator of the server where the message was sent.
isServerApplicationCommand() - Method in interface org.javacord.api.interaction.ApplicationCommand
Gets whether this application command is a server application command.
isServerChannelType() - Method in enum org.javacord.api.entity.channel.ChannelType
Checks if this type is a server channel type.
isServerMessage() - Method in interface org.javacord.api.entity.message.Message
Checks if the message was sent in a server channel.
isServerMessage() - Method in interface org.javacord.api.event.message.CertainMessageEvent
Checks if the event's message was sent in a server channel.
isSet(long) - Method in enum org.javacord.api.entity.permission.PermissionType
Checks if the permission is "included" in the given long.
isShutdownHookRegistrationEnabled() - Method in class org.javacord.api.DiscordApiBuilder
Checks if newly created DiscordApi instances should register a shutdown hook to disconnect the instance.
isShutdownHookRegistrationEnabled() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Checks if newly created DiscordApi instances should register a shutdown hook to disconnect the instance.
isSpoiler() - Method in interface org.javacord.api.entity.Attachment
Checks whether the attachment is marked as a spoiler.
isSubcommandOrGroup() - Method in interface org.javacord.api.interaction.SlashCommandInteractionOption
Checks if the option is a subcommand or group.
isTemporary() - Method in interface org.javacord.api.entity.server.invite.RichInvite
Checks if the invite only grants temporary membership.
isTextChannelType() - Method in enum org.javacord.api.entity.channel.ChannelType
Checks if this type is a text channel type.
isTextInput() - Method in interface org.javacord.api.entity.message.component.LowLevelComponent
Whether this component is of this type.
isTraceEnabled() - Static method in class org.javacord.api.util.logging.FallbackLoggerConfiguration
Checks whether trace logging is enabled.
isTts() - Method in interface org.javacord.api.entity.message.Message
Checks if this message is text-to-speech.
isTts() - Method in interface org.javacord.api.interaction.InteractionSlashCommandCallbackData
Checks whether the response is text to speech.
isUnicodeEmoji() - Method in interface org.javacord.api.entity.emoji.Emoji
Checks if the emoji is a unicode.
isUser() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author of the message is a user.
isUserCachedEnabled() - Method in class org.javacord.api.DiscordApiBuilder
Gets whether the user cache is enabled.
isUserCacheEnabled() - Method in interface org.javacord.api.DiscordApi
Checks if the user cache is enabled.
isUserCacheEnabled() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Gets whether the user cache is enabled.
isUserEntity() - Method in interface org.javacord.api.event.channel.server.ServerChannelChangeOverwrittenPermissionsEvent
Checks if the affected entity is a user.
isVip() - Method in enum org.javacord.api.entity.Region
Checks if the region of is for VIPs only.
isVoiceChannelType() - Method in enum org.javacord.api.entity.channel.ChannelType
Checks if this type is a voice channel type.
isWaitingForServersOnStartup() - Method in interface org.javacord.api.DiscordApi
Checks if Javacord is waiting for all servers to become available on startup.
isWaitingForServersOnStartup() - Method in class org.javacord.api.DiscordApiBuilder
Checks if Javacord should wait for all servers to become available on startup.
isWaitingForServersOnStartup() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Checks if Javacord should wait for all servers to become available on startup.
isWaitingForUsersOnStartup() - Method in interface org.javacord.api.DiscordApi
Checks if Javacord is waiting for all servers to get cached on startup.
isWaitingForUsersOnStartup() - Method in class org.javacord.api.DiscordApiBuilder
Checks if Javacord should wait for all users to be cached.
isWaitingForUsersOnStartup() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Checks if Javacord should wait for all users to get cached on startup.
isWebhook() - Method in interface org.javacord.api.entity.message.MessageAuthor
Checks if the author is a webhook.
isYourself() - Method in interface org.javacord.api.entity.message.MessageAuthor
Gets if this author is the user of the connected account.
isYourself() - Method in interface org.javacord.api.entity.user.User
Gets if this user is the user of the connected account.
ITALIAN - org.javacord.api.interaction.DiscordLocale
 
ITALICS - org.javacord.api.entity.message.MessageDecoration
 

J

JAPAN - org.javacord.api.entity.Region
 
JAPANESE - org.javacord.api.interaction.DiscordLocale
 
Javacord - Class in org.javacord.api
This class contains some static information about Javacord.
JOIN - org.javacord.api.entity.activity.ActivityFlag
 
JOIN - org.javacord.api.entity.message.MessageActivityType
A join activity.
JOIN_REQUEST - org.javacord.api.entity.activity.ActivityFlag
 
JOIN_REQUEST - org.javacord.api.entity.message.MessageActivityType
A join request activity.
joinServerThreadChannel(long) - Method in interface org.javacord.api.entity.server.Server
Joins this ServerThreadChannel.
joinServerThreadChannel(ServerThreadChannel) - Method in interface org.javacord.api.entity.server.Server
Joins this ServerThreadChannel.
joinThread() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Joins this ServerThreadChannel.

K

KICK_MEMBERS - org.javacord.api.entity.permission.PermissionType
 
kickUser(User) - Method in interface org.javacord.api.entity.server.Server
Kicks the given user from the server.
kickUser(User, String) - Method in interface org.javacord.api.entity.server.Server
Kicks the given user from the server.
kickUserFromVoiceChannel(User) - Method in interface org.javacord.api.entity.server.Server
Kicks the given user from any voice channel.
KnownCustomEmoji - Interface in org.javacord.api.entity.emoji
This class represents a known custom emoji.
KnownCustomEmojiAttachableListener - Interface in org.javacord.api.listener.server.emoji
This is a marker interface for listeners that can be attached to a KnownCustomEmoji.
KnownCustomEmojiAttachableListenerManager - Interface in org.javacord.api.listener.server.emoji
This class can be used to add and retrieve KnownCustomEmojiAttachableListeners.
KnownCustomEmojiChangeNameEvent - Interface in org.javacord.api.event.server.emoji
A custom emoji change name event.
KnownCustomEmojiChangeNameListener - Interface in org.javacord.api.listener.server.emoji
This listener listens to custom emoji name changes.
KnownCustomEmojiChangeWhitelistedRolesEvent - Interface in org.javacord.api.event.server.emoji
A custom emoji change whitelisted roles event.
KnownCustomEmojiChangeWhitelistedRolesListener - Interface in org.javacord.api.listener.server.emoji
This listener listens to custom emoji whitelisted roles changes.
KnownCustomEmojiCreateEvent - Interface in org.javacord.api.event.server.emoji
A custom emoji create event.
KnownCustomEmojiCreateListener - Interface in org.javacord.api.listener.server.emoji
This listener listens to custom emoji create event.
KnownCustomEmojiDeleteEvent - Interface in org.javacord.api.event.server.emoji
A custom emoji delete event.
KnownCustomEmojiDeleteListener - Interface in org.javacord.api.listener.server.emoji
This listener listens to custom emoji delete event.
KnownCustomEmojiEvent - Interface in org.javacord.api.event.server.emoji
A custom emoji event.
KOREAN - org.javacord.api.interaction.DiscordLocale
 

L

leave() - Method in interface org.javacord.api.entity.server.Server
Leaves the server.
leaveServerThreadChannel(long) - Method in interface org.javacord.api.entity.server.Server
Leaves this ServerThreadChannel.
leaveServerThreadChannel(ServerThreadChannel) - Method in interface org.javacord.api.entity.server.Server
Leaves this ServerThreadChannel.
leaveThread() - Method in interface org.javacord.api.entity.channel.ServerThreadChannel
Leaves this ServerThreadChannel.
link(String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button for a link button.
link(String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button for a link button.
link(String, String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button for a link button.
link(String, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button for a link button.
link(String, String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button for a link button.
link(String, String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button for a link button.
link(String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button for a link button.
link(String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button for a link button.
LINK - org.javacord.api.entity.message.component.ButtonStyle
 
LISTEN - org.javacord.api.entity.message.MessageActivityType
A listen activity.
ListenerManager<T> - Interface in org.javacord.api.util.event
This class can be used to edit added listeners afterwards.
LISTENING - org.javacord.api.entity.activity.ActivityType
Represents listening to an application, represented as "Listening to Half-Life 3" for example.
LITHUANIAN - org.javacord.api.interaction.DiscordLocale
 
LOADING - org.javacord.api.entity.message.MessageFlag
This message is an Interaction Response and the bot is "thinking".
LocalRatelimiter - Class in org.javacord.api.util.ratelimit
An implementation of Ratelimiter that allows for simple local ratelimits.
LocalRatelimiter(int, Duration) - Constructor for class org.javacord.api.util.ratelimit.LocalRatelimiter
Creates a new local ratelimiter.
LOCKED - org.javacord.api.entity.auditlog.AuditLogChangeType
 
login() - Method in class org.javacord.api.DiscordApiBuilder
Login to the account with the given token.
login() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Logs the bot in.
loginAllShards() - Method in class org.javacord.api.DiscordApiBuilder
Login all shards to the account with the given token.
loginShards(int...) - Method in class org.javacord.api.DiscordApiBuilder
Login given shards to the account with the given token.
loginShards(int...) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Login given shards to the account with the given token.
loginShards(IntPredicate) - Method in class org.javacord.api.DiscordApiBuilder
Login shards adhering to the given predicate to the account with the given token.
LONDON - org.javacord.api.entity.Region
 
LONG - org.javacord.api.interaction.SlashCommandOptionType
This is implemented as a long because it can be any integer between -2^53 and 2^53 and therefore exceeds Javas Integer range.
LONG_DATE - org.javacord.api.entity.message.TimestampStyle
Displayed as: 20 April 2021.
LONG_DATE_TIME - org.javacord.api.entity.message.TimestampStyle
Displayed as: Tuesday, 20 April 2021 16:20.
LONG_TIME - org.javacord.api.entity.message.TimestampStyle
Displayed as: 16:20:30.
LostConnectionEvent - Interface in org.javacord.api.event.connection
A lost connection event.
LostConnectionListener - Interface in org.javacord.api.listener.connection
This listener listens to lost connections.
LOTTIE - org.javacord.api.entity.sticker.StickerFormatType
A LOTTIE json image.
LOW - org.javacord.api.entity.server.VerificationLevel
 
LowLevelComponent - Interface in org.javacord.api.entity.message.component
 
LowLevelComponentBuilder - Interface in org.javacord.api.entity.message.component
 

M

makeMentionsReadable(String) - Method in interface org.javacord.api.DiscordApi
Gets the readable content of the string, which replaces all mentions etc.
makeMentionsReadable(String, Server) - Method in interface org.javacord.api.DiscordApi
Gets the readable content of the string, which replaces all mentions etc.
MANAGE_CHANNELS - org.javacord.api.entity.permission.PermissionType
 
MANAGE_EMOJIS - org.javacord.api.entity.permission.PermissionType
 
MANAGE_MESSAGES - org.javacord.api.entity.permission.PermissionType
 
MANAGE_NICKNAMES - org.javacord.api.entity.permission.PermissionType
 
MANAGE_ROLES - org.javacord.api.entity.permission.PermissionType
 
MANAGE_SERVER - org.javacord.api.entity.permission.PermissionType
 
MANAGE_THREADS - org.javacord.api.entity.permission.PermissionType
 
MANAGE_WEBHOOKS - org.javacord.api.entity.permission.PermissionType
 
MAX_AGE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
MAX_USES - org.javacord.api.entity.auditlog.AuditLogChangeType
 
measureRestLatency() - Method in interface org.javacord.api.DiscordApi
Measures, how long Javacord will need to perform a single REST call.
MEDIUM - org.javacord.api.entity.server.VerificationLevel
 
MEMBER_BAN_ADD - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_BAN_REMOVE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_DISCONNECT - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_KICK - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_MOVE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_PRUNE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_ROLE_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_VERIFICATION_GATE_ENABLED - org.javacord.api.entity.server.ServerFeature
Server has enabled Membership Screening.
MEMBERS_WITHOUT_ROLES - org.javacord.api.entity.server.ExplicitContentFilterLevel
 
MENTION_EVERYONE - org.javacord.api.entity.permission.PermissionType
 
Mentionable - Interface in org.javacord.api.entity
This class represents an entity which is mentionable.
MENTIONABLE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
MENTIONABLE - org.javacord.api.interaction.SlashCommandOptionType
 
mentionsEveryone() - Method in interface org.javacord.api.entity.message.Message
Checks if the message mentions everyone.
Message - Interface in org.javacord.api.entity.message
This class represents a Discord message.
MESSAGE - org.javacord.api.interaction.ApplicationCommandType
 
MESSAGE_BULK_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MESSAGE_COMPONENT - org.javacord.api.interaction.InteractionType
 
MESSAGE_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MESSAGE_LINK - Static variable in class org.javacord.api.util.DiscordRegexPattern
A pattern which checks for message links (e.g.
MESSAGE_PIN - org.javacord.api.entity.auditlog.AuditLogActionType
 
MESSAGE_UNPIN - org.javacord.api.entity.auditlog.AuditLogActionType
 
Messageable - Interface in org.javacord.api.entity.message
This class represents an entity which can receive messages.
MessageActivity - Interface in org.javacord.api.entity.message
This class represents a MessageActivity like Spotify group listening.
MessageActivityType - Enum in org.javacord.api.entity.message
Represents a message activity type.
MessageAttachableListener - Interface in org.javacord.api.listener.message
This is a marker interface for listeners that can be attached to a Message.
MessageAttachableListenerManager - Interface in org.javacord.api.listener.message
This class can be used to add and retrieve MessageAttachableListeners.
MessageAttachment - Interface in org.javacord.api.entity.message
This class represents a message attachment.
MessageAuthor - Interface in org.javacord.api.entity.message
This class represents either a user or a webhook.
MessageBuilder - Class in org.javacord.api.entity.message
This class can help you to create messages.
MessageBuilder() - Constructor for class org.javacord.api.entity.message.MessageBuilder
Class constructor.
MessageBuilderBaseDelegate - Interface in org.javacord.api.entity.message.internal
This class is internally used by the MessageBuilder to create messages.
MessageCache - Interface in org.javacord.api.util.cache
This class is used to cache message.
MessageComponentCreateEvent - Interface in org.javacord.api.event.interaction
A message component interaction create event.
MessageComponentCreateListener - Interface in org.javacord.api.listener.interaction
This listener listens to message component interaction creations.
MessageComponentInteraction - Interface in org.javacord.api.interaction
 
MessageComponentInteractionBase - Interface in org.javacord.api.interaction
 
MessageContextMenu - Interface in org.javacord.api.interaction
 
MessageContextMenuBuilder - Class in org.javacord.api.interaction
This class is used to create new message context menus.
MessageContextMenuBuilder() - Constructor for class org.javacord.api.interaction.MessageContextMenuBuilder
Creates a new message context menu builder.
MessageContextMenuBuilderDelegate - Interface in org.javacord.api.interaction.internal
 
MessageContextMenuCommandEvent - Interface in org.javacord.api.event.interaction
A message context menu command event.
MessageContextMenuCommandListener - Interface in org.javacord.api.listener.interaction
This listener listens to message context menu interaction creations.
MessageContextMenuInteraction - Interface in org.javacord.api.interaction
 
MessageContextMenuUpdater - Class in org.javacord.api.interaction
 
MessageContextMenuUpdater(long) - Constructor for class org.javacord.api.interaction.MessageContextMenuUpdater
Creates a new message context menu updater.
MessageContextMenuUpdaterDelegate - Interface in org.javacord.api.interaction.internal
 
MessageCreateEvent - Interface in org.javacord.api.event.message
A message create event.
MessageCreateListener - Interface in org.javacord.api.listener.message
This listener listens to message creations.
MessageDecoration - Enum in org.javacord.api.entity.message
All basic decorations available in discord.
MessageDeleteEvent - Interface in org.javacord.api.event.message
A message delete event.
MessageDeleteListener - Interface in org.javacord.api.listener.message
This listener listens to message deletions.
MessageEditEvent - Interface in org.javacord.api.event.message
A message delete event.
MessageEditListener - Interface in org.javacord.api.listener.message
This listener listens to message edits.
MessageEvent - Interface in org.javacord.api.event.message
A message event.
MessageFlag - Enum in org.javacord.api.entity.message
Represents a message flag type.
MessageReference - Interface in org.javacord.api.entity.message
 
MESSAGES_READ - org.javacord.api.BotInviteScope
 
MessageSet - Interface in org.javacord.api.entity.message
This class represents an unmodifiable set of messages that is always sorted from oldest to newest according to the natural ordering of Messages.
MessageType - Enum in org.javacord.api.entity.message
The enum contains all different types of messages.
MessageUpdater - Class in org.javacord.api.entity.message
 
MessageUpdater(Message) - Constructor for class org.javacord.api.entity.message.MessageUpdater
Class constructor.
MFA_LEVEL - org.javacord.api.entity.auditlog.AuditLogChangeType
 
MissingPermissionsException - Exception in org.javacord.api.exception
When we are not allowed to perform an action (HTTP response code 403).
MissingPermissionsException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.MissingPermissionsException
Creates a new instance of this class.
MOBILE - org.javacord.api.entity.DiscordClient
The Discord mobile client.
MODAL_SUBMIT - org.javacord.api.interaction.InteractionType
 
ModalInteraction - Interface in org.javacord.api.interaction
 
ModalSubmitEvent - Interface in org.javacord.api.event.interaction
A modal submit event.
ModalSubmitListener - Interface in org.javacord.api.listener.interaction
This listener listens to modal submit interaction creations.
MODERATE_MEMBERS - org.javacord.api.entity.permission.PermissionType
 
MONETIZATION_ENABLED - org.javacord.api.entity.server.ServerFeature
Server has enabled monetization.
MORE_STICKERS - org.javacord.api.entity.server.ServerFeature
Server has increased custom sticker slots.
move(ServerVoiceChannel) - Method in interface org.javacord.api.entity.user.User
Moves this user to the given channel.
MOVE_MEMBERS - org.javacord.api.entity.permission.PermissionType
 
moveTo(ServerVoiceChannel) - Method in interface org.javacord.api.audio.AudioConnection
Moves the connection to a different channel.
moveTo(ServerVoiceChannel, boolean, boolean) - Method in interface org.javacord.api.audio.AudioConnection
Moves the connection to a different channel.
moveUser(User, ServerVoiceChannel) - Method in interface org.javacord.api.entity.server.Server
Moves the given user to the given channel on the server.
moveYourself(ServerVoiceChannel) - Method in interface org.javacord.api.entity.server.Server
Moves yourself to the given channel on the server.
MultiFactorAuthenticationLevel - Enum in org.javacord.api.entity.server
This enum contains all multi factor authentication levels.
mute() - Method in interface org.javacord.api.audio.AudioSource
Mutes the audio source.
mute(Server) - Method in interface org.javacord.api.entity.user.User
Mutes this user on the given server.
mute(Server, String) - Method in interface org.javacord.api.entity.user.User
Mutes this user on the given server.
MUTE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
MUTE_MEMBERS - org.javacord.api.entity.permission.PermissionType
 
muteUser(User) - Method in interface org.javacord.api.entity.server.Server
Mutes the given user on the server.
muteUser(User, String) - Method in interface org.javacord.api.entity.server.Server
Mutes the given user on the server.
muteYourself() - Method in interface org.javacord.api.entity.server.Server
Mutes yourself on the server.
myClass - Variable in class org.javacord.api.entity.channel.ServerChannelBuilder
 

N

NAME - org.javacord.api.entity.auditlog.AuditLogChangeType
 
Nameable - Interface in org.javacord.api.entity
This class represents an entity which has a name.
newAvatarIsDefaultAvatar() - Method in interface org.javacord.api.event.user.UserChangeAvatarEvent
Checks if the new avatar is a default avatar.
NEWS - org.javacord.api.entity.server.ServerFeature
Server has access to create news channels.
NICK - org.javacord.api.entity.auditlog.AuditLogChangeType
 
NONE - org.javacord.api.entity.server.BoostLevel
Server has no boost level.
NONE - org.javacord.api.entity.server.MultiFactorAuthenticationLevel
 
NONE - org.javacord.api.entity.server.VerificationLevel
 
NONE - org.javacord.api.entity.user.UserFlag
 
NonThrowingAutoCloseable - Interface in org.javacord.api.util
An auto-closeable that does not throw any checked exceptions from its close method.
NORMAL - org.javacord.api.entity.message.MessageType
A normal message being sent by a user.
NORMAL_WEBHOOK - org.javacord.api.entity.message.MessageType
A normal message being sent by a webhook.
NORWEGIAN - org.javacord.api.interaction.DiscordLocale
 
NotFoundException - Exception in org.javacord.api.exception
When something was not found (HTTP response code 404).
NotFoundException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.NotFoundException
Creates a new instance of this class.
NSFW - org.javacord.api.entity.auditlog.AuditLogChangeType
 
NsfwLevel - Enum in org.javacord.api.entity.server
An enum containing all the NSFW Levels a server can have.

O

ObjectAttachableListener - Interface in org.javacord.api.listener
This is a marker interface for listeners that can be attached to an object.
of(List<LowLevelComponent>) - Static method in interface org.javacord.api.entity.message.component.ActionRow
Create a new action row containing the given list with low level components, e.g.
of(LowLevelComponent...) - Static method in interface org.javacord.api.entity.message.component.ActionRow
Create a new action row containing the given low level components, e.g.
OFFLINE - org.javacord.api.entity.user.UserStatus
Ths user is offline.
oldAvatarIsDefaultAvatar() - Method in interface org.javacord.api.event.user.UserChangeAvatarEvent
Checks if the old avatar is a default avatar.
onApplicationCommandPermissionsUpdate(ApplicationCommandPermissionsUpdateEvent) - Method in interface org.javacord.api.listener.server.ApplicationCommandPermissionsUpdateListener
This method is called every time an application command has its permissions updated.
onAudioSourceFinished(AudioSourceFinishedEvent) - Method in interface org.javacord.api.listener.audio.AudioSourceFinishedListener
This method is called every time an audio connection finishes and was removed from the audio connection.
onAutocompleteCreate(AutocompleteCreateEvent) - Method in interface org.javacord.api.listener.interaction.AutocompleteCreateListener
This method is called every time an autocomplete interaction is created.
onButtonClick(ButtonClickEvent) - Method in interface org.javacord.api.listener.interaction.ButtonClickListener
This method is called every time a button is clicked.
onCachedMessagePin(CachedMessagePinEvent) - Method in interface org.javacord.api.listener.message.CachedMessagePinListener
This method is called every time a cached message gets pinned.
onCachedMessageUnpin(CachedMessageUnpinEvent) - Method in interface org.javacord.api.listener.message.CachedMessageUnpinListener
This method is called every time a cached message gets unpinned.
onChannelPinsUpdate(ChannelPinsUpdateEvent) - Method in interface org.javacord.api.listener.message.ChannelPinsUpdateListener
This method is called every time a channel's pins update.
onComponentCreate(MessageComponentCreateEvent) - Method in interface org.javacord.api.listener.interaction.MessageComponentCreateListener
This method is called every time a message component interaction is created.
ONE_DAY - org.javacord.api.entity.channel.AutoArchiveDuration
 
ONE_HOUR - org.javacord.api.entity.channel.AutoArchiveDuration
 
ONE_WEEK - org.javacord.api.entity.channel.AutoArchiveDuration
 
onInteractionCreate(InteractionCreateEvent) - Method in interface org.javacord.api.listener.interaction.InteractionCreateListener
This method is called every time an interaction is created.
onKnownCustomEmojiChangeName(KnownCustomEmojiChangeNameEvent) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiChangeNameListener
This method is called every time a custom emoji's name changed.
onKnownCustomEmojiChangeWhitelistedRoles(KnownCustomEmojiChangeWhitelistedRolesEvent) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiChangeWhitelistedRolesListener
This method is called every time a custom emoji's whitelisted roles changed.
onKnownCustomEmojiCreate(KnownCustomEmojiCreateEvent) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiCreateListener
This method is called every time a custom emoji is created.
onKnownCustomEmojiDelete(KnownCustomEmojiDeleteEvent) - Method in interface org.javacord.api.listener.server.emoji.KnownCustomEmojiDeleteListener
This method is called every time a custom emoji is deleted.
ONLINE - org.javacord.api.entity.user.UserStatus
The user is online.
onLostConnection(LostConnectionEvent) - Method in interface org.javacord.api.listener.connection.LostConnectionListener
This method is called every time a connection is lost.
ONLY_MENTIONS - org.javacord.api.entity.server.DefaultMessageNotificationLevel
 
onMessageContextMenuCommand(MessageContextMenuCommandEvent) - Method in interface org.javacord.api.listener.interaction.MessageContextMenuCommandListener
This method is called every time a message context menu interaction is created.
onMessageCreate(MessageCreateEvent) - Method in interface org.javacord.api.listener.message.MessageCreateListener
This method is called every time a message is created.
onMessageDelete(MessageDeleteEvent) - Method in interface org.javacord.api.listener.message.MessageDeleteListener
This method is called every time a message is deleted.
onMessageEdit(MessageEditEvent) - Method in interface org.javacord.api.listener.message.MessageEditListener
This method is called every time a message is edited.
onModalSubmit(ModalSubmitEvent) - Method in interface org.javacord.api.listener.interaction.ModalSubmitListener
This method is called every time a modal interaction is created.
onPrivateChannelCreate(PrivateChannelCreateEvent) - Method in interface org.javacord.api.listener.channel.user.PrivateChannelCreateListener
This method is called every time a private channel is created.
onPrivateChannelDelete(PrivateChannelDeleteEvent) - Method in interface org.javacord.api.listener.channel.user.PrivateChannelDeleteListener
This method is called every time a private channel is deleted.
onReactionAdd(ReactionAddEvent) - Method in interface org.javacord.api.listener.message.reaction.ReactionAddListener
This method is called every time a reaction is added to a message.
onReactionRemove(ReactionRemoveEvent) - Method in interface org.javacord.api.listener.message.reaction.ReactionRemoveListener
This method is called every time a reaction is removed from a message.
onReactionRemoveAll(ReactionRemoveAllEvent) - Method in interface org.javacord.api.listener.message.reaction.ReactionRemoveAllListener
This method is called every time all reactions were removed from a message.
onReconnect(ReconnectEvent) - Method in interface org.javacord.api.listener.connection.ReconnectListener
This method is called every time a connection is reconnected.
onResume(ResumeEvent) - Method in interface org.javacord.api.listener.connection.ResumeListener
This method is called every time a connection is resumed.
onRoleChangeColor(RoleChangeColorEvent) - Method in interface org.javacord.api.listener.server.role.RoleChangeColorListener
This method is called every time a role's color changes.
onRoleChangeHoist(RoleChangeHoistEvent) - Method in interface org.javacord.api.listener.server.role.RoleChangeHoistListener
This method is called every time a role's hoist changes.
onRoleChangeMentionable(RoleChangeMentionableEvent) - Method in interface org.javacord.api.listener.server.role.RoleChangeMentionableListener
This method is called every time a role's mentionable flag changes.
onRoleChangeName(RoleChangeNameEvent) - Method in interface org.javacord.api.listener.server.role.RoleChangeNameListener
This method is called every time a role's name changes.
onRoleChangePermissions(RoleChangePermissionsEvent) - Method in interface org.javacord.api.listener.server.role.RoleChangePermissionsListener
This method is called every time a role's permissions changes.
onRoleChangePosition(RoleChangePositionEvent) - Method in interface org.javacord.api.listener.server.role.RoleChangePositionListener
This method is called every time a role's position changes.
onRoleCreate(RoleCreateEvent) - Method in interface org.javacord.api.listener.server.role.RoleCreateListener
This method is called every time a role is created.
onRoleDelete(RoleDeleteEvent) - Method in interface org.javacord.api.listener.server.role.RoleDeleteListener
This method is called every time a role is deleted.
onSelectMenuChoose(SelectMenuChooseEvent) - Method in interface org.javacord.api.listener.interaction.SelectMenuChooseListener
This method is called every time when one or more select menu options have been chosen.
onServerBecomesAvailable(ServerBecomesAvailableEvent) - Method in interface org.javacord.api.listener.server.ServerBecomesAvailableListener
This method is called every time a server became unavailable.
onServerBecomesUnavailable(ServerBecomesUnavailableEvent) - Method in interface org.javacord.api.listener.server.ServerBecomesUnavailableListener
This method is called every time a server became available.
onServerChangeAfkChannel(ServerChangeAfkChannelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeAfkChannelListener
This method is called every time a server's afk channel changed.
onServerChangeAfkTimeout(ServerChangeAfkTimeoutEvent) - Method in interface org.javacord.api.listener.server.ServerChangeAfkTimeoutListener
This method is called every time a server's afk timeout changed.
onServerChangeBoostCount(ServerChangeBoostCountEvent) - Method in interface org.javacord.api.listener.server.ServerChangeBoostCountListener
This method is called every time a server's boost count changed.
onServerChangeBoostLevel(ServerChangeBoostLevelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeBoostLevelListener
This method is called every time a server's boost level changed.
onServerChangeDefaultMessageNotificationLevel(ServerChangeDefaultMessageNotificationLevelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeDefaultMessageNotificationLevelListener
This method is called every time a server's default message notification level changed.
onServerChangeDescription(ServerChangeDescriptionEvent) - Method in interface org.javacord.api.listener.server.ServerChangeDescriptionListener
This method is called every time a server's description changed.
onServerChangeDiscoverySplash(ServerChangeDiscoverySplashEvent) - Method in interface org.javacord.api.listener.server.ServerChangeDiscoverySplashListener
This method is called every time a server's discovery splash changed.
onServerChangeExplicitContentFilterLevel(ServerChangeExplicitContentFilterLevelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeExplicitContentFilterLevelListener
This method is called every time a server's explicit content filter level changed.
onServerChangeIcon(ServerChangeIconEvent) - Method in interface org.javacord.api.listener.server.ServerChangeIconListener
This method is called every time a server's icon changed.
onServerChangeModeratorsOnlyChannel(ServerChangeModeratorsOnlyChannelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeModeratorsOnlyChannelListener
This method is called every time a server's moderators-only channel changed.
onServerChangeMultiFactorAuthenticationLevel(ServerChangeMultiFactorAuthenticationLevelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeMultiFactorAuthenticationLevelListener
This method is called every time a server's multi factor authentication level changed.
onServerChangeName(ServerChangeNameEvent) - Method in interface org.javacord.api.listener.server.ServerChangeNameListener
This method is called every time a server's name changed.
onServerChangeNsfwLevel(ServerChangeNsfwLevelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeNsfwLevelListener
This method is called every time a server changes its NSFW level.
onServerChangeOwner(ServerChangeOwnerEvent) - Method in interface org.javacord.api.listener.server.ServerChangeOwnerListener
This method is called every time a server's owner changed.
onServerChangePreferredLocale(ServerChangePreferredLocaleEvent) - Method in interface org.javacord.api.listener.server.ServerChangePreferredLocaleListener
This method is called every time a server's preferred locale changed.
onServerChangeRegion(ServerChangeRegionEvent) - Method in interface org.javacord.api.listener.server.ServerChangeRegionListener
This method is called every time a server's region changed.
onServerChangeRulesChannel(ServerChangeRulesChannelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeRulesChannelListener
This method is called every time a server's rules channel changed.
onServerChangeServerFeature(ServerChangeServerFeaturesEvent) - Method in interface org.javacord.api.listener.server.ServerChangeServerFeatureListener
This method is called every time a server's feature changed.
onServerChangeSplash(ServerChangeSplashEvent) - Method in interface org.javacord.api.listener.server.ServerChangeSplashListener
This method is called every time a server's splash changed.
onServerChangeSystemChannel(ServerChangeSystemChannelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeSystemChannelListener
This method is called every time a server's system channel changed.
onServerChangeVanityUrlCode(ServerChangeVanityUrlCodeEvent) - Method in interface org.javacord.api.listener.server.ServerChangeVanityUrlCodeListener
This method is called every time a server's vanity url code changed.
onServerChangeVerificationLevel(ServerChangeVerificationLevelEvent) - Method in interface org.javacord.api.listener.server.ServerChangeVerificationLevelListener
This method is called every time a server's verification level changed.
onServerChannelChangeName(ServerChannelChangeNameEvent) - Method in interface org.javacord.api.listener.channel.server.ServerChannelChangeNameListener
This method is called every time a server channel's name changes.
onServerChannelChangeNsfwFlag(ServerChannelChangeNsfwFlagEvent) - Method in interface org.javacord.api.listener.channel.server.ServerChannelChangeNsfwFlagListener
This method is called every time a server channel's nsfw flag changes.
onServerChannelChangeOverwrittenPermissions(ServerChannelChangeOverwrittenPermissionsEvent) - Method in interface org.javacord.api.listener.channel.server.ServerChannelChangeOverwrittenPermissionsListener
This method is called every time a server channel's overwritten permissions change.
onServerChannelChangePosition(ServerChannelChangePositionEvent) - Method in interface org.javacord.api.listener.channel.server.ServerChannelChangePositionListener
This method is called every time a server channel's position changes.
onServerChannelCreate(ServerChannelCreateEvent) - Method in interface org.javacord.api.listener.channel.server.ServerChannelCreateListener
This method is called every time a server channel is created.
onServerChannelDelete(ServerChannelDeleteEvent) - Method in interface org.javacord.api.listener.channel.server.ServerChannelDeleteListener
This method is called every time a server channel is deleted.
onServerChannelInviteCreate(ServerChannelInviteCreateEvent) - Method in interface org.javacord.api.listener.channel.server.invite.ServerChannelInviteCreateListener
This method is called every time a server channel invite is created.
onServerChannelInviteDelete(ServerChannelInviteDeleteEvent) - Method in interface org.javacord.api.listener.channel.server.invite.ServerChannelInviteDeleteListener
This method is called every time a server channel invite is deleted.
onServerJoin(ServerJoinEvent) - Method in interface org.javacord.api.listener.server.ServerJoinListener
This method is called every time you join a server.
onServerLeave(ServerLeaveEvent) - Method in interface org.javacord.api.listener.server.ServerLeaveListener
This method is called every time you leave a server.
onServerMemberBan(ServerMemberBanEvent) - Method in interface org.javacord.api.listener.server.member.ServerMemberBanListener
This method is called every time a user got banned from a server.
onServerMemberChangePending(UserChangePendingEvent) - Method in interface org.javacord.api.listener.user.UserChangePendingListener
This method is called every time a user's pending state changes.
onServerMemberJoin(ServerMemberJoinEvent) - Method in interface org.javacord.api.listener.server.member.ServerMemberJoinListener
This method is called every time a user joins a server.
onServerMemberLeave(ServerMemberLeaveEvent) - Method in interface org.javacord.api.listener.server.member.ServerMemberLeaveListener
This method is called every time a user leaves a server.
onServerMembersChunk(ServerMembersChunkEvent) - Method in interface org.javacord.api.listener.server.member.ServerMembersChunkListener
This method is called every time a server members chunk is received.
onServerMemberUnban(ServerMemberUnbanEvent) - Method in interface org.javacord.api.listener.server.member.ServerMemberUnbanListener
This method is called every time a user got unbanned from a server.
onServerStageVoiceChannelChangeTopic(ServerStageVoiceChannelChangeTopicEvent) - Method in interface org.javacord.api.listener.channel.server.voice.ServerStageVoiceChannelChangeTopicListener
This method is called every time a server stage voice channel's topic changes.
onServerTextChannelChangeDefaultAutoArchiveDuration(ServerTextChannelChangeDefaultAutoArchiveDurationEvent) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelChangeDefaultAutoArchiveDurationListener
This method is called every time a server text channel's default auto archive duration changes.
onServerTextChannelChangeSlowmodeDelay(ServerTextChannelChangeSlowmodeEvent) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelChangeSlowmodeListener
This method is called every time a server text channel's slowmode delay changes.
onServerTextChannelChangeTopic(ServerTextChannelChangeTopicEvent) - Method in interface org.javacord.api.listener.channel.server.text.ServerTextChannelChangeTopicListener
This method is called every time a server text channel's topic changes.
onServerVoiceChannelChangeBitrate(ServerVoiceChannelChangeBitrateEvent) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelChangeBitrateListener
This method is called every time a server voice channel's bitrate changes.
onServerVoiceChannelChangeUserLimit(ServerVoiceChannelChangeUserLimitEvent) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelChangeUserLimitListener
This method is called every time a server voice channel's user limit changes.
onServerVoiceChannelMemberJoin(ServerVoiceChannelMemberJoinEvent) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelMemberJoinListener
This method is called every time a user joins a server voice channel.
onServerVoiceChannelMemberLeave(ServerVoiceChannelMemberLeaveEvent) - Method in interface org.javacord.api.listener.channel.server.voice.ServerVoiceChannelMemberLeaveListener
This method is called every time a user leaves a server voice channel.
onSlashCommandCreate(SlashCommandCreateEvent) - Method in interface org.javacord.api.listener.interaction.SlashCommandCreateListener
This method is called every time an interaction is created.
onStickerChangeDescription(StickerChangeDescriptionEvent) - Method in interface org.javacord.api.listener.server.sticker.StickerChangeDescriptionListener
This method is called every time a sticker's description changed.
onStickerChangeName(StickerChangeNameEvent) - Method in interface org.javacord.api.listener.server.sticker.StickerChangeNameListener
This method is called every time a sticker's name changed.
onStickerChangeTags(StickerChangeTagsEvent) - Method in interface org.javacord.api.listener.server.sticker.StickerChangeTagsListener
This method is called every time a sticker's tags changed.
onStickerCreate(StickerCreateEvent) - Method in interface org.javacord.api.listener.server.sticker.StickerCreateListener
This method ist called every time a sticker is created.
onStickerDelete(StickerDeleteEvent) - Method in interface org.javacord.api.listener.server.sticker.StickerDeleteListener
This method is called every time a sticker is deleted.
onThreadCreate(ThreadCreateEvent) - Method in interface org.javacord.api.listener.channel.server.thread.ServerThreadChannelCreateListener
This method is called every time a thread is created.
onThreadDelete(ThreadDeleteEvent) - Method in interface org.javacord.api.listener.channel.server.thread.ServerThreadChannelDeleteListener
This method is called every time a thread is deleted.
onThreadListSync(ThreadListSyncEvent) - Method in interface org.javacord.api.listener.channel.server.thread.ServerThreadListSyncListener
This method is called every time a user gains access to a channel.
onThreadMembersUpdate(ThreadMembersUpdateEvent) - Method in interface org.javacord.api.listener.channel.server.thread.ServerThreadChannelMembersUpdateListener
This method is called every time someone is added to or removed from a thread.
onThreadUpdate(ThreadUpdateEvent) - Method in interface org.javacord.api.listener.channel.server.thread.ServerThreadChannelUpdateListener
This method is called every time a thread is updated.
onUserChangeActivity(UserChangeActivityEvent) - Method in interface org.javacord.api.listener.user.UserChangeActivityListener
This method is called every time a user changed their activity.
onUserChangeAvatar(UserChangeAvatarEvent) - Method in interface org.javacord.api.listener.user.UserChangeAvatarListener
This method is called every time a user changed their avatar.
onUserChangeDeafened(UserChangeDeafenedEvent) - Method in interface org.javacord.api.listener.user.UserChangeDeafenedListener
This method is called every time the deafened state of a user is changed on a server.
onUserChangeDiscriminator(UserChangeDiscriminatorEvent) - Method in interface org.javacord.api.listener.user.UserChangeDiscriminatorListener
This method is called every time a user changed their discriminator.
onUserChangeMuted(UserChangeMutedEvent) - Method in interface org.javacord.api.listener.user.UserChangeMutedListener
This method is called every time the muted state of user is changed on a server.
onUserChangeName(UserChangeNameEvent) - Method in interface org.javacord.api.listener.user.UserChangeNameListener
This method is called every time a user changed their name.
onUserChangeNickname(UserChangeNicknameEvent) - Method in interface org.javacord.api.listener.user.UserChangeNicknameListener
This method is called every time a user changed their nickname on a server.
onUserChangeSelfDeafened(UserChangeSelfDeafenedEvent) - Method in interface org.javacord.api.listener.user.UserChangeSelfDeafenedListener
This method is called every time a user changed their self-deafened state on a server.
onUserChangeSelfMuted(UserChangeSelfMutedEvent) - Method in interface org.javacord.api.listener.user.UserChangeSelfMutedListener
This method is called every time a user changed their self-muted state on a server.
onUserChangeServerAvatar(UserChangeServerAvatarEvent) - Method in interface org.javacord.api.listener.user.UserChangeServerAvatarListener
This method is called every time a user changes their server avatar.
onUserChangeStatus(UserChangeStatusEvent) - Method in interface org.javacord.api.listener.user.UserChangeStatusListener
This method is called every time a user changed their status.
onUserChangeTimeout(UserChangeTimeoutEvent) - Method in interface org.javacord.api.listener.user.UserChangeTimeoutListener
This method is called every time a timeout of a user changed on a server.
onUserContextMenuCommand(UserContextMenuCommandEvent) - Method in interface org.javacord.api.listener.interaction.UserContextMenuCommandListener
This method is called every time an interaction is created.
onUserRoleAdd(UserRoleAddEvent) - Method in interface org.javacord.api.listener.server.role.UserRoleAddListener
This method is called every time a user got added to a role.
onUserRoleRemove(UserRoleRemoveEvent) - Method in interface org.javacord.api.listener.server.role.UserRoleRemoveListener
This method is called every time a user got removed from a role.
onUserStartTyping(UserStartTypingEvent) - Method in interface org.javacord.api.listener.user.UserStartTypingListener
This method is called every time a user started typing.
onVoiceServerUpdate(VoiceServerUpdateEvent) - Method in interface org.javacord.api.listener.server.VoiceServerUpdateListener
This method is called every time a voice server update packet is received.
onVoiceStateUpdate(VoiceStateUpdateEvent) - Method in interface org.javacord.api.listener.server.VoiceStateUpdateListener
This method is called every time a voice state update packet is received for the current user.
onWebhooksUpdate(WebhooksUpdateEvent) - Method in interface org.javacord.api.listener.channel.server.text.WebhooksUpdateListener
This method is called every time the webhooks of a channel get updated.
openPrivateChannel() - Method in interface org.javacord.api.entity.user.User
Opens a new private channel with the given user.
OptionalMessageEvent - Interface in org.javacord.api.event.message
A message event where the message is NOT guaranteed to be in the cache.
OptionalUserEvent - Interface in org.javacord.api.event.user
An optional user event.
org.javacord.api - package org.javacord.api
 
org.javacord.api.audio - package org.javacord.api.audio
 
org.javacord.api.audio.internal - package org.javacord.api.audio.internal
 
org.javacord.api.entity - package org.javacord.api.entity
 
org.javacord.api.entity.activity - package org.javacord.api.entity.activity
 
org.javacord.api.entity.auditlog - package org.javacord.api.entity.auditlog
 
org.javacord.api.entity.channel - package org.javacord.api.entity.channel
 
org.javacord.api.entity.channel.internal - package org.javacord.api.entity.channel.internal
 
org.javacord.api.entity.emoji - package org.javacord.api.entity.emoji
 
org.javacord.api.entity.emoji.internal - package org.javacord.api.entity.emoji.internal
 
org.javacord.api.entity.intent - package org.javacord.api.entity.intent
 
org.javacord.api.entity.message - package org.javacord.api.entity.message
 
org.javacord.api.entity.message.component - package org.javacord.api.entity.message.component
 
org.javacord.api.entity.message.component.internal - package org.javacord.api.entity.message.component.internal
 
org.javacord.api.entity.message.embed - package org.javacord.api.entity.message.embed
 
org.javacord.api.entity.message.embed.internal - package org.javacord.api.entity.message.embed.internal
 
org.javacord.api.entity.message.internal - package org.javacord.api.entity.message.internal
 
org.javacord.api.entity.message.mention - package org.javacord.api.entity.message.mention
 
org.javacord.api.entity.message.mention.internal - package org.javacord.api.entity.message.mention.internal
 
org.javacord.api.entity.permission - package org.javacord.api.entity.permission
 
org.javacord.api.entity.permission.internal - package org.javacord.api.entity.permission.internal
 
org.javacord.api.entity.server - package org.javacord.api.entity.server
 
org.javacord.api.entity.server.internal - package org.javacord.api.entity.server.internal
 
org.javacord.api.entity.server.invite - package org.javacord.api.entity.server.invite
 
org.javacord.api.entity.server.invite.internal - package org.javacord.api.entity.server.invite.internal
 
org.javacord.api.entity.sticker - package org.javacord.api.entity.sticker
 
org.javacord.api.entity.sticker.internal - package org.javacord.api.entity.sticker.internal
 
org.javacord.api.entity.user - package org.javacord.api.entity.user
 
org.javacord.api.entity.webhook - package org.javacord.api.entity.webhook
 
org.javacord.api.entity.webhook.internal - package org.javacord.api.entity.webhook.internal
 
org.javacord.api.event - package org.javacord.api.event
 
org.javacord.api.event.audio - package org.javacord.api.event.audio
 
org.javacord.api.event.channel - package org.javacord.api.event.channel
 
org.javacord.api.event.channel.server - package org.javacord.api.event.channel.server
 
org.javacord.api.event.channel.server.invite - package org.javacord.api.event.channel.server.invite
 
org.javacord.api.event.channel.server.text - package org.javacord.api.event.channel.server.text
 
org.javacord.api.event.channel.server.voice - package org.javacord.api.event.channel.server.voice
 
org.javacord.api.event.channel.thread - package org.javacord.api.event.channel.thread
 
org.javacord.api.event.channel.user - package org.javacord.api.event.channel.user
 
org.javacord.api.event.connection - package org.javacord.api.event.connection
 
org.javacord.api.event.interaction - package org.javacord.api.event.interaction
 
org.javacord.api.event.message - package org.javacord.api.event.message
 
org.javacord.api.event.message.reaction - package org.javacord.api.event.message.reaction
 
org.javacord.api.event.server - package org.javacord.api.event.server
 
org.javacord.api.event.server.emoji - package org.javacord.api.event.server.emoji
 
org.javacord.api.event.server.member - package org.javacord.api.event.server.member
 
org.javacord.api.event.server.role - package org.javacord.api.event.server.role
 
org.javacord.api.event.server.sticker - package org.javacord.api.event.server.sticker
 
org.javacord.api.event.user - package org.javacord.api.event.user
 
org.javacord.api.exception - package org.javacord.api.exception
 
org.javacord.api.interaction - package org.javacord.api.interaction
 
org.javacord.api.interaction.callback - package org.javacord.api.interaction.callback
 
org.javacord.api.interaction.internal - package org.javacord.api.interaction.internal
 
org.javacord.api.internal - package org.javacord.api.internal
 
org.javacord.api.listener - package org.javacord.api.listener
 
org.javacord.api.listener.audio - package org.javacord.api.listener.audio
 
org.javacord.api.listener.channel - package org.javacord.api.listener.channel
 
org.javacord.api.listener.channel.server - package org.javacord.api.listener.channel.server
 
org.javacord.api.listener.channel.server.forum - package org.javacord.api.listener.channel.server.forum
 
org.javacord.api.listener.channel.server.invite - package org.javacord.api.listener.channel.server.invite
 
org.javacord.api.listener.channel.server.text - package org.javacord.api.listener.channel.server.text
 
org.javacord.api.listener.channel.server.thread - package org.javacord.api.listener.channel.server.thread
 
org.javacord.api.listener.channel.server.voice - package org.javacord.api.listener.channel.server.voice
 
org.javacord.api.listener.channel.user - package org.javacord.api.listener.channel.user
 
org.javacord.api.listener.connection - package org.javacord.api.listener.connection
 
org.javacord.api.listener.interaction - package org.javacord.api.listener.interaction
 
org.javacord.api.listener.message - package org.javacord.api.listener.message
 
org.javacord.api.listener.message.reaction - package org.javacord.api.listener.message.reaction
 
org.javacord.api.listener.server - package org.javacord.api.listener.server
 
org.javacord.api.listener.server.emoji - package org.javacord.api.listener.server.emoji
 
org.javacord.api.listener.server.member - package org.javacord.api.listener.server.member
 
org.javacord.api.listener.server.role - package org.javacord.api.listener.server.role
 
org.javacord.api.listener.server.sticker - package org.javacord.api.listener.server.sticker
 
org.javacord.api.listener.user - package org.javacord.api.listener.user
 
org.javacord.api.listener.webhook - package org.javacord.api.listener.webhook
 
org.javacord.api.util - package org.javacord.api.util
 
org.javacord.api.util.auth - package org.javacord.api.util.auth
 
org.javacord.api.util.cache - package org.javacord.api.util.cache
 
org.javacord.api.util.concurrent - package org.javacord.api.util.concurrent
 
org.javacord.api.util.event - package org.javacord.api.util.event
 
org.javacord.api.util.exception - package org.javacord.api.util.exception
 
org.javacord.api.util.internal - package org.javacord.api.util.internal
 
org.javacord.api.util.logging - package org.javacord.api.util.logging
 
org.javacord.api.util.logging.internal - package org.javacord.api.util.logging.internal
 
org.javacord.api.util.ratelimit - package org.javacord.api.util.ratelimit
 
org.javacord.api.util.rest - package org.javacord.api.util.rest
 
OWNER_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 
OWS_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
 

P

PARAGRAPH - org.javacord.api.entity.message.component.TextInputStyle
 
PARTNER - org.javacord.api.entity.user.UserFlag
 
PARTNERED - org.javacord.api.entity.server.ServerFeature
Server is partnered.
PARTY_PRIVACY_FRIENDS - org.javacord.api.entity.activity.ActivityFlag
 
PARTY_PRIVACY_VOICE_CHANNEL - org.javacord.api.entity.activity.ActivityFlag
 
pause() - Method in interface org.javacord.api.audio.PauseableAudioSource
Pauses the audio source.
PauseableAudioSource - Interface in org.javacord.api.audio
A pauseable audio source.
PERMISSION_OVERWRITES - org.javacord.api.entity.auditlog.AuditLogChangeType
 
Permissionable - Interface in org.javacord.api.entity
An entity that can be granted permissions.
Permissions - Interface in org.javacord.api.entity.permission
A collection of all existing permission types and their states.
PERMISSIONS - org.javacord.api.entity.auditlog.AuditLogChangeType
 
PermissionsBuilder - Class in org.javacord.api.entity.permission
A class to create permissions objects.
PermissionsBuilder() - Constructor for class org.javacord.api.entity.permission.PermissionsBuilder
Creates a new permissions builder with all types set to PermissionState.UNSET.
PermissionsBuilder(Permissions) - Constructor for class org.javacord.api.entity.permission.PermissionsBuilder
Creates a new permissions builder with the states of the given permissions object.
PermissionsBuilderDelegate - Interface in org.javacord.api.entity.permission.internal
This class is internally used by the PermissionsBuilder to create permissions.
PermissionState - Enum in org.javacord.api.entity.permission
This enum represents the state of a PermissionType.
PermissionType - Enum in org.javacord.api.entity.permission
This enum contains all types of permissions.
pin() - Method in interface org.javacord.api.entity.message.Message
Pins this message.
pin(long, long) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Pins this message.
pin(String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Pins this message.
pin(DiscordApi, long, long) - Static method in interface org.javacord.api.entity.message.Message
Pins this message.
pin(DiscordApi, String, String) - Static method in interface org.javacord.api.entity.message.Message
Pins this message.
PING - org.javacord.api.interaction.InteractionType
Only relevant for webhook based interactions.
pinMessage() - Method in interface org.javacord.api.event.message.MessageEvent
Pins the message involved in the event.
PLAY - org.javacord.api.entity.activity.ActivityFlag
 
PLAYING - org.javacord.api.entity.activity.ActivityType
Represents a normal activity, represented as "Playing Half-Life 3" for example.
PNG - org.javacord.api.entity.sticker.StickerFormatType
A PNG (static) image.
POLISH - org.javacord.api.interaction.DiscordLocale
 
PORTUGUESE_BRAZILIAN - org.javacord.api.interaction.DiscordLocale
 
POSITION - org.javacord.api.entity.auditlog.AuditLogChangeType
 
PREFERRED_LOCALE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
PREMIUM_EARLY_SUPPORTER - org.javacord.api.entity.user.UserFlag
 
PREVIEW_ENABLED - org.javacord.api.entity.server.ServerFeature
Server can be previewed before joining via Membership Screening or the directory.
primary(String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the blurple primary style and the given properties.
primary(String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the blurple primary style and the given properties.
primary(String, String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the blurple primary style and the given properties.
primary(String, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the blurple primary style and the given properties.
primary(String, String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the blurple primary style and the given properties.
primary(String, String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the blurple primary style and the given properties.
primary(String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the blurple primary style and the given emoji.
primary(String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the blurple primary style and the given emoji.
PRIMARY - org.javacord.api.entity.message.component.ButtonStyle
 
PRIORITY_SPEAKER - org.javacord.api.audio.SpeakingFlag
The priority speaker flag.
PRIORITY_SPEAKER - org.javacord.api.entity.permission.PermissionType
 
PRIVACY_LEVEL - org.javacord.api.entity.auditlog.AuditLogChangeType
 
PRIVATE_CHANNEL - org.javacord.api.entity.channel.ChannelType
 
PRIVATE_THREADS - org.javacord.api.entity.server.ServerFeature
Server has access to create private threads.
PrivateChannel - Interface in org.javacord.api.entity.channel
This class represents a private channel.
PrivateChannelAttachableListener - Interface in org.javacord.api.listener.channel.user
This is a marker interface for listeners that can be attached to a PrivateChannel.
PrivateChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.user
This class can be used to add and retrieve PrivateChannelAttachableListeners.
PrivateChannelCreateEvent - Interface in org.javacord.api.event.channel.user
A private channel create event.
PrivateChannelCreateListener - Interface in org.javacord.api.listener.channel.user
This listener listens to private channel creations.
PrivateChannelDeleteEvent - Interface in org.javacord.api.event.channel.user
A private channel delete event.
PrivateChannelDeleteListener - Interface in org.javacord.api.listener.channel.user
This listener listens to private channel deletions.
PrivateChannelEvent - Interface in org.javacord.api.event.channel.user
A private channel event.
PRUNE_DELETE_DAYS - org.javacord.api.entity.auditlog.AuditLogChangeType
 
pruneMembers(int) - Method in interface org.javacord.api.entity.server.Server
Kicks all members without a role which were inactive at least the given amount of days.
pruneMembers(int, String) - Method in interface org.javacord.api.entity.server.Server
Kicks all members without a role which were inactive at least the given amount of days.
PUBLIC_UPDATES_CHANNEL_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 

Q

QUOTED_PAIR_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
QUOTED_PAIR_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
 
QUOTED_STRING_AUTH_PARAM_AT_END_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
QUOTED_STRING_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
 

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.
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(EmbedBuilder) - 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 interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sets the message to reply to.
replyTo(long) - 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.
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.
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.
requestOptionMentionableValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the mentionable value of an option at the specified index which may be a user, channel or role.
requestOptionMentionableValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the mentionable value of an option having the specified name which may be a user, channel or role.
requestOptionUserValueByIndex(int) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the user value of an option at the specified index.
requestOptionUserValueByName(String) - Method in interface org.javacord.api.interaction.SlashCommandInteractionOptionsProvider
Gets the user value of an option having the specified name.
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.
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.
requestReason() - Method in interface org.javacord.api.event.server.member.ServerMemberBanEvent
Requests the reason of the ban.
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.
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.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
 
RUSSIA - org.javacord.api.entity.Region
 
RUSSIAN - org.javacord.api.interaction.DiscordLocale
 

S

SAFE - org.javacord.api.entity.server.NsfwLevel
The server is safe for work.
secondary(String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the grey secondary style and the given properties.
secondary(String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the grey secondary style and the given properties.
secondary(String, String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the grey secondary style and the given properties.
secondary(String, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the grey secondary style and the given properties.
secondary(String, String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the grey secondary style and the given properties.
secondary(String, String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the grey secondary style and the given properties.
secondary(String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the grey secondary style and the given emoji.
secondary(String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the grey secondary style and the given emoji.
SECONDARY - org.javacord.api.entity.message.component.ButtonStyle
 
SeekableAudioSource - Interface in org.javacord.api.audio
A seekable audio source.
SELECT_MENU - org.javacord.api.entity.message.component.ComponentType
 
SelectMenu - Interface in org.javacord.api.entity.message.component
 
SelectMenuBuilder - Class in org.javacord.api.entity.message.component
 
SelectMenuBuilder() - Constructor for class org.javacord.api.entity.message.component.SelectMenuBuilder
 
SelectMenuBuilderDelegate - Interface in org.javacord.api.entity.message.component.internal
 
SelectMenuChooseEvent - Interface in org.javacord.api.event.interaction
A select menu choose event.
SelectMenuChooseListener - Interface in org.javacord.api.listener.interaction
This listener listens to select menu choices.
SelectMenuInteraction - Interface in org.javacord.api.interaction
 
SelectMenuOption - Interface in org.javacord.api.entity.message.component
 
SelectMenuOptionBuilder - Class in org.javacord.api.entity.message.component
 
SelectMenuOptionBuilder() - Constructor for class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
 
SelectMenuOptionBuilderDelegate - Interface in org.javacord.api.entity.message.component.internal
 
selfDeafen() - Method in interface org.javacord.api.entity.server.Server
Deafens yourself locally for the server.
selfMute() - Method in interface org.javacord.api.entity.server.Server
Mutes yourself locally for the server.
selfUndeafen() - Method in interface org.javacord.api.entity.server.Server
Undeafens yourself locally for the server.
selfUnmute() - Method in interface org.javacord.api.entity.server.Server
Unmutes yourself locally for the server.
send() - Method in interface org.javacord.api.interaction.callback.InteractionFollowupMessageBuilder
Sends the follow-up message.
send(DiscordApi, long, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sends the message.
send(DiscordApi, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sends the message.
send(DiscordApi, String, String) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
Sends the message without waiting for a response.
send(DiscordApi, String, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sends the message.
send(TextChannel) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sends the message.
send(TextChannel) - Method in class org.javacord.api.entity.message.MessageBuilder
Sends the message.
send(Messageable) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sends the message.
send(Messageable) - Method in class org.javacord.api.entity.message.MessageBuilder
Sends the message.
send(User) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sends the message.
send(User) - Method in class org.javacord.api.entity.message.MessageBuilder
Sends the message.
send(IncomingWebhook) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sends the message.
send(IncomingWebhook) - Method in class org.javacord.api.entity.message.MessageBuilder
Sends the message.
send(IncomingWebhook) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sends the message.
SEND_MESSAGES - org.javacord.api.entity.permission.PermissionType
 
SEND_MESSAGES_IN_THREADS - org.javacord.api.entity.permission.PermissionType
 
SEND_TTS_MESSAGES - org.javacord.api.entity.permission.PermissionType
 
sendFollowupMessage(InteractionBase) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
Sends the message as a followup message.
sendFollowupMessage(InteractionBase) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
Sends a followup message to an interaction.
sendInitialResponse(InteractionBase) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
Sends the message.
sendInitialResponse(InteractionBase) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
Sends the first response message.
sendMessage(File...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, File...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, String, URL) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Sends a message.
sendMessage(String, String, Icon) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Sends a message.
sendMessage(String, List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, List<EmbedBuilder>, File...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, List<EmbedBuilder>, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, List<EmbedBuilder>, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, EmbedBuilder) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, EmbedBuilder...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, EmbedBuilder...) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Sends a message.
sendMessage(String, EmbedBuilder, boolean, String) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, EmbedBuilder, boolean, String, File...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, EmbedBuilder, boolean, String, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, EmbedBuilder, File...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, EmbedBuilder, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(String, EmbedBuilder, String, URL) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Sends a message.
sendMessage(String, EmbedBuilder, String, Icon) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Sends a message.
sendMessage(String, EmbedBuilder, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(List<EmbedBuilder>) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(List<EmbedBuilder>, File...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(List<EmbedBuilder>, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(List<EmbedBuilder>, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(EmbedBuilder) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(EmbedBuilder...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(EmbedBuilder...) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Sends a message.
sendMessage(EmbedBuilder, File...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(EmbedBuilder, InputStream, String) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendMessage(EmbedBuilder, String, URL) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Sends a message.
sendMessage(EmbedBuilder, String, Icon) - Method in interface org.javacord.api.entity.webhook.IncomingWebhook
Sends a message.
sendMessage(EmbedBuilder, HighLevelComponent...) - Method in interface org.javacord.api.entity.message.Messageable
Sends a message.
sendSilently(DiscordApi, long, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sends the message without waiting for a response.
sendSilently(DiscordApi, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sends the message without waiting for a response.
sendSilently(DiscordApi, String, String) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
Sends the message without waiting for a response.
sendSilently(DiscordApi, String, String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sends the message without waiting for a response.
sendSilently(IncomingWebhook) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
Sends the message without waiting for a response.
sendSilently(IncomingWebhook) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sends the message without waiting for a response.
sendWithWebhook(DiscordApi, long, String) - Method in class org.javacord.api.entity.message.MessageBuilder
Sends the message.
sendWithWebhook(DiscordApi, String) - Method in class org.javacord.api.entity.message.MessageBuilder
Sends the message.
sendWithWebhook(DiscordApi, String, String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sends the message.
sendWithWebhook(DiscordApi, String, String) - Method in class org.javacord.api.entity.message.MessageBuilder
Sends the message.
Server - Interface in org.javacord.api.entity.server
The class represents a Discord server, sometimes also called guild.
SERVER - org.javacord.api.entity.sticker.StickerType
This sticker is uploaded to a server.
SERVER_DIRECTORY_CHANNEL - org.javacord.api.entity.channel.ChannelType
 
SERVER_DISCOVERY_DISQUALIFIED - org.javacord.api.entity.message.MessageType
 
SERVER_DISCOVERY_GRACE_PERIOD_FINAL_WARNING - org.javacord.api.entity.message.MessageType
 
SERVER_DISCOVERY_GRACE_PERIOD_INITIAL_WARNING - org.javacord.api.entity.message.MessageType
 
SERVER_DISCOVERY_REQUALIFIED - org.javacord.api.entity.message.MessageType
 
SERVER_FORUM_CHANNEL - org.javacord.api.entity.channel.ChannelType
 
SERVER_MEMBER_JOIN - org.javacord.api.entity.message.MessageType
 
SERVER_NEWS_CHANNEL - org.javacord.api.entity.channel.ChannelType
 
SERVER_NEWS_THREAD - org.javacord.api.entity.channel.ChannelType
 
SERVER_PRIVATE_THREAD - org.javacord.api.entity.channel.ChannelType
 
SERVER_PUBLIC_THREAD - org.javacord.api.entity.channel.ChannelType
 
SERVER_STAGE_VOICE_CHANNEL - org.javacord.api.entity.channel.ChannelType
 
SERVER_STORE_CHANNEL - org.javacord.api.entity.channel.ChannelType
 
SERVER_TEXT_CHANNEL - org.javacord.api.entity.channel.ChannelType
 
SERVER_VOICE_CHANNEL - org.javacord.api.entity.channel.ChannelType
 
ServerApplicationCommandPermissions - Interface in org.javacord.api.interaction
 
ServerAttachableListener - Interface in org.javacord.api.listener.server
This is a marker interface for listeners that can be attached to a Server.
ServerAttachableListenerManager - Interface in org.javacord.api.listener.server
This class can be used to add and retrieve ServerAttachableListeners.
ServerBecomesAvailableEvent - Interface in org.javacord.api.event.server
A server becomes available event.
ServerBecomesAvailableListener - Interface in org.javacord.api.listener.server
This listener listens to servers becoming available.
ServerBecomesUnavailableEvent - Interface in org.javacord.api.event.server
A server becomes unavailable event.
ServerBecomesUnavailableListener - Interface in org.javacord.api.listener.server
This listener listens to servers becoming unavailable.
ServerBuilder - Class in org.javacord.api.entity.server
This class can be used to create a server.
ServerBuilder(DiscordApi) - Constructor for class org.javacord.api.entity.server.ServerBuilder
Creates a new server builder.
ServerBuilderDelegate - Interface in org.javacord.api.entity.server.internal
This class is internally used by the ServerBuilder to create servers.
ServerChangeAfkChannelEvent - Interface in org.javacord.api.event.server
A server change afk channel event.
ServerChangeAfkChannelListener - Interface in org.javacord.api.listener.server
This listener listens to server afk channel changes.
ServerChangeAfkTimeoutEvent - Interface in org.javacord.api.event.server
A server change afk timeout event.
ServerChangeAfkTimeoutListener - Interface in org.javacord.api.listener.server
This listener listens to server afk timeout changes.
ServerChangeBoostCountEvent - Interface in org.javacord.api.event.server
A server change boost count event.
ServerChangeBoostCountListener - Interface in org.javacord.api.listener.server
This listener listens to server boost count changes.
ServerChangeBoostLevelEvent - Interface in org.javacord.api.event.server
A server change boost level event.
ServerChangeBoostLevelListener - Interface in org.javacord.api.listener.server
This listener listens to server boost level changes.
ServerChangeDefaultMessageNotificationLevelEvent - Interface in org.javacord.api.event.server
A server change default message notification level event.
ServerChangeDefaultMessageNotificationLevelListener - Interface in org.javacord.api.listener.server
This listener listens to server default message notification level changes.
ServerChangeDescriptionEvent - Interface in org.javacord.api.event.server
A server change description event.
ServerChangeDescriptionListener - Interface in org.javacord.api.listener.server
This listener listens to server description changes.
ServerChangeDiscoverySplashEvent - Interface in org.javacord.api.event.server
A server change discovery splash event.
ServerChangeDiscoverySplashListener - Interface in org.javacord.api.listener.server
This listener listens to server discovery splash changes.
ServerChangeExplicitContentFilterLevelEvent - Interface in org.javacord.api.event.server
A server change explicit content filter level event.
ServerChangeExplicitContentFilterLevelListener - Interface in org.javacord.api.listener.server
This listener listens to server explicit content filter level changes.
ServerChangeIconEvent - Interface in org.javacord.api.event.server
A server change icon event.
ServerChangeIconListener - Interface in org.javacord.api.listener.server
This listener listens to server icon changes.
ServerChangeModeratorsOnlyChannelEvent - Interface in org.javacord.api.event.server
A server change moderators-only channel event.
ServerChangeModeratorsOnlyChannelListener - Interface in org.javacord.api.listener.server
This listener listens to server moderators-only channel changes.
ServerChangeMultiFactorAuthenticationLevelEvent - Interface in org.javacord.api.event.server
A server change multi factor authentication level event.
ServerChangeMultiFactorAuthenticationLevelListener - Interface in org.javacord.api.listener.server
This listener listens to server multi factor authentication level changes.
ServerChangeNameEvent - Interface in org.javacord.api.event.server
A server change name event.
ServerChangeNameListener - Interface in org.javacord.api.listener.server
This listener listens to server name changes.
ServerChangeNsfwLevelEvent - Interface in org.javacord.api.event.server
 
ServerChangeNsfwLevelListener - Interface in org.javacord.api.listener.server
 
ServerChangeOwnerEvent - Interface in org.javacord.api.event.server
A server change owner event.
ServerChangeOwnerListener - Interface in org.javacord.api.listener.server
This listener listens to server owner changes.
ServerChangePreferredLocaleEvent - Interface in org.javacord.api.event.server
A server change preferred locale event.
ServerChangePreferredLocaleListener - Interface in org.javacord.api.listener.server
This listener listens to server preferred locale changes.
ServerChangeRegionEvent - Interface in org.javacord.api.event.server
A server change region event.
ServerChangeRegionListener - Interface in org.javacord.api.listener.server
This listener listens to server region changes.
ServerChangeRulesChannelEvent - Interface in org.javacord.api.event.server
A server change rules channel event.
ServerChangeRulesChannelListener - Interface in org.javacord.api.listener.server
This listener listens to server rules channel changes.
ServerChangeServerFeatureListener - Interface in org.javacord.api.listener.server
This listener listens to server feature changes.
ServerChangeServerFeaturesEvent - Interface in org.javacord.api.event.server
A server change server features event.
ServerChangeSplashEvent - Interface in org.javacord.api.event.server
A server change splash event.
ServerChangeSplashListener - Interface in org.javacord.api.listener.server
This listener listens to server splash changes.
ServerChangeSystemChannelEvent - Interface in org.javacord.api.event.server
A server change system channel event.
ServerChangeSystemChannelListener - Interface in org.javacord.api.listener.server
This listener listens to server system channel changes.
ServerChangeVanityUrlCodeEvent - Interface in org.javacord.api.event.server
A server change vanity url code event.
ServerChangeVanityUrlCodeListener - Interface in org.javacord.api.listener.server
This listener listens to server vanity url code changes.
ServerChangeVerificationLevelEvent - Interface in org.javacord.api.event.server
A server change verification level event.
ServerChangeVerificationLevelListener - Interface in org.javacord.api.listener.server
This listener listens to server verification level changes.
ServerChannel - Interface in org.javacord.api.entity.channel
This class represents a server channel.
ServerChannelAttachableListener - Interface in org.javacord.api.listener.channel.server
This is a marker interface for listeners that can be attached to a ServerChannel.
ServerChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server
This class can be used to add and retrieve ServerChannelAttachableListeners.
ServerChannelBuilder<T> - Class in org.javacord.api.entity.channel
This class is used to create new server channels.
ServerChannelBuilder(Class<T>, ServerChannelBuilderDelegate) - Constructor for class org.javacord.api.entity.channel.ServerChannelBuilder
Creates a new server channel builder.
ServerChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerChannelBuilder to create server channels.
ServerChannelChangeNameEvent - Interface in org.javacord.api.event.channel.server
A server channel change name event.
ServerChannelChangeNameListener - Interface in org.javacord.api.listener.channel.server
This listener listens to server channel name changes.
ServerChannelChangeNsfwFlagEvent - Interface in org.javacord.api.event.channel.server
A server channel change nsfw flag event.
ServerChannelChangeNsfwFlagListener - Interface in org.javacord.api.listener.channel.server
This listener listens to server channel nsfw flag changes.
ServerChannelChangeOverwrittenPermissionsEvent - Interface in org.javacord.api.event.channel.server
A server channel change overwritten permissions event.
ServerChannelChangeOverwrittenPermissionsListener - Interface in org.javacord.api.listener.channel.server
This listener listens to server channel overwritten permissions changes.
ServerChannelChangePositionEvent - Interface in org.javacord.api.event.channel.server
A server channel change position event.
ServerChannelChangePositionListener - Interface in org.javacord.api.listener.channel.server
This listener listens to server channel position changes.
ServerChannelCreateEvent - Interface in org.javacord.api.event.channel.server
A server channel create event.
ServerChannelCreateListener - Interface in org.javacord.api.listener.channel.server
This listener listens to server channel creations.
ServerChannelDeleteEvent - Interface in org.javacord.api.event.channel.server
A server channel delete event.
ServerChannelDeleteListener - Interface in org.javacord.api.listener.channel.server
This listener listens to server channel deletions.
ServerChannelEvent - Interface in org.javacord.api.event.channel.server
A server channel event.
ServerChannelInviteCreateEvent - Interface in org.javacord.api.event.channel.server.invite
A server channel invite create event.
ServerChannelInviteCreateListener - Interface in org.javacord.api.listener.channel.server.invite
This listener listens to server channel invite creations.
ServerChannelInviteDeleteEvent - Interface in org.javacord.api.event.channel.server.invite
A server channel invite delete event.
ServerChannelInviteDeleteListener - Interface in org.javacord.api.listener.channel.server.invite
This listener listens to server channel invite deletions.
ServerChannelUpdater<T extends ServerChannelUpdater<T>> - Class in org.javacord.api.entity.channel
This class can be used to update server channels.
ServerChannelUpdater(ServerChannelUpdaterDelegate) - Constructor for class org.javacord.api.entity.channel.ServerChannelUpdater
Creates a new server channel updater.
ServerChannelUpdater(ServerChannel) - Constructor for class org.javacord.api.entity.channel.ServerChannelUpdater
Creates a new server channel updater.
ServerChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerChannelUpdater to update server channels.
ServerEvent - Interface in org.javacord.api.event.server
A server event.
ServerFeature - Enum in org.javacord.api.entity.server
An enum with all server features.
ServerForumChannel - Interface in org.javacord.api.entity.channel
This class represents a server forum channel.
ServerForumChannelAttachableListener - Interface in org.javacord.api.listener.channel.server.forum
This is a marker interface for listeners that can be attached to a ServerForumChannel.
ServerForumChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server.forum
This class can be used to add and retrieve ServerForumChannelAttachableListeners.
ServerForumChannelBuilder - Class in org.javacord.api.entity.channel
This class is used to create new server forum channels.
ServerForumChannelBuilder(Server) - Constructor for class org.javacord.api.entity.channel.ServerForumChannelBuilder
Creates a new server forum channel builder.
ServerForumChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerForumChannelBuilder to create server forum channels.
ServerForumChannelUpdater - Class in org.javacord.api.entity.channel
This class can be used to update server forum channels.
ServerForumChannelUpdater(ServerForumChannel) - Constructor for class org.javacord.api.entity.channel.ServerForumChannelUpdater
Creates a new server forum channel updater.
ServerForumChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerForumChannelUpdater to update server forum channels.
ServerJoinEvent - Interface in org.javacord.api.event.server
A server join event.
ServerJoinListener - Interface in org.javacord.api.listener.server
This listener listens to server joins.
ServerLeaveEvent - Interface in org.javacord.api.event.server
A server leave event.
ServerLeaveListener - Interface in org.javacord.api.listener.server
This listener listens to server leaves.
ServerMemberBanEvent - Interface in org.javacord.api.event.server.member
A server member ban event.
ServerMemberBanListener - Interface in org.javacord.api.listener.server.member
This listener listens to server member bans.
ServerMemberEvent - Interface in org.javacord.api.event.server.member
A server member event.
ServerMemberJoinEvent - Interface in org.javacord.api.event.server.member
A server member join event.
ServerMemberJoinListener - Interface in org.javacord.api.listener.server.member
This listener listens to server member joins.
ServerMemberLeaveEvent - Interface in org.javacord.api.event.server.member
A server member leave event.
ServerMemberLeaveListener - Interface in org.javacord.api.listener.server.member
This listener listens to server member leaves.
ServerMembersChunkEvent - Interface in org.javacord.api.event.server.member
A server members chunk event.
ServerMembersChunkListener - Interface in org.javacord.api.listener.server.member
This listener listens to server members chunks.
ServerMemberUnbanEvent - Interface in org.javacord.api.event.server.member
A server member unban event.
ServerMemberUnbanListener - Interface in org.javacord.api.listener.server.member
This listener listens to server member unbans.
ServerStageVoiceChannel - Interface in org.javacord.api.entity.channel
 
ServerStageVoiceChannelAttachableListener - Interface in org.javacord.api.listener.channel.server.voice
This is a marker interface for listeners that can be attached to a ServerStageVoiceChannel.
ServerStageVoiceChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server.voice
This class can be used to add and retrieve ServerStageVoiceChannelAttachableListeners.
ServerStageVoiceChannelChangeTopicEvent - Interface in org.javacord.api.event.channel.server.voice
 
ServerStageVoiceChannelChangeTopicListener - Interface in org.javacord.api.listener.channel.server.voice
 
ServerTextChannel - Interface in org.javacord.api.entity.channel
This class represents a server text channel.
ServerTextChannelAttachableListener - Interface in org.javacord.api.listener.channel.server.text
This is a marker interface for listeners that can be attached to a ServerTextChannel.
ServerTextChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server.text
This class can be used to add and retrieve ServerTextChannelAttachableListeners.
ServerTextChannelBuilder - Class in org.javacord.api.entity.channel
This class is used to create new server text channels.
ServerTextChannelBuilder(Server) - Constructor for class org.javacord.api.entity.channel.ServerTextChannelBuilder
Creates a new server text channel builder.
ServerTextChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerTextChannelBuilder to create server text channels.
ServerTextChannelChangeDefaultAutoArchiveDurationEvent - Interface in org.javacord.api.event.channel.server.text
An event signalling a change in the default auto archive duration settings for a channel.
ServerTextChannelChangeDefaultAutoArchiveDurationListener - Interface in org.javacord.api.listener.channel.server.text
This listener listens to server text channel default auto archive duration changes.
ServerTextChannelChangeSlowmodeEvent - Interface in org.javacord.api.event.channel.server.text
An event signalling a change in the slowmode settings for a channel.
ServerTextChannelChangeSlowmodeListener - Interface in org.javacord.api.listener.channel.server.text
This listener listens to server text channel slowmode delay changes.
ServerTextChannelChangeTopicEvent - Interface in org.javacord.api.event.channel.server.text
A server text channel change topic event.
ServerTextChannelChangeTopicListener - Interface in org.javacord.api.listener.channel.server.text
This listener listens to server text channel topic changes.
ServerTextChannelEvent - Interface in org.javacord.api.event.channel.server.text
A server text channel event.
ServerTextChannelUpdater - Class in org.javacord.api.entity.channel
This class can be used to update server text channels.
ServerTextChannelUpdater(ServerTextChannel) - Constructor for class org.javacord.api.entity.channel.ServerTextChannelUpdater
Creates a new server text channel updater.
ServerTextChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerTextChannelUpdater to update server text channels.
ServerThreadChannel - Interface in org.javacord.api.entity.channel
This class represents a channel thread.
ServerThreadChannelAttachableListener - Interface in org.javacord.api.listener.channel
This is a marker interface for listeners that can be attached to a ServerThreadChannel.
ServerThreadChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel
This class can be used to add and retrieve ServerThreadChannelAttachableListeners.
ServerThreadChannelBuilder - Class in org.javacord.api.entity.channel
This class is used to create new server thread channels.
ServerThreadChannelBuilder(ServerTextChannel, ChannelType, String) - Constructor for class org.javacord.api.entity.channel.ServerThreadChannelBuilder
Creates a new server thread channel builder for a ServerTextChannel.
ServerThreadChannelBuilder(Message, String) - Constructor for class org.javacord.api.entity.channel.ServerThreadChannelBuilder
Creates a new server thread channel builder for a message.
ServerThreadChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerThreadChannelBuilder to create server thread channels.
ServerThreadChannelCreateListener - Interface in org.javacord.api.listener.channel.server.thread
This listener listens to thread creations.
ServerThreadChannelDeleteListener - Interface in org.javacord.api.listener.channel.server.thread
This listener listens to thread deletions.
ServerThreadChannelMembersUpdateListener - Interface in org.javacord.api.listener.channel.server.thread
This listener listens to thread members updates.
ServerThreadChannelUpdateListener - Interface in org.javacord.api.listener.channel.server.thread
This listener listens to thread updates.
ServerThreadChannelUpdater - Class in org.javacord.api.entity.channel
This class can be used to update server thread channels.
ServerThreadChannelUpdater(ServerThreadChannel) - Constructor for class org.javacord.api.entity.channel.ServerThreadChannelUpdater
Creates a new server thread channel updater.
ServerThreadChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerThreadChannelUpdater to update server thread channels.
ServerThreadListSyncListener - Interface in org.javacord.api.listener.channel.server.thread
This listener listens to thread list syncs.
ServerUpdater - Class in org.javacord.api.entity.server
This class can be used to update the settings of a server.
ServerUpdater(Server) - Constructor for class org.javacord.api.entity.server.ServerUpdater
Creates a new server updater.
ServerUpdaterDelegate - Interface in org.javacord.api.entity.server.internal
This class is internally used by the ServerUpdater to update servers.
ServerVoiceChannel - Interface in org.javacord.api.entity.channel
This class represents a server voice channel.
ServerVoiceChannelAttachableListener - Interface in org.javacord.api.listener.channel.server.voice
This is a marker interface for listeners that can be attached to a ServerVoiceChannel.
ServerVoiceChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel.server.voice
This class can be used to add and retrieve ServerVoiceChannelAttachableListeners.
ServerVoiceChannelBuilder - Class in org.javacord.api.entity.channel
This class is used to create new server voice channels.
ServerVoiceChannelBuilder(Server) - Constructor for class org.javacord.api.entity.channel.ServerVoiceChannelBuilder
Creates a new server text channel builder.
ServerVoiceChannelBuilderDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerVoiceChannelBuilder to create server voice channels.
ServerVoiceChannelChangeBitrateEvent - Interface in org.javacord.api.event.channel.server.voice
A server voice channel change bitrate event.
ServerVoiceChannelChangeBitrateListener - Interface in org.javacord.api.listener.channel.server.voice
This listener listens to server voice channel bitrate changes.
ServerVoiceChannelChangeUserLimitEvent - Interface in org.javacord.api.event.channel.server.voice
A server voice channel change user limit event.
ServerVoiceChannelChangeUserLimitListener - Interface in org.javacord.api.listener.channel.server.voice
This listener listens to server voice channel user limit changes.
ServerVoiceChannelEvent - Interface in org.javacord.api.event.channel.server.voice
A server voice channel event.
ServerVoiceChannelMemberJoinEvent - Interface in org.javacord.api.event.channel.server.voice
A server voice channel member join event.
ServerVoiceChannelMemberJoinListener - Interface in org.javacord.api.listener.channel.server.voice
This listener listens to users joining a server voice channel.
ServerVoiceChannelMemberLeaveEvent - Interface in org.javacord.api.event.channel.server.voice
A server voice channel member leave event.
ServerVoiceChannelMemberLeaveListener - Interface in org.javacord.api.listener.channel.server.voice
This listener listens to users leaving a server voice channel.
ServerVoiceChannelUpdater - Class in org.javacord.api.entity.channel
This class can be used to update server voice channels.
ServerVoiceChannelUpdater(ServerVoiceChannel) - Constructor for class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
Creates a new server voice channel updater.
ServerVoiceChannelUpdaterDelegate - Interface in org.javacord.api.entity.channel.internal
This class is internally used by the ServerVoiceChannelUpdater to update server voice channels.
set(long, boolean) - Method in enum org.javacord.api.entity.permission.PermissionType
Sets or unsets the type for the given long.
setAfkChannel(ServerVoiceChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the afk channel to be updated.
setAfkChannel(ServerVoiceChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the afk channel to be updated.
setAfkTimeoutInSeconds(int) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's afk timeout in seconds.
setAfkTimeoutInSeconds(int) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the afk timeout in seconds to be updated.
setAfkTimeoutInSeconds(int) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's afk timeout in seconds.
setAfkTimeoutInSeconds(int) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the afk timeout in seconds to be updated.
setAllAllowed() - Method in class org.javacord.api.entity.permission.PermissionsBuilder
Sets all states to PermissionState.ALLOWED.
setAllDenied() - Method in class org.javacord.api.entity.permission.PermissionsBuilder
Sets all states to PermissionState.DENIED.
setAllIntents() - Method in class org.javacord.api.DiscordApiBuilder
Sets all intents.
setAllIntentsExcept(Intent...) - Method in class org.javacord.api.DiscordApiBuilder
Sets all intents except the given intents.
setAllIntentsWhere(Predicate<Intent>) - Method in class org.javacord.api.DiscordApiBuilder
Sets the intents where the given predicate matches.
setAllIntentsWhere(Predicate<Intent>) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the intents where the given predicate matches.
setAllNonPrivilegedIntents() - Method in class org.javacord.api.DiscordApiBuilder
Sets all non-privileged intents.
setAllNonPrivilegedIntentsAnd(Intent...) - Method in class org.javacord.api.DiscordApiBuilder
Sets all non-privileged intents and the given intents.
setAllNonPrivilegedIntentsExcept(Intent...) - Method in class org.javacord.api.DiscordApiBuilder
Sets all non privileged intents except the given intents.
setAllowed(PermissionType...) - Method in class org.javacord.api.entity.permission.PermissionsBuilder
Sets the state for the given types to PermissionState.ALLOWED.
setAllowedMentions(AllowedMentions) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Controls the mention behavior.
setAllowedMentions(AllowedMentions) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Controls who will be mentioned if mentions exist in the message.
setAllowedMentions(AllowedMentions) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
setAllowedMentions(AllowedMentions) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Controls who will be mentioned if mentions exist in the message.
setAllUnset() - Method in class org.javacord.api.entity.permission.PermissionsBuilder
Sets all states to PermissionState.UNSET.
setArchivedFlag(boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
Queues the archived flag to be updated.
setArchivedFlag(boolean) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
Queues the archived flag to be updated.
setAudioSource(AudioSource) - Method in interface org.javacord.api.audio.AudioConnection
Sets the audio source, replacing any currently playing source.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.channel.internal.ServerChannelBuilderDelegate
Sets the reason for this creation.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.channel.internal.ServerChannelUpdaterDelegate
Sets the reason for this update.
setAuditLogReason(String) - Method in class org.javacord.api.entity.channel.ServerChannelBuilder
Sets the reason for this creation.
setAuditLogReason(String) - Method in class org.javacord.api.entity.channel.ServerChannelUpdater
Sets the reason for this update.
setAuditLogReason(String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the reason for the creation.
setAuditLogReason(String) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
Sets the reason for this update.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the reason for the creation.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
Sets the reason for this update.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
Sets the reason for the creation.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
Sets the reason for this update.
setAuditLogReason(String) - Method in class org.javacord.api.entity.permission.RoleBuilder
Sets the reason for the creation.
setAuditLogReason(String) - Method in class org.javacord.api.entity.permission.RoleUpdater
Sets the reason for this update.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Sets the reason for this update.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
Sets the reason for the creation.
setAuditLogReason(String) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
Sets the reason for the creation.
setAuditLogReason(String) - Method in class org.javacord.api.entity.server.ServerUpdater
Sets the reason for this update.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the reason for this update.
setAuditLogReason(String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Sets the reason for this update.
setAuditLogReason(String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the reason for this update.
setAuditLogReason(String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Sets the reason for this update.
setAuthor(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(String, String, byte[]) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String, String, byte[]) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(String, String, byte[], String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String, String, byte[], String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(String, String, BufferedImage) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String, String, BufferedImage) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(String, String, BufferedImage, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String, String, BufferedImage, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(String, String, File) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String, String, File) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(String, String, InputStream) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String, String, InputStream) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(String, String, InputStream, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String, String, InputStream, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(String, String, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String, String, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(String, String, Icon) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(String, String, Icon) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(MessageAuthor) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(MessageAuthor) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAuthor(User) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the author of the embed.
setAuthor(User) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the author of the embed.
setAutoArchiveDuration(Integer) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelBuilderDelegate
Sets the auto archive duration of the thread channel.
setAutoArchiveDuration(Integer) - Method in class org.javacord.api.entity.channel.ServerThreadChannelBuilder
Sets the auto archive duration of the channel.
setAutoArchiveDuration(AutoArchiveDuration) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
Queues the auto archive duration to be updated.
setAutoArchiveDuration(AutoArchiveDuration) - Method in class org.javacord.api.entity.channel.ServerThreadChannelBuilder
Sets the auto archive duration of the channel.
setAutoArchiveDuration(AutoArchiveDuration) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
Queues the auto archive duration to be updated.
setAutocompletable(boolean) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets if this option can be autocompleted.
setAutocompletable(boolean) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets if this option can be autocompleted.
setAutomaticCleanupEnabled(boolean) - Method in interface org.javacord.api.util.cache.MessageCache
Sets whether automatic message cache cleanup is enabled.
setAutomaticMessageCacheCleanupEnabled(boolean) - Method in interface org.javacord.api.DiscordApi
Sets whether automatic message cache cleanup is enabled for all existing message caches and all newly created ones.
setAvatar(byte[]) - Method in class org.javacord.api.AccountUpdater
Queues the avatar of the connected account to get updated.
setAvatar(byte[]) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the avatar.
setAvatar(byte[]) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be updated.
setAvatar(byte[]) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the avatar.
setAvatar(byte[]) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be updated.
setAvatar(byte[]) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the avatar of the connected account to get updated.
setAvatar(byte[], String) - Method in class org.javacord.api.AccountUpdater
Queues the avatar of the connected account to get updated.
setAvatar(byte[], String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the avatar.
setAvatar(byte[], String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be updated.
setAvatar(byte[], String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the avatar.
setAvatar(byte[], String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be updated.
setAvatar(byte[], String) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the avatar of the connected account to get updated.
setAvatar(BufferedImage) - Method in class org.javacord.api.AccountUpdater
Queues the avatar of the connected account to get updated.
setAvatar(BufferedImage) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the avatar.
setAvatar(BufferedImage) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be updated.
setAvatar(BufferedImage) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the avatar.
setAvatar(BufferedImage) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be updated.
setAvatar(BufferedImage) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the avatar of the connected account to get updated.
setAvatar(BufferedImage, String) - Method in class org.javacord.api.AccountUpdater
Queues the avatar of the connected account to get updated.
setAvatar(BufferedImage, String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the avatar.
setAvatar(BufferedImage, String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be updated.
setAvatar(BufferedImage, String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the avatar.
setAvatar(BufferedImage, String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be updated.
setAvatar(BufferedImage, String) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the avatar of the connected account to get updated.
setAvatar(File) - Method in class org.javacord.api.AccountUpdater
Queues the avatar of the connected account to get updated.
setAvatar(File) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the avatar.
setAvatar(File) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be updated.
setAvatar(File) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the avatar.
setAvatar(File) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be updated.
setAvatar(File) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the avatar of the connected account to get updated.
setAvatar(InputStream) - Method in class org.javacord.api.AccountUpdater
Queues the avatar of the connected account to get updated.
setAvatar(InputStream) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the avatar.
setAvatar(InputStream) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be updated.
setAvatar(InputStream) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the avatar.
setAvatar(InputStream) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be updated.
setAvatar(InputStream) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the avatar of the connected account to get updated.
setAvatar(InputStream, String) - Method in class org.javacord.api.AccountUpdater
Queues the avatar of the connected account to get updated.
setAvatar(InputStream, String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the avatar.
setAvatar(InputStream, String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be updated.
setAvatar(InputStream, String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the avatar.
setAvatar(InputStream, String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be updated.
setAvatar(InputStream, String) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the avatar of the connected account to get updated.
setAvatar(URL) - Method in class org.javacord.api.AccountUpdater
Queues the avatar of the connected account to get updated.
setAvatar(URL) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the avatar.
setAvatar(URL) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be updated.
setAvatar(URL) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the avatar.
setAvatar(URL) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be updated.
setAvatar(URL) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the avatar of the connected account to get updated.
setAvatar(Icon) - Method in class org.javacord.api.AccountUpdater
Queues the avatar of the connected account to get updated.
setAvatar(Icon) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the avatar.
setAvatar(Icon) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the avatar to be updated.
setAvatar(Icon) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the avatar.
setAvatar(Icon) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the avatar to be updated.
setAvatar(Icon) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the avatar of the connected account to get updated.
setBanner(byte[]) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be updated.
setBanner(byte[]) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be updated.
setBanner(byte[], String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be updated.
setBanner(byte[], String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be updated.
setBanner(BufferedImage) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be updated.
setBanner(BufferedImage) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be updated.
setBanner(BufferedImage, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be updated.
setBanner(BufferedImage, String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be updated.
setBanner(File) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be updated.
setBanner(File) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be updated.
setBanner(InputStream) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be updated.
setBanner(InputStream) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be updated.
setBanner(InputStream, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be updated.
setBanner(InputStream, String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be updated.
setBanner(URL) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be updated.
setBanner(URL) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be updated.
setBanner(Icon) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the banner to be updated.
setBanner(Icon) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the banner to be updated.
setBitrate(int) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelBuilderDelegate
Sets the bitrate of the channel.
setBitrate(int) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelUpdaterDelegate
Queues the bitrate to be updated.
setBitrate(int) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelBuilder
Sets the bitrate of the channel.
setBitrate(int) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
Queues the bitrate to be updated.
setBufferSize(long, TimeUnit) - Method in interface org.javacord.api.audio.BufferableAudioSource
Sets the buffer size of the audio source.
setCachedForever(boolean) - Method in interface org.javacord.api.entity.message.Message
Sets if the message is kept in cache forever.
setCapacity(int) - Method in interface org.javacord.api.util.cache.MessageCache
Sets the capacity of the message cache.
setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerForumChannelBuilderDelegate
Sets the category of the channel.
setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerForumChannelUpdaterDelegate
Queues the category to be updated.
setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelBuilderDelegate
Sets the category of the channel.
setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelUpdaterDelegate
Queues the category to be updated.
setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelBuilderDelegate
Sets the category of the channel.
setCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelUpdaterDelegate
Queues the category to be updated.
setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerForumChannelBuilder
Sets the category of the channel.
setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerForumChannelUpdater
Queues the category to be updated.
setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerTextChannelBuilder
Sets the category of the channel.
setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
Queues the category to be updated.
setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelBuilder
Sets the category of the channel.
setCategory(ChannelCategory) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
Queues the category to be updated.
setChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the channel to be updated.
setChannel(ServerTextChannel) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the channel to be updated.
setChannelType(ChannelType) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelBuilderDelegate
Sets the thread channel type of the thread channel.
setChannelTypes(Collection<ChannelType>) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the channel types for the slash command option.
setChannelTypes(Collection<ChannelType>) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the channel types for the slash command option.
setChoices(List<SlashCommandOptionChoice>) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the choices of the slash command option.
setChoices(List<SlashCommandOptionChoice>) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the choices of the slash command option.
setColor(Color) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the color of the embed.
setColor(Color) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the color of the embed.
setColor(Color) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
Sets the color of the role.
setColor(Color) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
Queues the color to be updated.
setColor(Color) - Method in class org.javacord.api.entity.permission.RoleBuilder
Sets the color of the role.
setColor(Color) - Method in class org.javacord.api.entity.permission.RoleUpdater
Queues the color to be updated.
setContent(String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sets the content of the message.
setContent(String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sets the content of the message.
setContent(String) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
setContent(String) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Sets the content of the message.
setCurrentShard(int) - Method in class org.javacord.api.DiscordApiBuilder
Sets shard for server sharding.
setCurrentShard(int) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the current shards.
setCustomId(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's custom ID.
setCustomId(String) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Set the button's custom ID.
setCustomId(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Set the select menu's component identifier.
setCustomId(String) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Set the TextInput's custom ID.
setCustomId(String) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Set the custom ID for the select menu.
setCustomId(String) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Set the Text Input's custom ID.
setDeafened(User, boolean) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues a user's deafened state to be updated.
setDeafened(User, boolean) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a user's deafened state to be updated.
setDebug(boolean) - Static method in class org.javacord.api.util.logging.FallbackLoggerConfiguration
Sets whether debug logging should be enabled.
setDecimalMaxValue(double) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the SlashCommandOptionType.DECIMAL max value for the slash command option.
setDecimalMaxValue(double) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the maximum value permitted for the SlashCommandOptionType.DECIMAL slash command option.
setDecimalMinValue(double) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the SlashCommandOptionType.DECIMAL min value for the slash command option.
setDecimalMinValue(double) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the minimum value permitted for the SlashCommandOptionType.DECIMAL slash command option.
setDefault(boolean) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
Set if the option is the default option.
setDefault(boolean) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
Set the option to default for the menu.
setDefaultDisabled() - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Sets whether this command should be disabled and only usable by server administrators by default.
setDefaultDisabled() - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Sets whether this command should be disabled and only usable by server administrators by default.
setDefaultDisabled() - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Sets whether this command should be disabled and only usable by server administrators by default.
setDefaultDisabled() - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Sets whether this command should be disabled and only usable by server administrators by default.
setDefaultEnabledForEveryone() - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Enables this command for use by all users.
setDefaultEnabledForEveryone() - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Enables this command for use by all users.
setDefaultEnabledForEveryone() - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Enables this command for use by all users.
setDefaultEnabledForEveryone() - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Enables this command for use by all users.
setDefaultEnabledForPermissions(EnumSet<PermissionType>) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Sets the default required permissions to be able to use this command.
setDefaultEnabledForPermissions(EnumSet<PermissionType>) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Sets the default required permissions to be able to use this command.
setDefaultEnabledForPermissions(EnumSet<PermissionType>) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Sets the default required permissions for this command.
setDefaultEnabledForPermissions(EnumSet<PermissionType>) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Sets the default required permissions for this command.
setDefaultEnabledForPermissions(PermissionType...) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Sets the default required permissions to be able to use this command.
setDefaultEnabledForPermissions(PermissionType...) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Sets the default required permissions to be able to use this command.
setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's default message notification level.
setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the default message notification level to be updated.
setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's default message notification level.
setDefaultMessageNotificationLevel(DefaultMessageNotificationLevel) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the default message notification level to be updated.
setDenied(PermissionType...) - Method in class org.javacord.api.entity.permission.PermissionsBuilder
Sets the state for the given types to PermissionState.DENIED.
setDescription(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
Set the description of the select menu.
setDescription(String) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
Set the description for the select menu option.
setDescription(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the description of the embed.
setDescription(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the description of the embed.
setDescription(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
Sets the description of the sticker.
setDescription(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerUpdaterDelegate
Sets the new description of the sticker.
setDescription(String) - Method in class org.javacord.api.entity.sticker.StickerBuilder
Sets the description of the sticker.
setDescription(String) - Method in class org.javacord.api.entity.sticker.StickerUpdater
Updates the description of the sticker.
setDescription(String) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Sets the description of the slash command.
setDescription(String) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Sets the new description of the slash command.
setDescription(String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Sets the description of the slash command.
setDescription(String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Sets the new description of the slash command.
setDescription(String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the description of the slash command option.
setDescription(String) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the description of the slash command option.
setDisabled(boolean) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Set if the select menu should be disabled.
setDisabled(boolean) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Set if the select menu should be disabled.
setDisabled(Boolean) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button to disabled.
setDisabled(Boolean) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Set the button to disabled.
setDisplayAuthor(MessageAuthor) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
Sets the display avatar of the webhook.
setDisplayAuthor(MessageAuthor) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sets the display avatar of the webhook.
setDisplayAuthor(User) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
Sets the display avatar of the webhook.
setDisplayAuthor(User) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sets the display avatar of the webhook.
setDisplayAvatar(URL) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
Sets the display avatar of the webhook.
setDisplayAvatar(URL) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sets the display avatar of the webhook.
setDisplayAvatar(Icon) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
Sets the display avatar of the webhook.
setDisplayAvatar(Icon) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sets the display avatar of the webhook.
setDisplayName(String) - Method in interface org.javacord.api.entity.message.internal.WebhookMessageBuilderDelegate
Sets the display name of the webhook.
setDisplayName(String) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sets the display name of the webhook.
setDisplaySeparately(boolean) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
Sets if the role should be pinned in the user listing (sometimes called "hoist").
setDisplaySeparately(boolean) - Method in class org.javacord.api.entity.permission.RoleBuilder
Sets if the role should be pinned in the user listing (sometimes called "hoist").
setDisplaySeparatelyFlag(boolean) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
Queues the display separately flag (sometimes called "hoist") to be updated.
setDisplaySeparatelyFlag(boolean) - Method in class org.javacord.api.entity.permission.RoleUpdater
Queues the display separately flag (sometimes called "hoist") to be updated.
setEmoji(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's emoji based on a unicode character.
setEmoji(String) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Set the button's emoji based on a unicode character.
setEmoji(CustomEmoji) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's emoji to a custom emoji.
setEmoji(CustomEmoji) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Set the button's emoji to a custom emoji.
setEmoji(Emoji) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's emoji.
setEmoji(Emoji) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Set the button's emoji.
setEmoji(Emoji) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
Set the emoji for the option.
setEmoji(Emoji) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
Set the emoji for the select menu option.
setEnabledInDms(boolean) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Sets whether this command is able to be used in DMs.
setEnabledInDms(boolean) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Sets whether this command is able to be used in DMs.
setEnabledInDms(boolean) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Sets whether this command is able to be used in DMs.
setEnabledInDms(boolean) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Sets whether this command is able to be used in DMs.
setEventsDispatchable(boolean) - Method in interface org.javacord.api.DiscordApi
Sets whether this API instance can dispatch events.
setEventsDispatchable(boolean) - Method in class org.javacord.api.DiscordApiBuilder
Sets whether this API instance can dispatch events.
setEventsDispatchable(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets whether this API instance can dispatch events.
setExplicitContentFilterLevel(ExplicitContentFilterLevel) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's explicit content filter level.
setExplicitContentFilterLevel(ExplicitContentFilterLevel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the explicit content filter level to be updated.
setExplicitContentFilterLevel(ExplicitContentFilterLevel) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's explicit content filter level.
setExplicitContentFilterLevel(ExplicitContentFilterLevel) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the explicit content filter level to be updated.
setFile(File) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
Sets the file to upload as sticker.
setFile(File) - Method in class org.javacord.api.entity.sticker.StickerBuilder
Sets the file to upload as sticker.
setFlags(EnumSet<MessageFlag>) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
Sets the interaction message flags of the message.
setFlags(EnumSet<MessageFlag>) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
setFlags(EnumSet<MessageFlag>) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Sets the message flags of the message.
setFlags(MessageFlag...) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
setFlags(MessageFlag...) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Sets the message flags of the message.
setFooter(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setFooter(String, byte[]) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String, byte[]) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setFooter(String, byte[], String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String, byte[], String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setFooter(String, BufferedImage) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String, BufferedImage) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setFooter(String, BufferedImage, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String, BufferedImage, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setFooter(String, File) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String, File) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setFooter(String, InputStream) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String, InputStream) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setFooter(String, InputStream, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String, InputStream, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setFooter(String, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setFooter(String, Icon) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the footer of the embed.
setFooter(String, Icon) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the footer of the embed.
setGatewayIdentifyRatelimiter(Ratelimiter) - Method in class org.javacord.api.DiscordApiBuilder
Sets a ratelimiter that can be used to control the 5 seconds gateway identify ratelimit.
setGatewayIdentifyRatelimiter(Ratelimiter) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets a ratelimiter that can be used to respect the 5-second gateway identify ratelimit.
setGlobalRatelimiter(Ratelimiter) - Method in class org.javacord.api.DiscordApiBuilder
Sets a ratelimiter that can be used to control global ratelimits.
setGlobalRatelimiter(Ratelimiter) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets a ratelimiter that can be used to control global ratelimits.
setIcon(byte[]) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's icon.
setIcon(byte[]) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be updated.
setIcon(byte[]) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's icon.
setIcon(byte[]) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be updated.
setIcon(byte[], String) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's icon.
setIcon(byte[], String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be updated.
setIcon(byte[], String) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's icon.
setIcon(byte[], String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be updated.
setIcon(BufferedImage) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's icon.
setIcon(BufferedImage) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be updated.
setIcon(BufferedImage) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's icon.
setIcon(BufferedImage) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be updated.
setIcon(BufferedImage, String) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's icon.
setIcon(BufferedImage, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be updated.
setIcon(BufferedImage, String) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's icon.
setIcon(BufferedImage, String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be updated.
setIcon(File) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's icon.
setIcon(File) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be updated.
setIcon(File) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's icon.
setIcon(File) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be updated.
setIcon(InputStream) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's icon.
setIcon(InputStream) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be updated.
setIcon(InputStream) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's icon.
setIcon(InputStream) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be updated.
setIcon(InputStream, String) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's icon.
setIcon(InputStream, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be updated.
setIcon(InputStream, String) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's icon.
setIcon(InputStream, String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be updated.
setIcon(URL) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's icon.
setIcon(URL) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be updated.
setIcon(URL) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's icon.
setIcon(URL) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be updated.
setIcon(Icon) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's icon.
setIcon(Icon) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the icon to be updated.
setIcon(Icon) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's icon.
setIcon(Icon) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the icon to be updated.
setImage(byte[]) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the image of the emoji.
setImage(byte[]) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the image of the emoji.
setImage(byte[]) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the image of the embed.
setImage(byte[]) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the image of the embed.
setImage(byte[], String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the image of the emoji.
setImage(byte[], String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the image of the emoji.
setImage(byte[], String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the image of the embed.
setImage(byte[], String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the image of the embed.
setImage(BufferedImage) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the image of the emoji.
setImage(BufferedImage) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the image of the emoji.
setImage(BufferedImage) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the image of the embed.
setImage(BufferedImage) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the image of the embed.
setImage(BufferedImage, String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the image of the emoji.
setImage(BufferedImage, String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the image of the emoji.
setImage(BufferedImage, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the image of the embed.
setImage(BufferedImage, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the image of the embed.
setImage(File) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the image of the emoji.
setImage(File) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the image of the emoji.
setImage(File) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the image of the embed.
setImage(File) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the image of the embed.
setImage(InputStream) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the image of the emoji.
setImage(InputStream) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the image of the emoji.
setImage(InputStream) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the image of the embed.
setImage(InputStream) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the image of the embed.
setImage(InputStream, String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the image of the emoji.
setImage(InputStream, String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the image of the emoji.
setImage(InputStream, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the image of the embed.
setImage(InputStream, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the image of the embed.
setImage(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the image of the embed.
setImage(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the image of the embed.
setImage(URL) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the image of the emoji.
setImage(URL) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the image of the emoji.
setImage(Icon) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the image of the emoji.
setImage(Icon) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the image of the emoji.
setImage(Icon) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the image of the embed.
setImage(Icon) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the image of the embed.
setInline(boolean) - Method in interface org.javacord.api.entity.message.embed.EditableEmbedField
Sets whether this field should display inline.
setIntents(Intent...) - Method in class org.javacord.api.DiscordApiBuilder
Sets intent for the events which should be received.
setInvitableFlag(boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
Queues the invitable flag to be updated.
setInvitableFlag(boolean) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
Queues the invitable flag to be updated.
setInvitableFlag(Boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelBuilderDelegate
Sets the invitable flag of the thread channel.
setInvitableFlag(Boolean) - Method in class org.javacord.api.entity.channel.ServerThreadChannelBuilder
Sets the invitable flag of the thread channel.
setLabel(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's label.
setLabel(String) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Set the button's label.
setLabel(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
Set the label of the select menu.
setLabel(String) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Set the TextInput's label.
setLabel(String) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
Set the label for the select menu option.
setLabel(String) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Set the Text Input's label.
setLockedFlag(boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
Queues the locked flag to be updated.
setLockedFlag(boolean) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
Queues the locked flag to be updated.
setLongMaxValue(long) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the SlashCommandOptionType.LONG max value for the slash command option.
setLongMaxValue(long) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the maximum value permitted for the SlashCommandOptionType.LONG slash command option.
setLongMinValue(long) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the SlashCommandOptionType.LONG min value for the slash command option.
setLongMinValue(long) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the minimum value permitted for the SlashCommandOptionType.LONG slash command option.
setMaxAgeInSeconds(int) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
Sets the duration of the invite in seconds before expiry, or 0 for never.
setMaxAgeInSeconds(int) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
Sets the duration of the invite in seconds before expiry, or 0 for never.
setMaximumLength(Integer) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Set the TextInput's maximumLength length.
setMaximumLength(Integer) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Set the Text Input's maximum length.
setMaximumValues(int) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Set the max amount of options to choose.
setMaximumValues(int) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Set the maximum amount of options which can be selected.
setMaxUses(int) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
Sets the max number of uses or 0 for unlimited.
setMaxUses(int) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
Sets the max number of uses or 0 for unlimited.
setMentionable(boolean) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
Sets if the role is mentionable or not.
setMentionable(boolean) - Method in class org.javacord.api.entity.permission.RoleBuilder
Sets if the role is mentionable or not.
setMentionableFlag(boolean) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
Queues the mentionable flag to be updated.
setMentionableFlag(boolean) - Method in class org.javacord.api.entity.permission.RoleUpdater
Queues the mentionable flag to be updated.
setMentionEveryoneAndHere(boolean) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Mentions @everyone and @here.
setMentionEveryoneAndHere(boolean) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Sets the general mentions of the message.
setMentionRoles(boolean) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Mentions all mentioned roles.
setMentionRoles(boolean) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Sets the general mentions of the message.
setMentionUsers(boolean) - Method in class org.javacord.api.entity.message.mention.AllowedMentionsBuilder
Mentions all mentioned users.
setMentionUsers(boolean) - Method in interface org.javacord.api.entity.message.mention.internal.AllowedMentionsBuilderDelegate
Sets the general mentions of the message.
setMessageCacheSize(int, int) - Method in interface org.javacord.api.DiscordApi
Sets the cache size of all caches.
setMinimumLength(Integer) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Set the TextInput's minimum length.
setMinimumLength(Integer) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Set the Text Input's minimum length.
setMinimumValues(int) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Set the min amount of options to choose.
setMinimumValues(int) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Set the minimum amount of options which must be selected.
setModeratorsOnlyChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the moderators-only channel to be updated.
setModeratorsOnlyChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.Server
Updates the moderators-only channel of the server.
setModeratorsOnlyChannel(ServerTextChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the moderators-only channel to be updated.
setMuted(boolean) - Method in interface org.javacord.api.audio.AudioSource
Sets whether the audio source should be muted.
setMuted(boolean) - Method in class org.javacord.api.audio.AudioSourceBase
 
setMuted(User, boolean) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues a user's muted state to be updated.
setMuted(User, boolean) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a user's muted state to be updated.
setName(String) - Method in interface org.javacord.api.entity.channel.internal.ServerChannelBuilderDelegate
Sets the name of the channel.
setName(String) - Method in interface org.javacord.api.entity.channel.internal.ServerChannelUpdaterDelegate
Queues the name to be updated.
setName(String) - Method in class org.javacord.api.entity.channel.ServerChannelBuilder
Sets the name of the channel.
setName(String) - Method in class org.javacord.api.entity.channel.ServerChannelUpdater
Queues the name to be updated.
setName(String) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the name of the emoji.
setName(String) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
Queues the name to be updated.
setName(String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the name of the emoji.
setName(String) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
Queues the name to be updated.
setName(String) - Method in interface org.javacord.api.entity.message.embed.EditableEmbedField
Sets the name of the field.
setName(String) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
Sets the name of the role.
setName(String) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
Queues the name to be updated.
setName(String) - Method in class org.javacord.api.entity.permission.RoleBuilder
Sets the name of the role.
setName(String) - Method in class org.javacord.api.entity.permission.RoleUpdater
Queues the name to be updated.
setName(String) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's name.
setName(String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the name to be updated.
setName(String) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's name.
setName(String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the name to be updated.
setName(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
Sets the name of the sticker.
setName(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerUpdaterDelegate
Set the new name of the sticker.
setName(String) - Method in class org.javacord.api.entity.sticker.StickerBuilder
Sets the name of the sticker.
setName(String) - Method in class org.javacord.api.entity.sticker.StickerUpdater
Updates the name of the sticker.
setName(String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookBuilderDelegate
Sets the name.
setName(String) - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Queues the name to be updated.
setName(String) - Method in class org.javacord.api.entity.webhook.WebhookBuilder
Sets the name.
setName(String) - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Queues the name to be updated.
setName(String) - Method in class org.javacord.api.interaction.ApplicationCommandBuilder
Sets the name of the message context menu.
setName(String) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Sets the new name of the application command.
setName(String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandBuilderDelegate
Sets the name of the application command.
setName(String) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Sets the new name of the application command.
setName(String) - Method in interface org.javacord.api.interaction.internal.MessageContextMenuUpdaterDelegate
Sets the new name of the message context menu.
setName(String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the name of the slash command option.
setName(String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionChoiceBuilderDelegate
Sets the name of the slash command option choice.
setName(String) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the name of the slash command option.
setName(String) - Method in class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
Sets the name of the slash command option choice.
setNeverExpire() - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
Sets the invite to never expire.
setNeverExpire() - Method in class org.javacord.api.entity.server.invite.InviteBuilder
Sets the invite to never expire.
setNickname(User, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues a user's nickname to be updated.
setNickname(User, String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a user's nickname to be updated.
setNonce(String) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sets the nonce of the message.
setNsfwFlag(boolean) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelUpdaterDelegate
Queues the nsfw to be updated.
setNsfwFlag(boolean) - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
Queues the nsfw to be updated.
setOptions(List<SlashCommandOption>) - Method in interface org.javacord.api.interaction.internal.SlashCommandBuilderDelegate
Sets the slash commands for the slash command.
setOptions(List<SlashCommandOption>) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the slash commands for the slash command option.
setOptions(List<SlashCommandOption>) - Method in interface org.javacord.api.interaction.internal.SlashCommandUpdaterDelegate
Sets the new slash command options.
setOptions(List<SlashCommandOption>) - Method in class org.javacord.api.interaction.SlashCommandBuilder
Sets the slash commands for the slash command.
setOptions(List<SlashCommandOption>) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the slash commands for the slash command option.
setOwner(User) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the owner to be updated.
setOwner(User) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the owner to be updated.
setPaused(boolean) - Method in interface org.javacord.api.audio.PauseableAudioSource
Sets whether the audio source should be paused.
setPaused(boolean) - Method in class org.javacord.api.audio.SilentAudioSource
 
setPermissions(Permissions) - Method in class org.javacord.api.BotInviteBuilder
Sets the permissions the bot should have.
setPermissions(Permissions) - Method in interface org.javacord.api.entity.permission.internal.RoleBuilderDelegate
Sets the permissions of the role.
setPermissions(Permissions) - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
Queues the permissions to be updated.
setPermissions(Permissions) - Method in class org.javacord.api.entity.permission.RoleBuilder
Sets the permissions of the role.
setPermissions(Permissions) - Method in class org.javacord.api.entity.permission.RoleUpdater
Queues the permissions to be updated.
setPermissions(PermissionType...) - Method in class org.javacord.api.BotInviteBuilder
Sets the permissions the bot should have.
setPlaceholder(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuBuilderDelegate
Set the select menu's placeholder.
setPlaceholder(String) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Set the TextInput's placeholder.
setPlaceholder(String) - Method in class org.javacord.api.entity.message.component.SelectMenuBuilder
Set the placeholder for the select menu.
setPlaceholder(String) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Set the Text Input's placeholder.
setPosition(long, TimeUnit) - Method in interface org.javacord.api.audio.SeekableAudioSource
Sets the position of the audio source.
setPosition(long, TimeUnit) - Method in class org.javacord.api.audio.SilentAudioSource
 
setPreferredLocale(Locale) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the locale of a "PUBLIC" server to be updated.
setPreferredLocale(Locale) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the preferred locale of a public guild to be updated.
setPrioritySpeaking(boolean) - Method in interface org.javacord.api.audio.AudioConnection
Sets the priority speaker status of this connection.
setPromptConsent(boolean) - Method in class org.javacord.api.BotInviteBuilder
Sets whether to append prompt consent to the invite link.
setProxy(Proxy) - Method in class org.javacord.api.DiscordApiBuilder
Sets the proxy which should be used to connect to the Discord REST API and web socket.
setProxy(Proxy) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the proxy which should be used to connect to the Discord REST API and websocket.
setProxyAuthenticator(Authenticator) - Method in class org.javacord.api.DiscordApiBuilder
Sets the authenticator that should be used to authenticate against proxies that require it.
setProxyAuthenticator(Authenticator) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the authenticator that should be used to authenticate against proxies that require it.
setProxySelector(ProxySelector) - Method in class org.javacord.api.DiscordApiBuilder
Sets the proxy selector which should be used to determine the proxies that should be used to connect to the Discord REST API and web socket.
setProxySelector(ProxySelector) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the proxy selector which should be used to determine the proxies that should be used to connect to the Discord REST API and websocket.
setRawPosition(int) - Method in interface org.javacord.api.entity.channel.internal.RegularServerChannelBuilderDelegate
Queues the raw position to be updated.
setRawPosition(int) - Method in interface org.javacord.api.entity.channel.internal.RegularServerChannelUpdaterDelegate
Queues the raw position to be updated.
setRawPosition(int) - Method in class org.javacord.api.entity.channel.RegularServerChannelBuilder
Queues the raw position to be updated.
setRawPosition(int) - Method in class org.javacord.api.entity.channel.RegularServerChannelUpdater
Queues the raw position to be updated.
setRecommendedTotalShards() - Method in class org.javacord.api.DiscordApiBuilder
Retrieves the recommended shards count from the Discord API and sets it in this builder.
setRecommendedTotalShards() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the recommended total shards.
setReconnectDelay(Function<Integer, Integer>) - Method in interface org.javacord.api.DiscordApi
Sets a function which is used to get the delay between reconnects.
setRedirectUri(String) - Method in class org.javacord.api.BotInviteBuilder
Sets the redirect uri for this invite builder.
setRegion(Region) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's region.
setRegion(Region) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the region to be updated.
setRegion(Region) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's region.
setRegion(Region) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the region to be updated.
setRequired(boolean) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Set whether the TextInput is required.
setRequired(boolean) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Set whether this Text Input is required.
setRequired(boolean) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets if the slash command option is required.
setRequired(boolean) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets if the slash command option is required.
setRulesChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the rules channel to be updated.
setRulesChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.Server
Updates the rules channel of the server.
setRulesChannel(ServerTextChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the rules channel to be updated.
setScopes(Collection<BotInviteScope>) - Method in class org.javacord.api.BotInviteBuilder
Sets the scopes for this invite builder.
setScopes(BotInviteScope...) - Method in class org.javacord.api.BotInviteBuilder
Sets the scopes for this invite builder.
setSelfDeafened(boolean) - Method in interface org.javacord.api.audio.AudioConnection
Sets the self-deafened status of this connection.
setSelfMuted(boolean) - Method in interface org.javacord.api.audio.AudioConnection
Sets the self-muted status of this connection.
setShutdownHookRegistrationEnabled(boolean) - Method in class org.javacord.api.DiscordApiBuilder
Sets if Javacord should register a shutdown hook that disconnects the DiscordApi instance.
setShutdownHookRegistrationEnabled(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets if Javacord should register a shutdown hook that disconnects the DiscordApi instance.
setSlashCommandOptions(List<SlashCommandOption>) - Method in class org.javacord.api.interaction.SlashCommandUpdater
Sets the new slash command options.
setSlowmodeDelayInSeconds(int) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelBuilderDelegate
Sets the slowmode delay of the channel.
setSlowmodeDelayInSeconds(int) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelUpdaterDelegate
Sets the slowmode delay.
setSlowmodeDelayInSeconds(int) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelBuilderDelegate
Sets the slowmode delay of the thread channel.
setSlowmodeDelayInSeconds(int) - Method in interface org.javacord.api.entity.channel.internal.ServerThreadChannelUpdaterDelegate
Queues slowmode delay to be updated.
setSlowmodeDelayInSeconds(int) - Method in class org.javacord.api.entity.channel.ServerTextChannelBuilder
Sets the slowmode of the channel.
setSlowmodeDelayInSeconds(int) - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
Set the delay for slowmode.
setSlowmodeDelayInSeconds(int) - Method in class org.javacord.api.entity.channel.ServerThreadChannelBuilder
Sets the slowmode of the channel.
setSlowmodeDelayInSeconds(int) - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
Queues slowmode delay to be updated.
setSplash(byte[]) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be updated.
setSplash(byte[]) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be updated.
setSplash(byte[], String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be updated.
setSplash(byte[], String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be updated.
setSplash(BufferedImage) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be updated.
setSplash(BufferedImage) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be updated.
setSplash(BufferedImage, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be updated.
setSplash(BufferedImage, String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be updated.
setSplash(File) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be updated.
setSplash(File) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be updated.
setSplash(InputStream) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be updated.
setSplash(InputStream) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be updated.
setSplash(InputStream, String) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be updated.
setSplash(InputStream, String) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be updated.
setSplash(URL) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be updated.
setSplash(URL) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be updated.
setSplash(Icon) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the splash to be updated.
setSplash(Icon) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the splash to be updated.
setState(PermissionType, PermissionState) - Method in interface org.javacord.api.entity.permission.internal.PermissionsBuilderDelegate
Sets the new state of the given type.
setState(PermissionType, PermissionState) - Method in class org.javacord.api.entity.permission.PermissionsBuilder
Sets the new state of the given type.
setStorageTimeInSeconds(int) - Method in interface org.javacord.api.util.cache.MessageCache
Sets maximum age of old messages in seconds.
setStyle(int) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's style.
setStyle(int) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Set the Text Input's style.
setStyle(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's style.
setStyle(ButtonStyle) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's style.
setStyle(ButtonStyle) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Set the button's style.
setStyle(TextInputStyle) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Set the TextInput's style.
setStyle(TextInputStyle) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Set the Text Input's style.
setStyleIgnoreCase(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's style based on a color name (ignores case sensitivity).
setSystemChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the system channel to be updated.
setSystemChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.server.Server
Updates the system channel of the server.
setSystemChannel(ServerTextChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the system channel to be updated.
setTags(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerBuilderDelegate
Sets the tags of the sticker.
setTags(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerUpdaterDelegate
Sets the new tags of the sticker.
setTags(String) - Method in class org.javacord.api.entity.sticker.StickerBuilder
Sets the tags of the sticker.
setTags(String) - Method in class org.javacord.api.entity.sticker.StickerUpdater
Updates the tags of the sticker.
setTemporary(boolean) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
Sets whether this invite should only grant temporary membership or not.
setTemporary(boolean) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
Sets whether this invite should only grant temporary membership or not.
setThumbnail(byte[]) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the thumbnail of the embed.
setThumbnail(byte[]) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the thumbnail of the embed.
setThumbnail(byte[], String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the thumbnail of the embed.
setThumbnail(byte[], String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the thumbnail of the embed.
setThumbnail(BufferedImage) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the thumbnail of the embed.
setThumbnail(BufferedImage) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the thumbnail of the embed.
setThumbnail(BufferedImage, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the thumbnail of the embed.
setThumbnail(BufferedImage, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the thumbnail of the embed.
setThumbnail(File) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the thumbnail of the embed.
setThumbnail(File) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the thumbnail of the embed.
setThumbnail(InputStream) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the thumbnail of the embed.
setThumbnail(InputStream) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the thumbnail of the embed.
setThumbnail(InputStream, String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the thumbnail of the embed.
setThumbnail(InputStream, String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the thumbnail of the embed.
setThumbnail(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the thumbnail of the embed.
setThumbnail(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the thumbnail of the embed.
setThumbnail(Icon) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the thumbnail of the embed.
setThumbnail(Icon) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the thumbnail of the embed.
setTimestamp(Instant) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the timestamp of the embed.
setTimestamp(Instant) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the timestamp of the embed.
setTimestampToNow() - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the current time as timestamp of the embed.
setTimestampToNow() - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the current time as timestamp of the embed.
setTitle(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the title of the embed.
setTitle(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the title of the embed.
setToken(String) - Method in class org.javacord.api.DiscordApiBuilder
Sets the token which is required for the login process.
setToken(String) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the token.
setTopic(String) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelBuilderDelegate
Sets the topic of the channel.
setTopic(String) - Method in interface org.javacord.api.entity.channel.internal.ServerTextChannelUpdaterDelegate
Queues the topic to be updated.
setTopic(String) - Method in class org.javacord.api.entity.channel.ServerTextChannelBuilder
Sets the topic of the channel.
setTopic(String) - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
Queues the topic to be updated.
setTotalShards(int) - Method in class org.javacord.api.DiscordApiBuilder
Sets total shards for server sharding.
setTotalShards(int) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the total shards.
setTrace(boolean) - Static method in class org.javacord.api.util.logging.FallbackLoggerConfiguration
Sets whether trace logging should be enabled.
setTrustAllCertificates(boolean) - Method in class org.javacord.api.DiscordApiBuilder
Sets whether all SSL certificates should be trusted when connecting to the Discord API and web socket.
setTrustAllCertificates(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets whether all SSL certificates should be trusted when connecting to the Discord API and websocket.
setTts(boolean) - Method in interface org.javacord.api.entity.message.internal.MessageBuilderBaseDelegate
Sets if the message should be text to speech.
setTts(boolean) - Method in class org.javacord.api.entity.message.MessageBuilder
Sets if the message should be text to speech.
setTts(boolean) - Method in class org.javacord.api.entity.message.WebhookMessageBuilder
Sets if the message should be text to speech.
setTts(boolean) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
 
setTts(boolean) - Method in interface org.javacord.api.interaction.callback.InteractionMessageBuilderBase
Sets if the message should be text to speech.
setType(SlashCommandOptionType) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionBuilderDelegate
Sets the type of the slash command option.
setType(SlashCommandOptionType) - Method in class org.javacord.api.interaction.SlashCommandOptionBuilder
Sets the type of the slash command option.
setUnique(boolean) - Method in interface org.javacord.api.entity.server.invite.internal.InviteBuilderDelegate
Sets whether this invite should be unique or not.
setUnique(boolean) - Method in class org.javacord.api.entity.server.invite.InviteBuilder
Sets whether this invite should be unique or not.
setUnset(PermissionType...) - Method in class org.javacord.api.entity.permission.PermissionsBuilder
Sets the state for the given types to PermissionState.UNSET.
setUrl(String) - Method in class org.javacord.api.entity.message.component.ButtonBuilder
Set the button's URL.
setUrl(String) - Method in interface org.javacord.api.entity.message.component.internal.ButtonBuilderDelegate
Set the button's URL.
setUrl(String) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Sets the url of the embed.
setUrl(String) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Sets the url of the embed.
setUserCacheEnabled(boolean) - Method in class org.javacord.api.DiscordApiBuilder
Sets whether the user cache should be enabled.
setUserCacheEnabled(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets whether the user cache should be enabled.
setUserlimit(int) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelBuilderDelegate
Sets the user limit of the channel.
setUserlimit(int) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelBuilder
Sets the user limit of the channel.
setUserLimit(int) - Method in interface org.javacord.api.entity.channel.internal.ServerVoiceChannelUpdaterDelegate
Queues the user limit to be updated.
setUserLimit(int) - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
Queues the user limit to be updated.
setUsername(String) - Method in class org.javacord.api.AccountUpdater
Queues the username of the connected account to get updated.
setUsername(String) - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Queues the username of the connected account to get updated.
setUserTimeout(User, Duration) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a user's timeout to be updated.
setUserTimeout(User, Instant) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues a user's timeout to be updated.
setUserTimeout(User, Instant) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a user's timeout to be updated.
setValue(long) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionChoiceBuilderDelegate
Sets the long value of the slash command option choice.
setValue(long) - Method in class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
Sets the long value of the slash command option choice.
setValue(String) - Method in interface org.javacord.api.entity.message.component.internal.SelectMenuOptionBuilderDelegate
Set the value of the select menu.
setValue(String) - Method in interface org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
Set the TextInput's value.
setValue(String) - Method in class org.javacord.api.entity.message.component.SelectMenuOptionBuilder
Set the value for the select menu option.
setValue(String) - Method in class org.javacord.api.entity.message.component.TextInputBuilder
Set the Text Input's value.
setValue(String) - Method in interface org.javacord.api.entity.message.embed.EditableEmbedField
Sets the value of the field.
setValue(String) - Method in interface org.javacord.api.interaction.internal.SlashCommandOptionChoiceBuilderDelegate
Sets the string value of the slash command option choice.
setValue(String) - Method in class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
Sets the string value of the slash command option choice.
setVerificationLevel(VerificationLevel) - Method in interface org.javacord.api.entity.server.internal.ServerBuilderDelegate
Sets the server's verification level.
setVerificationLevel(VerificationLevel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues the verification level to be updated.
setVerificationLevel(VerificationLevel) - Method in class org.javacord.api.entity.server.ServerBuilder
Sets the server's verification level.
setVerificationLevel(VerificationLevel) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues the verification level to be updated.
setVoiceChannel(User, ServerVoiceChannel) - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Queues a moving a user to a different voice channel.
setVoiceChannel(User, ServerVoiceChannel) - Method in class org.javacord.api.entity.server.ServerUpdater
Queues a moving a user to a different voice channel.
setWaitForServersOnStartup(boolean) - Method in class org.javacord.api.DiscordApiBuilder
Sets if Javacord should wait for all servers to become available on startup.
setWaitForServersOnStartup(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the wait for servers on startup flag.
setWaitForUsersOnStartup(boolean) - Method in class org.javacord.api.DiscordApiBuilder
Sets if Javacord should wait for all users to be cached.
setWaitForUsersOnStartup(boolean) - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
Sets the wait for users on startup flag.
setWhitelist(Collection<Role>) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the roles which should be whitelisted.
setWhitelist(Collection<Role>) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
Sets the roles which should be whitelisted.
setWhitelist(Collection<Role>) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the roles which should be whitelisted.
setWhitelist(Collection<Role>) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
Sets the roles which should be whitelisted.
setWhitelist(Role...) - Method in class org.javacord.api.entity.emoji.CustomEmojiBuilder
Sets the roles which should be whitelisted.
setWhitelist(Role...) - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
Sets the roles which should be whitelisted.
setWhitelist(Role...) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiBuilderDelegate
Sets the roles which should be whitelisted.
setWhitelist(Role...) - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
Sets the roles which should be whitelisted.
SEVEN_DAY_THREAD_ARCHIVE - org.javacord.api.entity.server.ServerFeature
Server has access to the seven day archive time for threads.
SHORT - org.javacord.api.entity.message.component.TextInputStyle
 
SHORT_DATE - org.javacord.api.entity.message.TimestampStyle
Displayed as: 20/04/2021.
SHORT_DATE_TIME - org.javacord.api.entity.message.TimestampStyle
Displayed as: 20 April 2021 16:20.
SHORT_TIME - org.javacord.api.entity.message.TimestampStyle
Displayed as: 16:20.
SILENCE_FRAME - Static variable in class org.javacord.api.audio.SilentAudioSource
A frame of silence.
SilentAudioSource - Class in org.javacord.api.audio
A silent audio source that's always muted.
SilentAudioSource(SilentAudioSource) - Constructor for class org.javacord.api.audio.SilentAudioSource
Creates a new silent audio source and copies the duration settings from the given one.
SilentAudioSource(DiscordApi, long, TimeUnit) - Constructor for class org.javacord.api.audio.SilentAudioSource
Creates a new silent audio source.
SINGAPORE - org.javacord.api.entity.Region
 
SingleReactionEvent - Interface in org.javacord.api.event.message.reaction
A single reaction event.
SLASH - org.javacord.api.interaction.ApplicationCommandType
 
SLASH_COMMAND - org.javacord.api.entity.message.MessageType
 
SlashCommand - Interface in org.javacord.api.interaction
 
SlashCommandBuilder - Class in org.javacord.api.interaction
This class is used to create new slash commands.
SlashCommandBuilder() - Constructor for class org.javacord.api.interaction.SlashCommandBuilder
Creates a new slash command builder.
SlashCommandBuilderDelegate - Interface in org.javacord.api.interaction.internal
This class is internally used by the SlashCommandBuilder.
SlashCommandCreateEvent - Interface in org.javacord.api.event.interaction
A slash command create event.
SlashCommandCreateListener - Interface in org.javacord.api.listener.interaction
This listener listens to slash command interaction creations.
SlashCommandInteraction - Interface in org.javacord.api.interaction
 
SlashCommandInteractionOption - Interface in org.javacord.api.interaction
 
SlashCommandInteractionOptionsProvider - Interface in org.javacord.api.interaction
Internal interface that offers a few option related convenience methods.
SlashCommandOption - Interface in org.javacord.api.interaction
An slash command's option (i.e., a parameter for the command).
SlashCommandOptionBuilder - Class in org.javacord.api.interaction
 
SlashCommandOptionBuilder() - Constructor for class org.javacord.api.interaction.SlashCommandOptionBuilder
Creates a new slash command option builder.
SlashCommandOptionBuilderDelegate - Interface in org.javacord.api.interaction.internal
This class is internally used by the SlashCommandOptionBuilder.
SlashCommandOptionChoice - Interface in org.javacord.api.interaction
A choice for a slash command option.
SlashCommandOptionChoiceBuilder - Class in org.javacord.api.interaction
 
SlashCommandOptionChoiceBuilder() - Constructor for class org.javacord.api.interaction.SlashCommandOptionChoiceBuilder
Creates a new slash command option choice builder.
SlashCommandOptionChoiceBuilderDelegate - Interface in org.javacord.api.interaction.internal
This class is internally used by the SlashCommandOptionChoiceBuilder.
SlashCommandOptionType - Enum in org.javacord.api.interaction
 
SlashCommandUpdater - Class in org.javacord.api.interaction
 
SlashCommandUpdater(long) - Constructor for class org.javacord.api.interaction.SlashCommandUpdater
Creates a new slash command updater.
SlashCommandUpdaterDelegate - Interface in org.javacord.api.interaction.internal
 
SNOWFLAKE - Static variable in class org.javacord.api.util.DiscordRegexPattern
A pattern to match snowflakes.
SOUNDSHARE - org.javacord.api.audio.SpeakingFlag
The soundshare flag.
SOURCE_MESSAGE_DELETED - org.javacord.api.entity.message.MessageFlag
The source message for this crosspost has been deleted (via Channel Following).
SPANISH - org.javacord.api.interaction.DiscordLocale
 
SPEAK - org.javacord.api.entity.permission.PermissionType
 
SPEAKING - org.javacord.api.audio.SpeakingFlag
The speaking flag.
SpeakingFlag - Enum in org.javacord.api.audio
 
Specializable<S> - Interface in org.javacord.api.util
An object that may be specialized further and recast as a subclass.
SPECTATE - org.javacord.api.entity.activity.ActivityFlag
 
SPECTATE - org.javacord.api.entity.message.MessageActivityType
A spectate activity.
SPLASH - org.javacord.api.entity.auditlog.AuditLogChangeType
 
SPOILER - org.javacord.api.entity.message.MessageDecoration
 
STAFF - org.javacord.api.entity.user.UserFlag
 
STAGE_INSTANCE_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
STAGE_INSTANCE_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
STAGE_INSTANCE_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
STANDARD - org.javacord.api.entity.sticker.StickerType
This sticker is a default sticker by Discord.
START_EMBEDDED_ACTIVITIES - org.javacord.api.entity.permission.PermissionType
 
Sticker - Interface in org.javacord.api.entity.sticker
This class represents a Discord sticker object.
STICKER_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
STICKER_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
STICKER_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
StickerAttachableListener - Interface in org.javacord.api.listener.server.sticker
This is a marker interfaces for listeners that can be attached to Sticker.
StickerAttachableListenerManager - Interface in org.javacord.api.listener.server.sticker
This class can be used to add and retrieve StickerAttachableListeners.
StickerBuilder - Class in org.javacord.api.entity.sticker
This class is used to create new stickers.
StickerBuilder(Server) - Constructor for class org.javacord.api.entity.sticker.StickerBuilder
Creates a new sticker builder.
StickerBuilderDelegate - Interface in org.javacord.api.entity.sticker.internal
This class is internally used by the StickerBuilder.
StickerChangeDescriptionEvent - Interface in org.javacord.api.event.server.sticker
A sticker change description event.
StickerChangeDescriptionListener - Interface in org.javacord.api.listener.server.sticker
This listener listens to the sticker change description event.
StickerChangeNameEvent - Interface in org.javacord.api.event.server.sticker
A sticker change name event.
StickerChangeNameListener - Interface in org.javacord.api.listener.server.sticker
This listener listens to the sticker change name event.
StickerChangeTagsEvent - Interface in org.javacord.api.event.server.sticker
A sticker change tags event.
StickerChangeTagsListener - Interface in org.javacord.api.listener.server.sticker
This listener listens to the sticker change tags event.
StickerCreateEvent - Interface in org.javacord.api.event.server.sticker
A sticker create event.
StickerCreateListener - Interface in org.javacord.api.listener.server.sticker
This listener listens to the sticker create event.
StickerDeleteEvent - Interface in org.javacord.api.event.server.sticker
A sticker delete event.
StickerDeleteListener - Interface in org.javacord.api.listener.server.sticker
This listener listens to the sticker delete event.
StickerEvent - Interface in org.javacord.api.event.server.sticker
A sticker event.
StickerFormatType - Enum in org.javacord.api.entity.sticker
This enum represents the sticker format types.
StickerItem - Interface in org.javacord.api.entity.sticker
This class represents the sticker item object.
StickerPack - Interface in org.javacord.api.entity.sticker
This class represents a sticker pack.
StickerType - Enum in org.javacord.api.entity.sticker
This class represents the sticker types.
StickerUpdater - Class in org.javacord.api.entity.sticker
This class is used to update stickers.
StickerUpdater(Server, long) - Constructor for class org.javacord.api.entity.sticker.StickerUpdater
Creates a new instance of the sticker updater.
StickerUpdaterDelegate - Interface in org.javacord.api.entity.sticker.internal
This class is internally used by the StickerUpdater.
STREAM - org.javacord.api.entity.permission.PermissionType
 
STREAM - org.javacord.api.entity.server.invite.TargetUserType
 
STREAMING - org.javacord.api.entity.activity.ActivityType
Represents streaming an activity, represented as "Streaming Half-Life 3" for example.
STRIKEOUT - org.javacord.api.entity.message.MessageDecoration
 
STRING - org.javacord.api.interaction.SlashCommandOptionType
 
SUB_COMMAND - org.javacord.api.interaction.SlashCommandOptionType
 
SUB_COMMAND_GROUP - org.javacord.api.interaction.SlashCommandOptionType
 
subSet(Message, boolean, Message, boolean) - Method in interface org.javacord.api.entity.message.MessageSet
 
subSet(Message, Message) - Method in interface org.javacord.api.entity.message.MessageSet
 
success(String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the green success style and the given properties.
success(String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the green success style and the given properties.
success(String, String, String) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the green success style and the given properties.
success(String, String, String, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the green success style and the given properties.
success(String, String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the green success style and the given properties.
success(String, String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the green success style and the given properties.
success(String, Emoji) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the green success style and the given emoji.
success(String, Emoji, boolean) - Static method in interface org.javacord.api.entity.message.component.Button
Create a new button with the green success style and the given emoji.
SUCCESS - org.javacord.api.entity.message.component.ButtonStyle
 
SUPPRESS_EMBEDS - org.javacord.api.entity.message.MessageFlag
Do not include any embeds when serializing this message.
SWEDISH - org.javacord.api.interaction.DiscordLocale
 
SYDNEY - org.javacord.api.entity.Region
 
SYNC - org.javacord.api.entity.activity.ActivityFlag
 
SYSTEM_CHANNEL_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 

T

TAGS - org.javacord.api.entity.auditlog.AuditLogChangeType
 
tailSet(Message) - Method in interface org.javacord.api.entity.message.MessageSet
 
tailSet(Message, boolean) - Method in interface org.javacord.api.entity.message.MessageSet
 
TargetUserType - Enum in org.javacord.api.entity.server.invite
An enum with all target user types.
TEAM_PSEUDO_USER - org.javacord.api.entity.user.UserFlag
 
TEMPORARY - org.javacord.api.entity.auditlog.AuditLogChangeType
 
TEXT_INPUT - org.javacord.api.entity.message.component.ComponentType
 
TextChannel - Interface in org.javacord.api.entity.channel
This class represents a text channel.
TextChannelAttachableListener - Interface in org.javacord.api.listener.channel
This is a marker interface for listeners that can be attached to a TextChannel.
TextChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel
This class can be used to add and retrieve TextChannelAttachableListeners.
TextChannelEvent - Interface in org.javacord.api.event.channel
A text channel event.
TextChannelUserEvent - Interface in org.javacord.api.event.user
A text channel event which effects a user.
TextInput - Interface in org.javacord.api.entity.message.component
 
TextInputBuilder - Class in org.javacord.api.entity.message.component
 
TextInputBuilder(int, String, String) - Constructor for class org.javacord.api.entity.message.component.TextInputBuilder
Creates a new text input builder.
TextInputBuilder(TextInputStyle, String, String) - Constructor for class org.javacord.api.entity.message.component.TextInputBuilder
Creates a new text input builder.
TextInputBuilderDelegate - Interface in org.javacord.api.entity.message.component.internal
 
TextInputStyle - Enum in org.javacord.api.entity.message.component
 
THAI - org.javacord.api.interaction.DiscordLocale
 
THREAD_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
THREAD_CREATED - org.javacord.api.entity.message.MessageType
 
THREAD_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
THREAD_STARTER_MESSAGE - org.javacord.api.entity.message.MessageType
 
THREAD_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
ThreadCreateEvent - Interface in org.javacord.api.event.channel.thread
 
ThreadDeleteEvent - Interface in org.javacord.api.event.channel.thread
 
ThreadListSyncEvent - Interface in org.javacord.api.event.channel.thread
 
ThreadMember - Interface in org.javacord.api.entity.channel
 
ThreadMembersUpdateEvent - Interface in org.javacord.api.event.channel.thread
 
ThreadPool - Interface in org.javacord.api.util.concurrent
This class creates and contains thread pools which are used by Javacord.
ThreadUpdateEvent - Interface in org.javacord.api.event.channel.thread
 
THREE_DAY_THREAD_ARCHIVE - org.javacord.api.entity.server.ServerFeature
Server has access to the three day archive time for threads.
THREE_DAYS - org.javacord.api.entity.channel.AutoArchiveDuration
 
TICKETED_EVENTS_ENABLED - org.javacord.api.entity.server.ServerFeature
Server has enabled ticketed events.
TIER_1 - org.javacord.api.entity.server.BoostLevel
Server Boost level 1.
TIER_2 - org.javacord.api.entity.server.BoostLevel
Server Boost level 2.
TIER_3 - org.javacord.api.entity.server.BoostLevel
Server Boost level 3.
timeout(Server, Duration) - Method in interface org.javacord.api.entity.user.User
Timeouts the user on the given server.
timeout(Server, Duration, String) - Method in interface org.javacord.api.entity.user.User
Timeouts the user on the given server.
timeout(Server, Instant) - Method in interface org.javacord.api.entity.user.User
Timeouts the user on the given server.
timeout(Server, Instant, String) - Method in interface org.javacord.api.entity.user.User
Timeouts the user on the given server.
timeoutUser(User, Duration) - Method in interface org.javacord.api.entity.server.Server
Timeout the given user on this server.
timeoutUser(User, Duration, String) - Method in interface org.javacord.api.entity.server.Server
Timeout the given user on this server.
timeoutUser(User, Instant) - Method in interface org.javacord.api.entity.server.Server
Timeout the given user on this server.
timeoutUser(User, Instant, String) - Method in interface org.javacord.api.entity.server.Server
Timeout the given user on this server.
TimestampStyle - Enum in org.javacord.api.entity.message
The enum contains all different types of timestamp styles.
toBuilder() - Method in interface org.javacord.api.entity.message.embed.Embed
Creates a builder, based on the embed.
toBuilder() - Method in interface org.javacord.api.entity.permission.Permissions
Creates a new permissions builder from this permissions object.
TOKEN_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
TOKEN_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
 
TOKEN68_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
 
toMessageBuilder() - Method in interface org.javacord.api.entity.message.Message
Returns a MessageBuilder according to this Message.
TOPIC - org.javacord.api.entity.auditlog.AuditLogChangeType
 
toString() - Method in enum org.javacord.api.entity.message.component.ButtonStyle
 
toString() - Method in enum org.javacord.api.entity.message.component.ComponentType
 
toString() - Method in enum org.javacord.api.entity.message.component.TextInputStyle
 
toString() - Method in class org.javacord.api.util.auth.Challenge
 
toWebhookMessageBuilder() - Method in interface org.javacord.api.entity.message.Message
Returns a WebhookMessageBuilder according to this Message.
transform(AudioSource, byte[]) - Method in interface org.javacord.api.audio.AudioTransformer
Intercepts and transforms the incoming audio frame.
TURKISH - org.javacord.api.interaction.DiscordLocale
 
type() - Method in interface org.javacord.api.entity.channel.TextChannel
Displays the "xyz is typing..." message.
TYPE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
typeContinuously() - Method in interface org.javacord.api.entity.channel.TextChannel
Displays the "xyz is typing..." message continuously, starting immediately.
typeContinuously(Consumer<Throwable>) - Method in interface org.javacord.api.entity.channel.TextChannel
Displays the "xyz is typing..." message continuously, starting immediately.
typeContinuouslyAfter(long, TimeUnit) - Method in interface org.javacord.api.entity.channel.TextChannel
Displays the "xyz is typing..." message continuously, starting delayed.
typeContinuouslyAfter(long, TimeUnit, Consumer<Throwable>) - Method in interface org.javacord.api.entity.channel.TextChannel
Displays the "xyz is typing..." message continuously, starting delayed.

U

UKRAINIAN - org.javacord.api.interaction.DiscordLocale
 
unbanUser(long) - Method in interface org.javacord.api.entity.server.Server
Unbans the given user from the server.
unbanUser(long, String) - Method in interface org.javacord.api.entity.server.Server
Unbans the given user from the server.
unbanUser(String) - Method in interface org.javacord.api.entity.server.Server
Unbans the given user from the server.
unbanUser(String, String) - Method in interface org.javacord.api.entity.server.Server
Unbans the given user from the server.
unbanUser(User) - Method in interface org.javacord.api.entity.server.Server
Unbans the given user from the server.
unbanUser(User, String) - Method in interface org.javacord.api.entity.server.Server
Unbans the given user from the server.
UncachedMessageAttachableListenerManager - Interface in org.javacord.api.listener.message
This class can be used to add and retrieve MessageAttachableListeners for potentially uncached messages.
UncachedMessageUtil - Interface in org.javacord.api.entity.message
This class provides methods to interact with messages without having an instance of it.
undeafen(Server) - Method in interface org.javacord.api.entity.user.User
Undeafens this user on the given server.
undeafen(Server, String) - Method in interface org.javacord.api.entity.user.User
Undeafens this user on the given server.
undeafenUser(User) - Method in interface org.javacord.api.entity.server.Server
Undeafens the given user on the server.
undeafenUser(User, String) - Method in interface org.javacord.api.entity.server.Server
Undeafens the given user on the server.
undeafenYourself() - Method in interface org.javacord.api.entity.server.Server
Undeafens yourself on the server.
UNDERLINE - org.javacord.api.entity.message.MessageDecoration
 
UNICODE_EMOJI - org.javacord.api.entity.auditlog.AuditLogChangeType
 
UNKNOWN - org.javacord.api.entity.activity.ActivityFlag
 
UNKNOWN - org.javacord.api.entity.auditlog.AuditLogActionType
An unknown action type.
UNKNOWN - org.javacord.api.entity.auditlog.AuditLogChangeType
An unknown change type.
UNKNOWN - org.javacord.api.entity.channel.ChannelType
 
UNKNOWN - org.javacord.api.entity.message.component.ButtonStyle
 
UNKNOWN - org.javacord.api.entity.message.component.ComponentType
 
UNKNOWN - org.javacord.api.entity.message.component.TextInputStyle
 
UNKNOWN - org.javacord.api.entity.message.MessageActivityType
An unknown activity.
UNKNOWN - org.javacord.api.entity.message.MessageFlag
An unknown flag.
UNKNOWN - org.javacord.api.entity.message.MessageType
An unknown message type.
UNKNOWN - org.javacord.api.entity.message.TimestampStyle
An unknown timestamp style.
UNKNOWN - org.javacord.api.entity.Region
An unknown region, most likely because discord added new regions.
UNKNOWN - org.javacord.api.entity.server.BoostLevel
An unknown boost level, most likely due to new added boost levels.
UNKNOWN - org.javacord.api.entity.server.DefaultMessageNotificationLevel
 
UNKNOWN - org.javacord.api.entity.server.ExplicitContentFilterLevel
 
UNKNOWN - org.javacord.api.entity.server.invite.TargetUserType
 
UNKNOWN - org.javacord.api.entity.server.MultiFactorAuthenticationLevel
 
UNKNOWN - org.javacord.api.entity.server.NsfwLevel
An unknown NSFW level, most likely something new added by Discord.
UNKNOWN - org.javacord.api.entity.server.VerificationLevel
 
UNKNOWN - org.javacord.api.entity.sticker.StickerFormatType
An unknown image.
UNKNOWN - org.javacord.api.entity.sticker.StickerType
An unknown sticker type, most likely something new added by Discord.
UNKNOWN - org.javacord.api.entity.webhook.WebhookType
 
UNKNOWN - org.javacord.api.interaction.ApplicationCommandPermissionType
 
UNKNOWN - org.javacord.api.interaction.ApplicationCommandType
 
UNKNOWN - org.javacord.api.interaction.DiscordLocale
 
UNKNOWN - org.javacord.api.interaction.InteractionType
 
UNKNOWN - org.javacord.api.interaction.SlashCommandOptionType
 
UnknownEmojiException - Exception in org.javacord.api.exception
When the emoji that was sent, for example as reaction, is not an emoji Discord knows about.
UnknownEmojiException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.UnknownEmojiException
Creates a new instance of this class.
UnknownMessageException - Exception in org.javacord.api.exception
When the message that was referenced, for example for adding a reaction to, is not a message Discord knows about (anymore).
UnknownMessageException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.UnknownMessageException
Creates a new instance of this class.
UnknownRegularServerChannel - Interface in org.javacord.api.entity.channel
This class represents an unknown regular server channel.
UnknownServerChannel - Interface in org.javacord.api.entity.channel
This class represents an unknown server channel.
unmute() - Method in interface org.javacord.api.audio.AudioSource
Unmutes the audio source.
unmute(Server) - Method in interface org.javacord.api.entity.user.User
Unmutes this user on the given server.
unmute(Server, String) - Method in interface org.javacord.api.entity.user.User
Unmutes this user on the given server.
unmuteUser(User) - Method in interface org.javacord.api.entity.server.Server
Unmutes the given user on the server.
unmuteUser(User, String) - Method in interface org.javacord.api.entity.server.Server
Unmutes the given user on the server.
unmuteYourself() - Method in interface org.javacord.api.entity.server.Server
Unmutes yourself on the server.
unpin() - Method in interface org.javacord.api.entity.message.Message
Unpins this message.
unpin(long, long) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Unpins this message.
unpin(String, String) - Method in interface org.javacord.api.entity.message.UncachedMessageUtil
Unpins this message.
unpin(DiscordApi, long, long) - Static method in interface org.javacord.api.entity.message.Message
Unpins this message.
unpin(DiscordApi, String, String) - Static method in interface org.javacord.api.entity.message.Message
Unpins this message.
unpinMessage() - Method in interface org.javacord.api.event.message.MessageEvent
Unpins the message involved in the event.
UNSET - org.javacord.api.entity.permission.PermissionState
The given type is not set.
unsetActivity() - Method in interface org.javacord.api.DiscordApi
Unsets the activity of this bot.
unsetSlowmode() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Deactivate slowmode for this channel.
unsetSlowmode() - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
Unset the slowmode.
unwrapThrowable(Throwable) - Static method in class org.javacord.api.util.logging.ExceptionLogger
Unwraps CompletionExceptions, InvocationTargetExceptions and ExecutionExceptions and returns the actual cause, or the given argument itself if it is not one of the listed exceptions types.
unwrapThrowable(Throwable) - Static method in interface org.javacord.api.util.logging.internal.ExceptionLoggerDelegate
Unwraps CompletionExceptions, InvocationTargetExceptions and ExecutionExceptions and returns the actual cause, or the given argument itself if it is not one of the listed exceptions types.
Updatable<T extends DiscordEntity> - Interface in org.javacord.api.entity
This class represents an entity which is updatable.
UpdatableFromCache<T extends DiscordEntity> - Interface in org.javacord.api.entity
This class represents an entity which is updatable from cache.
update() - Method in class org.javacord.api.AccountUpdater
Performs the queued updates.
update() - Method in interface org.javacord.api.entity.channel.internal.ServerChannelUpdaterDelegate
Performs the queued updates.
update() - Method in class org.javacord.api.entity.channel.ServerChannelUpdater
Performs the queued updates.
update() - Method in class org.javacord.api.entity.channel.ServerForumChannelUpdater
 
update() - Method in class org.javacord.api.entity.channel.ServerTextChannelUpdater
 
update() - Method in class org.javacord.api.entity.channel.ServerThreadChannelUpdater
Performs the queued updates.
update() - Method in class org.javacord.api.entity.channel.ServerVoiceChannelUpdater
 
update() - Method in class org.javacord.api.entity.emoji.CustomEmojiUpdater
Performs the queued updates.
update() - Method in interface org.javacord.api.entity.emoji.internal.CustomEmojiUpdaterDelegate
Performs the queued updates.
update() - Method in interface org.javacord.api.entity.permission.internal.RoleUpdaterDelegate
Performs the queued updates.
update() - Method in class org.javacord.api.entity.permission.RoleUpdater
Performs the queued updates.
update() - Method in interface org.javacord.api.entity.server.internal.ServerUpdaterDelegate
Performs the queued updates.
update() - Method in class org.javacord.api.entity.server.ServerUpdater
Performs the queued updates.
update() - Method in interface org.javacord.api.entity.sticker.internal.StickerUpdaterDelegate
Updates the sticker with the given values.
update() - Method in class org.javacord.api.entity.sticker.StickerUpdater
Updates the sticker.
update() - Method in interface org.javacord.api.entity.webhook.internal.WebhookUpdaterDelegate
Performs the queued updates.
update() - Method in class org.javacord.api.entity.webhook.WebhookUpdater
Performs the queued updates.
update() - Method in interface org.javacord.api.interaction.callback.ComponentInteractionOriginalMessageUpdater
Updates the message this component is attached to.
update() - Method in interface org.javacord.api.interaction.callback.InteractionOriginalResponseUpdater
Updates your initial response to the interaction.
update() - Method in interface org.javacord.api.internal.AccountUpdaterDelegate
Performs the queued updates.
update(long) - Method in interface org.javacord.api.interaction.callback.InteractionFollowupMessageBuilder
Edits a followup message that has already been sent for this interaction.
update(String) - Method in interface org.javacord.api.entity.sticker.internal.StickerUpdaterDelegate
Updates the sticker with the given values.
update(String) - Method in class org.javacord.api.entity.sticker.StickerUpdater
Updates the sticker.
update(String) - Method in interface org.javacord.api.interaction.callback.InteractionFollowupMessageBuilder
Edits a followup message that has already been sent for this interaction.
update(String, String, String) - Method in interface org.javacord.api.entity.sticker.Sticker
Updates the sticker with the given values.
update(String, String, String, String) - Method in interface org.javacord.api.entity.sticker.Sticker
Updates the sticker with the given values.
updateActivity(String) - Method in interface org.javacord.api.DiscordApi
Updates the activity of this bot, represented as "Playing Half-Life 3" for example.
updateActivity(String, String) - Method in interface org.javacord.api.DiscordApi
Updates the activity of this bot with a streaming url, represented as "Streaming Half-Life 3" for example.
updateActivity(ActivityType, String) - Method in interface org.javacord.api.DiscordApi
Updates the activity of this bot with any type.
updateAfkChannel(ServerVoiceChannel) - Method in interface org.javacord.api.entity.server.Server
Updates the afk channel of the server.
updateAfkTimeoutInSeconds(int) - Method in interface org.javacord.api.entity.server.Server
Updates the afk timeout of the server.
updateAllFields(Consumer<EditableEmbedField>) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Updates all fields of the embed using the given updater.
updateAvatar(byte[]) - Method in interface org.javacord.api.DiscordApi
Updates the avatar of the current account.
updateAvatar(byte[]) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the avatar of the webhook.
updateAvatar(byte[], String) - Method in interface org.javacord.api.DiscordApi
Updates the avatar of the current account.
updateAvatar(byte[], String) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the avatar of the webhook.
updateAvatar(BufferedImage) - Method in interface org.javacord.api.DiscordApi
Updates the avatar of the current account.
updateAvatar(BufferedImage) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the avatar of the webhook.
updateAvatar(BufferedImage, String) - Method in interface org.javacord.api.DiscordApi
Updates the avatar of the current account.
updateAvatar(BufferedImage, String) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the avatar of the webhook.
updateAvatar(File) - Method in interface org.javacord.api.DiscordApi
Updates the avatar of the current account.
updateAvatar(File) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the avatar of the webhook.
updateAvatar(InputStream) - Method in interface org.javacord.api.DiscordApi
Updates the avatar of the current account.
updateAvatar(InputStream) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the avatar of the webhook.
updateAvatar(InputStream, String) - Method in interface org.javacord.api.DiscordApi
Updates the avatar of the current account.
updateAvatar(InputStream, String) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the avatar of the webhook.
updateAvatar(URL) - Method in interface org.javacord.api.DiscordApi
Updates the avatar of the current account.
updateAvatar(URL) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the avatar of the webhook.
updateAvatar(Icon) - Method in interface org.javacord.api.DiscordApi
Updates the avatar of the current account.
updateAvatar(Icon) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the avatar of the webhook.
updateBanner(byte[]) - Method in interface org.javacord.api.entity.server.Server
Updates the banner of the server.
updateBanner(byte[], String) - Method in interface org.javacord.api.entity.server.Server
Updates the banner of the server.
updateBanner(BufferedImage) - Method in interface org.javacord.api.entity.server.Server
Updates the banner of the server.
updateBanner(BufferedImage, String) - Method in interface org.javacord.api.entity.server.Server
Updates the banner of the server.
updateBanner(File) - Method in interface org.javacord.api.entity.server.Server
Updates the banner of the server.
updateBanner(InputStream) - Method in interface org.javacord.api.entity.server.Server
Updates the banner of the server.
updateBanner(InputStream, String) - Method in interface org.javacord.api.entity.server.Server
Updates the banner of the server.
updateBanner(URL) - Method in interface org.javacord.api.entity.server.Server
Updates the banner of the server.
updateBanner(Icon) - Method in interface org.javacord.api.entity.server.Server
Updates the banner of the server.
updateBitrate(int) - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Updates the bitrate of the channel.
updateCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.Categorizable
Updates the category of the channel.
updateCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.ServerForumChannel
Updates the category of the channel.
updateCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Updates the category of the channel.
updateCategory(ChannelCategory) - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Updates the category of the channel.
updateChannel(ServerTextChannel) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the channel of the webhook.
updateColor(Color) - Method in interface org.javacord.api.entity.permission.Role
Updates the color of the role.
updateDefaultMessageNotificationLevel(DefaultMessageNotificationLevel) - Method in interface org.javacord.api.entity.server.Server
Updates the default message notification level of the server.
updateDescription(String) - Method in interface org.javacord.api.entity.sticker.Sticker
Updates the description of the sticker.
updateDescription(String, String) - Method in interface org.javacord.api.entity.sticker.Sticker
Updates the description of the sticker.
updateDisplaySeparatelyFlag(boolean) - Method in interface org.javacord.api.entity.permission.Role
Updates the display separately flag of the role.
updateExplicitContentFilterLevel(ExplicitContentFilterLevel) - Method in interface org.javacord.api.entity.server.Server
Updates the explicit content filter level of the server.
updateFields(Predicate<EmbedField>, Consumer<EditableEmbedField>) - Method in class org.javacord.api.entity.message.embed.EmbedBuilder
Updates all fields of the embed that satisfy the given predicate using the given updater.
updateFields(Predicate<EmbedField>, Consumer<EditableEmbedField>) - Method in interface org.javacord.api.entity.message.embed.internal.EmbedBuilderDelegate
Updates all fields of the embed that satisfy the given predicate using the given updater.
updateForServer(DiscordApi, long) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Updates an application command on the given server.
updateForServer(DiscordApi, long) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Performs the queued update.
updateForServer(Server) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Updates an application command on the given server.
updateForServer(Server) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Performs the queued update.
updateGlobal(DiscordApi) - Method in class org.javacord.api.interaction.ApplicationCommandUpdater
Updates a global application command.
updateGlobal(DiscordApi) - Method in interface org.javacord.api.interaction.internal.ApplicationCommandUpdaterDelegate
Performs the queued update.
updateIcon(byte[]) - Method in interface org.javacord.api.entity.server.Server
Updates the icon of the server.
updateIcon(byte[], String) - Method in interface org.javacord.api.entity.server.Server
Updates the icon of the server.
updateIcon(BufferedImage) - Method in interface org.javacord.api.entity.server.Server
Updates the icon of the server.
updateIcon(BufferedImage, String) - Method in interface org.javacord.api.entity.server.Server
Updates the icon of the server.
updateIcon(File) - Method in interface org.javacord.api.entity.server.Server
Updates the icon of the server.
updateIcon(InputStream) - Method in interface org.javacord.api.entity.server.Server
Updates the icon of the server.
updateIcon(InputStream, String) - Method in interface org.javacord.api.entity.server.Server
Updates the icon of the server.
updateIcon(URL) - Method in interface org.javacord.api.entity.server.Server
Updates the icon of the server.
updateIcon(Icon) - Method in interface org.javacord.api.entity.server.Server
Updates the icon of the server.
updateMentionableFlag(boolean) - Method in interface org.javacord.api.entity.permission.Role
Updates the mentionable flag of the role.
updateName(String) - Method in interface org.javacord.api.entity.channel.ServerChannel
Updates the name of the channel.
updateName(String) - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Updates the name of the emoji.
updateName(String) - Method in interface org.javacord.api.entity.permission.Role
Updates the name of the role.
updateName(String) - Method in interface org.javacord.api.entity.server.Server
Updates the name of the server.
updateName(String) - Method in interface org.javacord.api.entity.sticker.Sticker
Updates the name of the sticker.
updateName(String) - Method in interface org.javacord.api.entity.webhook.Webhook
Updates the name of the webhook.
updateName(String, String) - Method in interface org.javacord.api.entity.sticker.Sticker
Updates the name of the sticker.
updateNickname(Server, String) - Method in interface org.javacord.api.entity.user.User
Changes the nickname of the user in the given server.
updateNickname(Server, String, String) - Method in interface org.javacord.api.entity.user.User
Changes the nickname of the user in the given server.
updateNickname(User, String) - Method in interface org.javacord.api.entity.server.Server
Changes the nickname of the given user.
updateNickname(User, String, String) - Method in interface org.javacord.api.entity.server.Server
Changes the nickname of the given user.
updateNsfwFlag(boolean) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Updates the nsfw flag of the channel.
updateOriginalMessage(InteractionBase) - Method in interface org.javacord.api.entity.message.internal.InteractionMessageBuilderDelegate
Edit the message the component was attached to.
updateOriginalMessage(InteractionBase) - Method in class org.javacord.api.interaction.callback.InteractionMessageBuilder
Update the message the components were attached to.
updateOwner(User) - Method in interface org.javacord.api.entity.server.Server
Updates the owner of the server.
updatePermissions(Permissions) - Method in interface org.javacord.api.entity.permission.Role
Updates the permissions of the role.
updatePreferredLocale(Locale) - Method in interface org.javacord.api.entity.server.Server
Updates the locale of the server.
updateRawPosition(int) - Method in interface org.javacord.api.entity.channel.RegularServerChannel
Updates the raw position of the channel.
updateRegion(Region) - Method in interface org.javacord.api.entity.server.Server
Updates the region of the server.
updateRoles(User, Collection<Role>) - Method in interface org.javacord.api.entity.server.Server
Updates the roles of a server member.
updateRoles(User, Collection<Role>, String) - Method in interface org.javacord.api.entity.server.Server
Updates the roles of a server member.
updateSlowmodeDelayInSeconds(int) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Set a slowmode for this channel.
updateSplash(byte[]) - Method in interface org.javacord.api.entity.server.Server
Updates the splash of the server.
updateSplash(byte[], String) - Method in interface org.javacord.api.entity.server.Server
Updates the splash of the server.
updateSplash(BufferedImage) - Method in interface org.javacord.api.entity.server.Server
Updates the splash of the server.
updateSplash(BufferedImage, String) - Method in interface org.javacord.api.entity.server.Server
Updates the splash of the server.
updateSplash(File) - Method in interface org.javacord.api.entity.server.Server
Updates the splash of the server.
updateSplash(InputStream) - Method in interface org.javacord.api.entity.server.Server
Updates the splash of the server.
updateSplash(InputStream, String) - Method in interface org.javacord.api.entity.server.Server
Updates the splash of the server.
updateSplash(URL) - Method in interface org.javacord.api.entity.server.Server
Updates the splash of the server.
updateSplash(Icon) - Method in interface org.javacord.api.entity.server.Server
Updates the splash of the server.
updateStatus(UserStatus) - Method in interface org.javacord.api.DiscordApi
Updates the status of this bot.
updateTags(String) - Method in interface org.javacord.api.entity.sticker.Sticker
Updates the tags of the sticker.
updateTags(String, String) - Method in interface org.javacord.api.entity.sticker.Sticker
Updates the tags of the sticker.
updateTopic(String) - Method in interface org.javacord.api.entity.channel.ServerTextChannel
Updates the topic of the channel.
updateUserLimit(int) - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
Updates the user limit of the channel.
updateUsername(String) - Method in interface org.javacord.api.DiscordApi
Updates the username of the current account.
updateVerificationLevel(VerificationLevel) - Method in interface org.javacord.api.entity.server.Server
Updates the verification level of the server.
updateWhitelist(Collection<Role>) - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Updates the whitelist of the emoji.
updateWhitelist(Role...) - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
Updates the whitelist of the emoji.
URGENT - org.javacord.api.entity.message.MessageFlag
This message came from the urgent message system.
US_CENTRAL - org.javacord.api.entity.Region
 
US_EAST - org.javacord.api.entity.Region
 
US_SOUTH - org.javacord.api.entity.Region
 
US_WEST - org.javacord.api.entity.Region
 
USE_APPLICATION_COMMANDS - org.javacord.api.entity.permission.PermissionType
 
USE_EXTERNAL_EMOJIS - org.javacord.api.entity.permission.PermissionType
 
USE_EXTERNAL_STICKERS - org.javacord.api.entity.permission.PermissionType
 
USE_VOICE_ACTIVITY - org.javacord.api.entity.permission.PermissionType
 
User - Interface in org.javacord.api.entity.user
This class represents a user.
USER - org.javacord.api.interaction.ApplicationCommandPermissionType
 
USER - org.javacord.api.interaction.ApplicationCommandType
 
USER - org.javacord.api.interaction.SlashCommandOptionType
 
USER_AGENT - Static variable in class org.javacord.api.Javacord
The user agent used for requests.
USER_LIMIT - org.javacord.api.entity.auditlog.AuditLogChangeType
 
USER_MENTION - Static variable in class org.javacord.api.util.DiscordRegexPattern
A pattern which checks for mentioned users (e.g.
USER_PREMIUM_SERVER_SUBSCRIPTION - org.javacord.api.entity.message.MessageType
 
USER_PREMIUM_SERVER_SUBSCRIPTION_TIER_1 - org.javacord.api.entity.message.MessageType
 
USER_PREMIUM_SERVER_SUBSCRIPTION_TIER_2 - org.javacord.api.entity.message.MessageType
 
USER_PREMIUM_SERVER_SUBSCRIPTION_TIER_3 - org.javacord.api.entity.message.MessageType
 
UserAttachableListener - Interface in org.javacord.api.listener.user
This is a marker interface for listeners that can be attached to a User.
UserAttachableListenerManager - Interface in org.javacord.api.listener.user
This class can be used to add and retrieve UserAttachableListeners.
UserChangeActivityEvent - Interface in org.javacord.api.event.user
A user change activity event.
UserChangeActivityListener - Interface in org.javacord.api.listener.user
This listener listens to user activity changes.
UserChangeAvatarEvent - Interface in org.javacord.api.event.user
A user change avatar event.
UserChangeAvatarListener - Interface in org.javacord.api.listener.user
This listener listens to user avatar changes.
UserChangeDeafenedEvent - Interface in org.javacord.api.event.user
A user change deafened event.
UserChangeDeafenedListener - Interface in org.javacord.api.listener.user
This listener listens to user deafened changes.
UserChangeDiscriminatorEvent - Interface in org.javacord.api.event.user
A user change discriminator event.
UserChangeDiscriminatorListener - Interface in org.javacord.api.listener.user
This listener listens to user discriminator changes.
UserChangeMutedEvent - Interface in org.javacord.api.event.user
A user change muted event.
UserChangeMutedListener - Interface in org.javacord.api.listener.user
This listener listens to user muted changes.
UserChangeNameEvent - Interface in org.javacord.api.event.user
A user change name event.
UserChangeNameListener - Interface in org.javacord.api.listener.user
This listener listens to username changes.
UserChangeNicknameEvent - Interface in org.javacord.api.event.user
A user change nickname event.
UserChangeNicknameListener - Interface in org.javacord.api.listener.user
This listener listens to user nickname changes.
UserChangePendingEvent - Interface in org.javacord.api.event.user
A user pending state (membership screening) change event.
UserChangePendingListener - Interface in org.javacord.api.listener.user
This listener listens to user pending state changes (member screening pass).
UserChangeSelfDeafenedEvent - Interface in org.javacord.api.event.user
A user change self-deafened event.
UserChangeSelfDeafenedListener - Interface in org.javacord.api.listener.user
This listener listens to user self-deafened changes.
UserChangeSelfMutedEvent - Interface in org.javacord.api.event.user
A user change self-muted event.
UserChangeSelfMutedListener - Interface in org.javacord.api.listener.user
This listener listens to user self-muted changes.
UserChangeServerAvatarEvent - Interface in org.javacord.api.event.user
 
UserChangeServerAvatarListener - Interface in org.javacord.api.listener.user
This listener listens to user server avatar changes.
UserChangeStatusEvent - Interface in org.javacord.api.event.user
A user change status event.
UserChangeStatusListener - Interface in org.javacord.api.listener.user
This listener listens to user status changes.
UserChangeTimeoutEvent - Interface in org.javacord.api.event.user
A user change timeout event.
UserChangeTimeoutListener - Interface in org.javacord.api.listener.user
This listener listens to user timeout changes.
UserContextMenu - Interface in org.javacord.api.interaction
 
UserContextMenuBuilder - Class in org.javacord.api.interaction
This class is used to create new user context menus.
UserContextMenuBuilder() - Constructor for class org.javacord.api.interaction.UserContextMenuBuilder
Creates a new user context menu builder.
UserContextMenuBuilderDelegate - Interface in org.javacord.api.interaction.internal
 
UserContextMenuCommandEvent - Interface in org.javacord.api.event.interaction
A user context menu command event.
UserContextMenuCommandListener - Interface in org.javacord.api.listener.interaction
This listener listens to user context menu interaction creations.
UserContextMenuInteraction - Interface in org.javacord.api.interaction
 
UserContextMenuUpdater - Class in org.javacord.api.interaction
 
UserContextMenuUpdater(long) - Constructor for class org.javacord.api.interaction.UserContextMenuUpdater
Creates a new user context menu updater.
UserContextMenuUpdaterDelegate - Interface in org.javacord.api.interaction.internal
 
UserEvent - Interface in org.javacord.api.event.user
A user event.
UserFlag - Enum in org.javacord.api.entity.user
 
UserRoleAddEvent - Interface in org.javacord.api.event.server.role
A user role add event.
UserRoleAddListener - Interface in org.javacord.api.listener.server.role
This listener listens to users being added to a role.
UserRoleEvent - Interface in org.javacord.api.event.server.role
A user role event.
UserRoleRemoveEvent - Interface in org.javacord.api.event.server.role
A user role remove event.
UserRoleRemoveListener - Interface in org.javacord.api.listener.server.role
This listener listens to users being removed from a role.
USERS - org.javacord.api.entity.message.mention.AllowedMentionType
 
UserStartTypingEvent - Interface in org.javacord.api.event.user
An event when a user starts typing.
UserStartTypingListener - Interface in org.javacord.api.listener.user
This listener listens to users typing.
UserStatus - Enum in org.javacord.api.entity.user
An enum which contains all user status.
USES - org.javacord.api.entity.auditlog.AuditLogChangeType
 

V

validateException(DiscordException) - Method in interface org.javacord.api.util.exception.DiscordExceptionValidator
Validates that the exception is used for the HTTP response code it is meant for and vice versa.
value() - Method in enum org.javacord.api.entity.message.component.ComponentType
Get the internal value.
valueOf(String) - Static method in enum org.javacord.api.audio.SpeakingFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.BotInviteScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.activity.ActivityFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.activity.ActivityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.auditlog.AuditLogActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.auditlog.AuditLogChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.channel.AutoArchiveDuration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.channel.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.DiscordClient
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.intent.Intent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.message.component.ButtonStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.message.component.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.message.component.TextInputStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.message.mention.AllowedMentionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.message.MessageActivityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.message.MessageDecoration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.message.MessageFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.message.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.message.TimestampStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.permission.PermissionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.permission.PermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.Region
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.server.BoostLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.server.DefaultMessageNotificationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.server.ExplicitContentFilterLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.server.invite.TargetUserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.server.MultiFactorAuthenticationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.server.NsfwLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.server.ServerFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.server.VerificationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.sticker.StickerFormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.sticker.StickerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.user.UserFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.user.UserStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.entity.webhook.WebhookType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.interaction.ApplicationCommandPermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.interaction.ApplicationCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.interaction.DiscordLocale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.interaction.InteractionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.javacord.api.interaction.SlashCommandOptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.javacord.api.audio.SpeakingFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.BotInviteScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.activity.ActivityFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.activity.ActivityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.auditlog.AuditLogActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.auditlog.AuditLogChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.channel.AutoArchiveDuration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.channel.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.DiscordClient
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.intent.Intent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.message.component.ButtonStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.message.component.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.message.component.TextInputStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.message.mention.AllowedMentionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.message.MessageActivityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.message.MessageDecoration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.message.MessageFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.message.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.message.TimestampStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.permission.PermissionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.permission.PermissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.Region
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.server.BoostLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.server.DefaultMessageNotificationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.server.ExplicitContentFilterLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.server.invite.TargetUserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.server.MultiFactorAuthenticationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.server.NsfwLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.server.ServerFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.server.VerificationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.sticker.StickerFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.sticker.StickerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.user.UserFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.user.UserStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.entity.webhook.WebhookType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.interaction.ApplicationCommandPermissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.interaction.ApplicationCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.interaction.DiscordLocale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.interaction.InteractionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.javacord.api.interaction.SlashCommandOptionType
Returns an array containing the constants of this enum type, in the order they are declared.
VANITY_URL - org.javacord.api.entity.server.ServerFeature
Server has access to set a vanity URL.
VANITY_URL_CODE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
VanityUrlCode - Interface in org.javacord.api.entity
 
VERIFICATION_LEVEL - org.javacord.api.entity.auditlog.AuditLogChangeType
 
VerificationLevel - Enum in org.javacord.api.entity.server
This enum contains all verification levels.
VERIFIED - org.javacord.api.entity.server.ServerFeature
Server is verified.
VERIFIED_BOT - org.javacord.api.entity.user.UserFlag
 
VERIFIED_DEVELOPER - org.javacord.api.entity.user.UserFlag
 
VERSION - Static variable in class org.javacord.api.Javacord
The current Javacord version.
VERY_HIGH - org.javacord.api.entity.server.VerificationLevel
 
VIETNAMESE - org.javacord.api.interaction.DiscordLocale
 
VIEW_AUDIT_LOG - org.javacord.api.entity.permission.PermissionType
 
VIEW_CHANNEL - org.javacord.api.entity.permission.PermissionType
 
VIEW_SERVER_INSIGHTS - org.javacord.api.entity.permission.PermissionType
 
VIP_AMSTERDAM - org.javacord.api.entity.Region
 
VIP_BRAZIL - org.javacord.api.entity.Region
 
VIP_EU_CENTRAL - org.javacord.api.entity.Region
 
VIP_EU_WEST - org.javacord.api.entity.Region
 
VIP_FRANKFURT - org.javacord.api.entity.Region
 
VIP_LONDON - org.javacord.api.entity.Region
 
VIP_REGIONS - org.javacord.api.entity.server.ServerFeature
Server has access to set 384kbps bitrate in voice (previously VIP voice servers).
VIP_SINGAPORE - org.javacord.api.entity.Region
 
VIP_SYDNEY - org.javacord.api.entity.Region
 
VIP_US_CENTRAL - org.javacord.api.entity.Region
 
VIP_US_EAST - org.javacord.api.entity.Region
 
VIP_US_SOUTH - org.javacord.api.entity.Region
 
VIP_US_WEST - org.javacord.api.entity.Region
 
VoiceChannel - Interface in org.javacord.api.entity.channel
This class represents a voice channel.
VoiceChannelAttachableListener - Interface in org.javacord.api.listener.channel
This is a marker interface for listeners that can be attached to a VoiceChannel.
VoiceChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel
This class can be used to add and retrieve VoiceChannelAttachableListeners.
VoiceChannelEvent - Interface in org.javacord.api.event.channel
A voice channel event.
VoiceServerUpdateEvent - Interface in org.javacord.api.event.server
 
VoiceServerUpdateListener - Interface in org.javacord.api.listener.server
This listener listens to voice server updates.
VoiceStateUpdateEvent - Interface in org.javacord.api.event.server
A voice state update event.
VoiceStateUpdateListener - Interface in org.javacord.api.listener.server
This listener listens to voice state updates for the current user.

W

WATCHING - org.javacord.api.entity.activity.ActivityType
Represents watching an application, represented as "Watching Half-Life 3", for example.
WEB - org.javacord.api.entity.DiscordClient
The Discord web client.
Webhook - Interface in org.javacord.api.entity.webhook
This class represents a webhook.
WEBHOOK_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
WEBHOOK_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
WEBHOOK_INCOMING - org.javacord.api.BotInviteScope
 
WEBHOOK_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
WEBHOOK_URL - Static variable in class org.javacord.api.util.DiscordRegexPattern
A pattern which checks for webhook urls (e.g.
WebhookAttachableListener - Interface in org.javacord.api.listener.webhook
This is a marker interface for listeners that can be attached to a Webhook.
WebhookAttachableListenerManager - Interface in org.javacord.api.listener.webhook
This class can be used to add and retrieve WebhookAttachableListeners.
WebhookBuilder - Class in org.javacord.api.entity.webhook
This class can be used to create webhooks.
WebhookBuilder(ServerTextChannel) - Constructor for class org.javacord.api.entity.webhook.WebhookBuilder
Creates a new webhook builder.
WebhookBuilderDelegate - Interface in org.javacord.api.entity.webhook.internal
This class is internally used by the WebhookBuilder to create webhooks.
WebhookMessageBuilder - Class in org.javacord.api.entity.message
This class can help you to create webhook messages.
WebhookMessageBuilder() - Constructor for class org.javacord.api.entity.message.WebhookMessageBuilder
 
WebhookMessageBuilderDelegate - Interface in org.javacord.api.entity.message.internal
This class is internally used by the WebhookMessageBuilder to create messages.
WebhooksUpdateEvent - Interface in org.javacord.api.event.channel.server.text
A webhooks update event.
WebhooksUpdateListener - Interface in org.javacord.api.listener.channel.server.text
This listener listens to webhook updates.
WebhookType - Enum in org.javacord.api.entity.webhook
 
WebhookUpdater - Class in org.javacord.api.entity.webhook
This class can be used to update webhooks.
WebhookUpdater(Webhook) - Constructor for class org.javacord.api.entity.webhook.WebhookUpdater
Creates a new webhook updater.
WebhookUpdaterDelegate - Interface in org.javacord.api.entity.webhook.internal
This class is internally used by the WebhookUpdater to update webhooks.
WELCOME_SCREEN_ENABLED - org.javacord.api.entity.server.ServerFeature
Server has enabled the welcome screen.
WHITESPACE_SPLIT_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
 
WIDGET_CHANNEL_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
 
WIDGET_ENABLED - org.javacord.api.entity.auditlog.AuditLogChangeType
 
with(String, String) - Static method in interface org.javacord.api.interaction.MessageContextMenu
Create a new message context menu command builder with the given name and description.
with(String, String) - Static method in interface org.javacord.api.interaction.SlashCommand
Create a new slash command builder with the given name and description.
with(String, String) - Static method in interface org.javacord.api.interaction.UserContextMenu
Create a new user context menu builder with the given name and description.
with(String, String, List<SlashCommandOption>) - Static method in interface org.javacord.api.interaction.SlashCommand
Create a new slash command builder with the given name, description and options.
with(String, String, SlashCommandOptionBuilder...) - Static method in interface org.javacord.api.interaction.SlashCommand
Create a new slash command builder with the given name, description and options.
withRequiredPermissions(String, String, EnumSet<PermissionType>) - Static method in interface org.javacord.api.interaction.MessageContextMenu
Create a new message context menu command builder with the given name and description.
withRequiredPermissions(String, String, EnumSet<PermissionType>) - Static method in interface org.javacord.api.interaction.SlashCommand
Create a new slash command builder with the given name and description.
withRequiredPermissions(String, String, EnumSet<PermissionType>) - Static method in interface org.javacord.api.interaction.UserContextMenu
Create a new user context menu command builder with the given name and description.
withRequiredPermissions(String, String, List<SlashCommandOption>, EnumSet<PermissionType>) - Static method in interface org.javacord.api.interaction.SlashCommand
Create a new slash command builder with the given name, description and options.
withRequiredPermissions(String, String, List<SlashCommandOption>, PermissionType...) - Static method in interface org.javacord.api.interaction.SlashCommand
Create a new slash command builder with the given name, description and options.
withRequiredPermissions(String, String, PermissionType...) - Static method in interface org.javacord.api.interaction.MessageContextMenu
Create a new message context menu command builder with the given name and description.
withRequiredPermissions(String, String, PermissionType...) - Static method in interface org.javacord.api.interaction.SlashCommand
Create a new slash command builder with the given name and description.
withRequiredPermissions(String, String, PermissionType...) - Static method in interface org.javacord.api.interaction.UserContextMenu
Create a new user context menu command builder with the given name and description.
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