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

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.
Deletable - Interface in org.javacord.api.entity
An entity that can be deleted.
delete() - Method in interface org.javacord.api.entity.Deletable
Deletes the entity.
delete() - Method in interface org.javacord.api.interaction.ApplicationCommand
Deletes this application command.
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.Deletable
Deletes the entity.
delete(String) - Method in interface org.javacord.api.entity.message.Message
Deletes the message.
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.
deleteAfter(long, TimeUnit) - Method in interface org.javacord.api.entity.Deletable
Deletes the entity after the given time.
deleteAfter(long, TimeUnit, String) - Method in interface org.javacord.api.entity.Deletable
Deletes the entity after the given time.
deleteAfter(Duration) - Method in interface org.javacord.api.entity.Deletable
Deletes the entity after the given time.
deleteAfter(Duration, String) - Method in interface org.javacord.api.entity.Deletable
Deletes the entity after the given time.
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
Deprecated.
deleteForServer(Server) - Method in interface org.javacord.api.interaction.ApplicationCommand
Deprecated.
deleteGlobal() - Method in interface org.javacord.api.interaction.ApplicationCommand
Deprecated.
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.
DUTCH - org.javacord.api.interaction.DiscordLocale
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages