Package | Description |
---|---|
net.dv8tion.jda.bot | |
net.dv8tion.jda.client | |
net.dv8tion.jda.client.entities | |
net.dv8tion.jda.client.events.call | |
net.dv8tion.jda.client.events.call.update | |
net.dv8tion.jda.client.events.call.voice | |
net.dv8tion.jda.client.events.group | |
net.dv8tion.jda.client.events.group.update | |
net.dv8tion.jda.client.events.message.group | |
net.dv8tion.jda.client.events.relationship | |
net.dv8tion.jda.client.exceptions | |
net.dv8tion.jda.client.managers | |
net.dv8tion.jda.client.managers.fields | |
net.dv8tion.jda.core |
The core JDA features that are both available for
BOT and CLIENT applications.
|
net.dv8tion.jda.core.audio |
The audio API for Discord.
|
net.dv8tion.jda.core.audio.factory |
Audio send factories that can be implemented to generate
custom audio send packages to be provided to Discord.
|
net.dv8tion.jda.core.audio.hooks |
Listeners that can be used to monitor
the
ConnectionStatus or
ping of an existing AudioConnection . |
net.dv8tion.jda.core.entities |
Entities representing Discord API objects like Users and Channels
|
net.dv8tion.jda.core.events |
The core events that are fired by this library, informing
the end-user about the connection state of the current JDA instance.
|
net.dv8tion.jda.core.events.channel.priv | |
net.dv8tion.jda.core.events.channel.text | |
net.dv8tion.jda.core.events.channel.text.update |
Events indicating that a
TextChannel
has been modified. |
net.dv8tion.jda.core.events.channel.voice | |
net.dv8tion.jda.core.events.channel.voice.update |
Events indicating that a
VoiceChannel
has been modified. |
net.dv8tion.jda.core.events.guild |
Events for the state of
Guilds
such as whether the current logged in account joins/leaves a Guild. |
net.dv8tion.jda.core.events.guild.member | |
net.dv8tion.jda.core.events.guild.update |
Events indicating that a setting for a
Guild
has been updated. |
net.dv8tion.jda.core.events.guild.voice | |
net.dv8tion.jda.core.events.message |
Events that are fired for
Messages in
a MessageChannel . |
net.dv8tion.jda.core.events.message.guild | |
net.dv8tion.jda.core.events.message.priv |
Events for
Messages
in PrivateChannels |
net.dv8tion.jda.core.events.message.react |
Events indicating the
MessageReactions of a Message changed. |
net.dv8tion.jda.core.events.role |
Events that indicate that a
Role
is either created or deleted. |
net.dv8tion.jda.core.events.role.update |
Events that indicate that a
Role
has been updated with a new setting. |
net.dv8tion.jda.core.events.self |
Events indicating that one of the currently logged in
account's settings has been modified.
|
net.dv8tion.jda.core.events.user |
Events that indicate that a
User
presence has been updated, such as its avatar or game. |
net.dv8tion.jda.core.exceptions |
All custom exceptions of the JDA library
|
net.dv8tion.jda.core.hooks |
EventManager and EventListener implementations and interfaces.
|
net.dv8tion.jda.core.managers |
Managers that allow to modify (PATCH) existing entities
with either an update task or atomic setters.
|
net.dv8tion.jda.core.managers.fields |
Abstract Manager-Field (AMF)
This is utilized in updatable Managers. |
net.dv8tion.jda.core.requests |
Discord API connection internals.
|
net.dv8tion.jda.core.requests.restaction |
Extensions of
RestAction
that can be used to operate on a specific case before executing the request. |
net.dv8tion.jda.core.utils |
Package which contains all utilities for the JDA library.
|