- Game - Interface in net.dv8tion.jda.core.entities
-
Represents a Discord
Game
.
- Game.GameType - Enum in net.dv8tion.jda.core.entities
-
- GATEWAY - Static variable in class net.dv8tion.jda.core.requests.Route.Self
-
- GenericCallEvent - Class in net.dv8tion.jda.client.events.call
-
- GenericCallEvent(JDA, long, Call) - Constructor for class net.dv8tion.jda.client.events.call.GenericCallEvent
-
- GenericCallUpdateEvent - Class in net.dv8tion.jda.client.events.call.update
-
- GenericCallUpdateEvent(JDA, long, Call) - Constructor for class net.dv8tion.jda.client.events.call.update.GenericCallUpdateEvent
-
- GenericCallVoiceEvent - Class in net.dv8tion.jda.client.events.call.voice
-
- GenericCallVoiceEvent(JDA, long, CallUser) - Constructor for class net.dv8tion.jda.client.events.call.voice.GenericCallVoiceEvent
-
- GenericGroupEvent - Class in net.dv8tion.jda.client.events.group
-
- GenericGroupEvent(JDA, long, Group) - Constructor for class net.dv8tion.jda.client.events.group.GenericGroupEvent
-
- GenericGroupMessageEvent - Class in net.dv8tion.jda.client.events.message.group
-
- GenericGroupMessageEvent(JDA, long, Message, Group) - Constructor for class net.dv8tion.jda.client.events.message.group.GenericGroupMessageEvent
-
- GenericGroupUpdateEvent - Class in net.dv8tion.jda.client.events.group.update
-
- GenericGroupUpdateEvent(JDA, long, Group) - Constructor for class net.dv8tion.jda.client.events.group.update.GenericGroupUpdateEvent
-
- GenericGuildEvent - Class in net.dv8tion.jda.core.events.guild
-
GenericGuildEvent
Fired whenever a
Guild
event is fired.
Every GuildEvent is an instance of this event and can be casted.
- GenericGuildEvent(JDA, long, Guild) - Constructor for class net.dv8tion.jda.core.events.guild.GenericGuildEvent
-
- GenericGuildMemberEvent - Class in net.dv8tion.jda.core.events.guild.member
-
GenericGuildMemberEvent
Fired whenever a
Guild
member causes an event.
Every GuildMemberEvent is an instance of this event and can be casted.
- GenericGuildMemberEvent(JDA, long, Guild, Member) - Constructor for class net.dv8tion.jda.core.events.guild.member.GenericGuildMemberEvent
-
- GenericGuildMessageEvent - Class in net.dv8tion.jda.core.events.message.guild
-
GenericGuildMessageEvent
Fired whenever a
Message
event is fired from a
TextChannel
.
Every GuildMessageEvent is an instance of this event and can be casted.
- GenericGuildMessageEvent(JDA, long, Message, TextChannel) - Constructor for class net.dv8tion.jda.core.events.message.guild.GenericGuildMessageEvent
-
- GenericGuildUpdateEvent - Class in net.dv8tion.jda.core.events.guild.update
-
GuildUpdateEvent
Fired whenever a
Guild
updates.
Use: Detect what Guild updated.
- GenericGuildUpdateEvent(JDA, long, Guild) - Constructor for class net.dv8tion.jda.core.events.guild.update.GenericGuildUpdateEvent
-
- GenericGuildVoiceEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GenericGuildVoiceEvent(JDA, long, Member) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GenericGuildVoiceEvent
-
- GenericMessageEvent - Class in net.dv8tion.jda.core.events.message
-
GenericMessageEvent
Fired whenever a
Message
event is fired.
Every MessageEvent is an instance of this event and can be casted.
- GenericMessageEvent(JDA, long, Message) - Constructor for class net.dv8tion.jda.core.events.message.GenericMessageEvent
-
- GenericPrivateMessageEvent - Class in net.dv8tion.jda.core.events.message.priv
-
GenericPrivateMessageEvent
Fired whenever a
Message
event is fired from a
PrivateChannel
.
Every PrivateMessageEvent is an instance of this event and can be casted.
- GenericPrivateMessageEvent(JDA, long, Message, PrivateChannel) - Constructor for class net.dv8tion.jda.core.events.message.priv.GenericPrivateMessageEvent
-
- GenericRelationshipAddEvent - Class in net.dv8tion.jda.client.events.relationship
-
- GenericRelationshipAddEvent(JDA, long, Relationship) - Constructor for class net.dv8tion.jda.client.events.relationship.GenericRelationshipAddEvent
-
- GenericRelationshipEvent - Class in net.dv8tion.jda.client.events.relationship
-
- GenericRelationshipEvent(JDA, long, Relationship) - Constructor for class net.dv8tion.jda.client.events.relationship.GenericRelationshipEvent
-
- GenericRelationshipRemoveEvent - Class in net.dv8tion.jda.client.events.relationship
-
- GenericRelationshipRemoveEvent(JDA, long, Relationship) - Constructor for class net.dv8tion.jda.client.events.relationship.GenericRelationshipRemoveEvent
-
- GenericRoleEvent - Class in net.dv8tion.jda.core.events.role
-
- GenericRoleEvent(JDA, long, Role) - Constructor for class net.dv8tion.jda.core.events.role.GenericRoleEvent
-
- GenericRoleUpdateEvent - Class in net.dv8tion.jda.core.events.role.update
-
- GenericRoleUpdateEvent(JDA, long, Role) - Constructor for class net.dv8tion.jda.core.events.role.update.GenericRoleUpdateEvent
-
- GenericSelfUpdateEvent - Class in net.dv8tion.jda.core.events.self
-
- GenericSelfUpdateEvent(JDA, long) - Constructor for class net.dv8tion.jda.core.events.self.GenericSelfUpdateEvent
-
- GenericTextChannelEvent - Class in net.dv8tion.jda.core.events.channel.text
-
GenericTextChannelEvent
Fired whenever a
TextChannel
event is fired.
Every TextChannelEvent is an instance of this event and can be casted.
- GenericTextChannelEvent(JDA, long, TextChannel) - Constructor for class net.dv8tion.jda.core.events.channel.text.GenericTextChannelEvent
-
- GenericTextChannelUpdateEvent - Class in net.dv8tion.jda.core.events.channel.text.update
-
GenericTextChannelUpdateEvent
Fired whenever a
TextChannel
is updated.
Every TextChannelUpdateEvent is an instance of this event and can be casted.
- GenericTextChannelUpdateEvent(JDA, long, TextChannel) - Constructor for class net.dv8tion.jda.core.events.channel.text.update.GenericTextChannelUpdateEvent
-
- GenericUserEvent - Class in net.dv8tion.jda.core.events.user
-
GenericUserEvent
Fired whenever a
User
changes their presence.
- GenericUserEvent(JDA, long, User) - Constructor for class net.dv8tion.jda.core.events.user.GenericUserEvent
-
- GenericVoiceChannelEvent - Class in net.dv8tion.jda.core.events.channel.voice
-
GenericVoiceChannelEvent
Fired whenever a
VoiceChannel
event is fired.
Every VoiceChannelEvent is an instance of this event and can be casted.
- GenericVoiceChannelEvent(JDA, long, VoiceChannel) - Constructor for class net.dv8tion.jda.core.events.channel.voice.GenericVoiceChannelEvent
-
- GenericVoiceChannelUpdateEvent - Class in net.dv8tion.jda.core.events.channel.voice.update
-
GenericVoiceChannelUpdateEvent
Fired whenever a
VoiceChannel
updates.
Every VoiceChannelUpdateEvent is an instance of this event and can be casted.
- GenericVoiceChannelUpdateEvent(JDA, long, VoiceChannel) - Constructor for class net.dv8tion.jda.core.events.channel.voice.update.GenericVoiceChannelUpdateEvent
-
- get(JDA) - Static method in class net.dv8tion.jda.core.entities.EntityBuilder
-
- GET_BANS - Static variable in class net.dv8tion.jda.core.requests.Route.Guilds
-
- GET_CHANNEL_INVITES - Static variable in class net.dv8tion.jda.core.requests.Route.Invites
-
- GET_CHANNELS - Static variable in class net.dv8tion.jda.core.requests.Route.Guilds
-
- GET_GUILD - Static variable in class net.dv8tion.jda.core.requests.Route.Guilds
-
- GET_GUILD_INVITES - Static variable in class net.dv8tion.jda.core.requests.Route.Invites
-
- GET_GUILDS - Static variable in class net.dv8tion.jda.core.requests.Route.Self
-
- GET_INVITE - Static variable in class net.dv8tion.jda.core.requests.Route.Invites
-
- GET_MESSAGE - Static variable in class net.dv8tion.jda.core.requests.Route.Messages
-
- GET_MESSAGE_HISTORY - Static variable in class net.dv8tion.jda.core.requests.Route.Messages
-
- GET_MESSAGE_HISTORY_AFTER - Static variable in class net.dv8tion.jda.core.requests.Route.Messages
-
- GET_MESSAGE_HISTORY_AROUND - Static variable in class net.dv8tion.jda.core.requests.Route.Messages
-
- GET_MESSAGE_HISTORY_BEFORE - Static variable in class net.dv8tion.jda.core.requests.Route.Messages
-
- GET_PERM_OVERRIDE - Static variable in class net.dv8tion.jda.core.requests.Route.Channels
-
- GET_PERMISSIONS - Static variable in class net.dv8tion.jda.core.requests.Route.Channels
-
- GET_PINNED_MESSAGES - Static variable in class net.dv8tion.jda.core.requests.Route.Messages
-
- GET_PRIVATE_CHANNELS - Static variable in class net.dv8tion.jda.core.requests.Route.Self
-
- GET_ROLE - Static variable in class net.dv8tion.jda.core.requests.Route.Roles
-
- GET_ROLES - Static variable in class net.dv8tion.jda.core.requests.Route.Roles
-
- GET_ROUTE - Static variable in class net.dv8tion.jda.core.requests.Route.Custom
-
- GET_SELF - Static variable in class net.dv8tion.jda.core.requests.Route.Self
-
- GET_USER - Static variable in class net.dv8tion.jda.core.requests.Route.Users
-
- getAccountType() - Method in interface net.dv8tion.jda.core.JDA
-
- getAfkChannel() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getAfkChannelField() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getAfkTimeout() - Method in interface net.dv8tion.jda.core.entities.Guild
-
The amount of time (in seconds) that must pass with no activity to be considered AFK by this
Guild
.
- getAfkTimeoutField() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
Valid timeouts are: 60, 300, 900, 1800, 3600.
- getAllCallUsers() - Method in interface net.dv8tion.jda.client.entities.Call
-
- getAllowBits() - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- getAllowed() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
An unmodifiable list of all
Permissions
that are specifically allowed by this override.
- getAllowedRaw() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
This is the raw binary representation (as a base 10 long) of the permissions allowed by this override.
The long relates to the offsets used by each
Permission
.
- getAsMention() - Method in interface net.dv8tion.jda.core.entities.Emote
-
Usable representation of this Emote (used to display in the client just like mentions with a specific format)
Emotes are used with the format
<:getName()
:getId()
>
- getAsMention() - Method in interface net.dv8tion.jda.core.entities.IMentionable
-
Retrieve a Mention for this Entity.
- getAttachments() - Method in interface net.dv8tion.jda.core.entities.Message
-
An unmodifiable list of
Attachment
that are attached to this message.
Most likely this will only ever be 1
Attachment
at most.
- getAudioChannel() - Method in interface net.dv8tion.jda.core.entities.VoiceState
-
- getAuthor() - Method in interface net.dv8tion.jda.core.entities.Message
-
The author of this Message
- getAuthor() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The information on the creator of the embedded content.
This is typically used to represent the account on the providing site.
- getAuthor() - Method in class net.dv8tion.jda.core.events.message.GenericMessageEvent
-
- getAuthor() - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- getAuthor() - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- getAvatarField() - Method in class net.dv8tion.jda.core.managers.AccountManagerUpdatable
-
- getAvatarId() - Method in interface net.dv8tion.jda.core.entities.User
-
The Discord Id for this user's avatar image.
- getAvatarUrl() - Method in interface net.dv8tion.jda.core.entities.User
-
The URL for the for the user's avatar image.
- getBans() - Method in class net.dv8tion.jda.core.managers.GuildController
-
- getBaseRoute() - Method in class net.dv8tion.jda.core.requests.Route.CompiledRoute
-
- getBitrate() - Method in interface net.dv8tion.jda.core.entities.VoiceChannel
-
The audio bitrate of the voice audio that is played in this channel.
- getBitrateField() - Method in class net.dv8tion.jda.core.managers.ChannelManagerUpdatable
-
- getBlockedUser() - Method in class net.dv8tion.jda.client.events.relationship.UserBlockedEvent
-
- getCachedHistory() - Method in class net.dv8tion.jda.core.MessageHistory
-
- getCall() - Method in interface net.dv8tion.jda.client.entities.CallUser
-
- getCall() - Method in interface net.dv8tion.jda.client.entities.CallVoiceState
-
- getCall() - Method in class net.dv8tion.jda.client.events.call.GenericCallEvent
-
- getCallableChannel() - Method in interface net.dv8tion.jda.client.entities.Call
-
- getCallableChannel() - Method in interface net.dv8tion.jda.client.entities.CallVoiceState
-
- getCallUser() - Method in interface net.dv8tion.jda.client.entities.CallVoiceState
-
- getCallUser() - Method in class net.dv8tion.jda.client.events.call.voice.GenericCallVoiceEvent
-
- getCallUserHistory() - Method in interface net.dv8tion.jda.client.entities.Call
-
- getChangedRoles() - Method in class net.dv8tion.jda.core.events.channel.text.update.TextChannelUpdatePermissionsEvent
-
- getChangedRoles() - Method in class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdatePermissionsEvent
-
- getChannel() - Method in interface net.dv8tion.jda.core.entities.GuildVoiceState
-
- getChannel() - Method in interface net.dv8tion.jda.core.entities.Message
-
- getChannel() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
- getChannel() - Method in class net.dv8tion.jda.core.events.channel.text.GenericTextChannelEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.events.channel.voice.GenericVoiceChannelEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.events.message.guild.GenericGuildMessageEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.events.message.MessageBulkDeleteEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.events.message.MessageDeleteEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.events.message.MessageEmbedEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.events.message.priv.GenericPrivateMessageEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.events.user.UserTypingEvent
-
- getChannel() - Method in class net.dv8tion.jda.core.managers.ChannelManager
-
- getChannel() - Method in class net.dv8tion.jda.core.managers.ChannelManagerUpdatable
-
- getChannel() - Method in class net.dv8tion.jda.core.managers.PermOverrideManager
-
- getChannel() - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- getChannel() - Method in class net.dv8tion.jda.core.MessageHistory
-
- getChannelJoined() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceJoinEvent
-
- getChannelJoined() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceMoveEvent
-
- getChannelLeft() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceLeaveEvent
-
- getChannelLeft() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceMoveEvent
-
- getChannelType() - Method in interface net.dv8tion.jda.core.entities.Message
-
- getChannelType() - Method in class net.dv8tion.jda.core.events.message.MessageDeleteEvent
-
- getChannelType() - Method in class net.dv8tion.jda.core.events.message.MessageEmbedEvent
-
- getChannelType() - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- getChannelType() - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- getClientCloseFrame() - Method in class net.dv8tion.jda.core.events.DisconnectEvent
-
- getCode() - Method in enum net.dv8tion.jda.core.requests.ErrorResponse
-
- getColor() - Method in interface net.dv8tion.jda.core.entities.Member
-
The Color
of this Member's name in a Guild.
- getColor() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The color of the stripe on the side of the embed.
If the color is 0 (no color), this will return null.
- getColor() - Method in interface net.dv8tion.jda.core.entities.Role
-
The color this
Role
is displayed in.
- getColorField() - Method in class net.dv8tion.jda.core.managers.RoleManagerUpdatable
-
- getCompilableRoute() - Method in class net.dv8tion.jda.core.requests.Route
-
- getCompiledRoute() - Method in class net.dv8tion.jda.core.requests.Route.CompiledRoute
-
- getConnectedUsers() - Method in interface net.dv8tion.jda.client.entities.Call
-
- getContent() - Method in interface net.dv8tion.jda.core.entities.Message
-
The textual content of this message.
- getController() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getCreationTime() - Method in interface net.dv8tion.jda.core.entities.ISnowflake
-
The time this entity was created.
- getCreationTime(String) - Static method in class net.dv8tion.jda.core.utils.MiscUtil
-
Gets the creation-time of a JDA-entity by doing the reverse snowflake algorithm on its id.
- getCreationTime(Object) - Static method in class net.dv8tion.jda.core.utils.MiscUtil
-
Gets the creation-time of a JDA-entity by doing the reverse snowflake algorithm on its id.
- getCurrentCall() - Method in interface net.dv8tion.jda.client.entities.CallableChannel
-
- getDateTimeString(OffsetDateTime) - Static method in class net.dv8tion.jda.core.utils.MiscUtil
-
Returns a prettier String-representation of a OffsetDateTime object
- getDefaultAvatarId() - Method in interface net.dv8tion.jda.core.entities.User
-
The Discord Id for this user's default avatar image.
- getDefaultAvatarUrl() - Method in interface net.dv8tion.jda.core.entities.User
-
The URL for the for the user's default avatar image.
- getDefaultNotificationLevel() - Method in interface net.dv8tion.jda.core.entities.Guild
-
Returns the default message Notification-Level of this Guild.
- getDefaultNotificationLevelField() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getDenied() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
An unmodifiable list of all
Permissions
that are denied by this override.
- getDeniedRaw() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
This is the raw binary representation (as a base 10 long) of the permissions denied by this override.
The long relates to the offsets used by each
Permission
.
- getDenyBits() - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- getDescription() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The description of the embedded resource.
This is provided only if Discord could find a description for the embedded resource using the provided url.
Commonly, this is null.
- getDisconnectedAudioConnections() - Method in class net.dv8tion.jda.core.events.DisconnectEvent
-
- getDisconnectedAudioConnections() - Method in class net.dv8tion.jda.core.events.ShutdownEvent
-
- getDisconnectTime() - Method in class net.dv8tion.jda.core.events.DisconnectEvent
-
- getDiscriminator() - Method in interface net.dv8tion.jda.core.entities.User
-
The discriminator of the
User
.
- getEditedTime() - Method in interface net.dv8tion.jda.core.entities.Message
-
Gives a copy of the Object holding the time this message was last recently updated
If this message was never updated (
Message.isEdited()
returns false), this will be NULL
- getEffectiveLevel() - Method in class net.dv8tion.jda.core.utils.SimpleLog
-
Gets the effective logging-level of this Logger.
- getEffectiveName() - Method in interface net.dv8tion.jda.core.entities.Member
-
Retrieves the Name displayed in the official Discord Client.
- getEffectivePermission(Guild, Member) - Static method in class net.dv8tion.jda.core.utils.PermissionUtil
-
Gets the
int
representation of the effective permissions allowed for this
Member
in this
Guild
.
- getEffectivePermission(Channel, Member) - Static method in class net.dv8tion.jda.core.utils.PermissionUtil
-
Gets the
long
representation of the effective permissions allowed for this
Member
in this
Channel
.
- getEffectivePermission(Channel, Role) - Static method in class net.dv8tion.jda.core.utils.PermissionUtil
-
Gets the
long
representation of the effective permissions allowed for this
Role
in this
Channel
.
- getEmail() - Method in interface net.dv8tion.jda.core.entities.SelfUser
-
Used to get the email of the currently logged in account.
NOTE: this is a
AccountType.CLIENT
method only!
- getEmailField() - Method in class net.dv8tion.jda.core.managers.AccountManagerUpdatable
-
- getEmbeds() - Method in interface net.dv8tion.jda.core.entities.Message
-
An unmodifiable list of
MessageEmbeds
that are available to this message.
- getEmote() - Method in class net.dv8tion.jda.client.managers.EmoteManager
-
The
Emote
represented by this Manager.
- getEmote() - Method in class net.dv8tion.jda.client.managers.EmoteManagerUpdatable
-
The
Emote
represented by this Manager.
- getEmoteById(String) - Method in interface net.dv8tion.jda.core.entities.Guild
-
An
Emote
matching the specified ID.
- getEmoteById(String) - Method in interface net.dv8tion.jda.core.JDA
-
Retrieves an emote matching the specified id
if one is available in our cache.
- getEmotes() - Method in interface net.dv8tion.jda.core.entities.Guild
-
An immutable linked list of the emotes contained in this Guild.
- getEmotes() - Method in interface net.dv8tion.jda.core.entities.Message
-
All emotes used in this Message.
- getEmotes() - Method in interface net.dv8tion.jda.core.JDA
-
- getEmotesByName(String, boolean) - Method in interface net.dv8tion.jda.core.entities.Guild
-
An unmodifiable list of all
Emotes
that have the same name as the one provided.
If there are no
Emotes
with the provided name, then this returns an empty list.
- getEmotesByName(String, boolean) - Method in interface net.dv8tion.jda.core.JDA
-
An unmodifiable list of all
Emotes
that have the same name as the one provided.
If there are no
Emotes
with the provided name, then this returns an empty list.
- getEncoding() - Method in class net.dv8tion.jda.core.entities.Icon
-
The base64 encoded data for this Icon
- getErrorResponse() - Method in exception net.dv8tion.jda.core.exceptions.ErrorResponseException
-
- getFields() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The fields in a message embed.
Message embeds can contain multiple fields, each with a name, value, and a boolean
to determine if it will fall in-line with other fields.
- getFileName() - Method in class net.dv8tion.jda.core.entities.Message.Attachment
-
The file name of the Attachment when it was first uploaded.
- getFooter() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The footer (bottom) of the embedded content.
This is typically used for timestamps or site icons.
- getFriend() - Method in class net.dv8tion.jda.client.events.relationship.FriendAddedEvent
-
- getFriend() - Method in class net.dv8tion.jda.client.events.relationship.FriendRemovedEvent
-
- getFriend(User) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getFriend(Member) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getFriendById(String) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getFriendRequest() - Method in class net.dv8tion.jda.client.events.relationship.FriendRequestCanceledEvent
-
- getFriendRequest() - Method in class net.dv8tion.jda.client.events.relationship.FriendRequestIgnoredEvent
-
- getFriendRequest() - Method in class net.dv8tion.jda.client.events.relationship.FriendRequestReceivedEvent
-
- getFriendRequest() - Method in class net.dv8tion.jda.client.events.relationship.FriendRequestSentEvent
-
- getFriends() - Method in interface net.dv8tion.jda.client.entities.Group
-
- getFriends() - Method in interface net.dv8tion.jda.client.JDAClient
-
- getFriendsByName(String, boolean) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getFromOffset(int) - Static method in enum net.dv8tion.jda.core.Permission
-
- getFullPermOverride() - Static method in class net.dv8tion.jda.core.utils.PermissionUtil
-
- getGame() - Method in interface net.dv8tion.jda.client.entities.Friend
-
- getGame() - Method in interface net.dv8tion.jda.core.entities.Member
-
The game that the user is currently playing.
- getGame() - Method in interface net.dv8tion.jda.core.managers.Presence
-
The current Game for this session.
This might not be what the Discord Client displays due to session clashing!
- getGlobalProxy() - Method in interface net.dv8tion.jda.core.JDA
-
The proxy settings used by all JDA instances.
- getGroup() - Method in interface net.dv8tion.jda.client.entities.Call
-
- getGroup() - Method in interface net.dv8tion.jda.client.entities.CallVoiceState
-
- getGroup() - Method in class net.dv8tion.jda.client.events.call.GenericCallEvent
-
- getGroup() - Method in class net.dv8tion.jda.client.events.group.GenericGroupEvent
-
- getGroup() - Method in class net.dv8tion.jda.client.events.message.group.GenericGroupMessageEvent
-
- getGroup() - Method in interface net.dv8tion.jda.core.entities.Message
-
- getGroup() - Method in class net.dv8tion.jda.core.events.message.MessageDeleteEvent
-
- getGroup() - Method in class net.dv8tion.jda.core.events.message.MessageEmbedEvent
-
- getGroup() - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- getGroup() - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- getGroupById(String) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getGroups() - Method in interface net.dv8tion.jda.client.JDAClient
-
- getGroupsByName(String, boolean) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getGuild() - Method in class net.dv8tion.jda.client.managers.EmoteManager
-
The
Guild
this emote is in
- getGuild() - Method in class net.dv8tion.jda.client.managers.EmoteManagerUpdatable
-
The
Guild
this emote is in
- getGuild() - Method in interface net.dv8tion.jda.core.entities.Channel
-
Returns the
Guild
that this Channel is part of.
- getGuild() - Method in interface net.dv8tion.jda.core.entities.Emote
-
Guild
this emote is attached to.
- getGuild() - Method in interface net.dv8tion.jda.core.entities.GuildVoiceState
-
- getGuild() - Method in interface net.dv8tion.jda.core.entities.Member
-
The Guild in which this Member is represented.
- getGuild() - Method in interface net.dv8tion.jda.core.entities.Message
-
- getGuild() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
- getGuild() - Method in interface net.dv8tion.jda.core.entities.Role
-
Returns the
Guild
this Role exists in
- getGuild() - Method in class net.dv8tion.jda.core.events.channel.text.GenericTextChannelEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.channel.voice.GenericVoiceChannelEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.guild.GenericGuildEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.message.guild.GenericGuildMessageEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.message.MessageBulkDeleteEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.message.MessageDeleteEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.message.MessageEmbedEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.role.GenericRoleEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.user.UserGameUpdateEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.user.UserOnlineStatusUpdateEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.events.user.UserTypingEvent
-
- getGuild() - Method in class net.dv8tion.jda.core.managers.ChannelManager
-
- getGuild() - Method in class net.dv8tion.jda.core.managers.ChannelManagerUpdatable
-
- getGuild() - Method in class net.dv8tion.jda.core.managers.GuildController
-
- getGuild() - Method in class net.dv8tion.jda.core.managers.GuildManager
-
Returns the
Guild
object of this Manager.
- getGuild() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getGuild() - Method in class net.dv8tion.jda.core.managers.PermOverrideManager
-
- getGuild() - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- getGuild() - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- getGuild() - Method in class net.dv8tion.jda.core.managers.RoleManagerUpdatable
-
- getGuildById(String) - Method in interface net.dv8tion.jda.core.JDA
-
This returns the
Guild
which has the same id as the one provided.
If there is no known guild with an id that matches the provided one, then this returns
null
.
- getGuildId() - Method in class net.dv8tion.jda.core.events.guild.UnavailableGuildJoinedEvent
-
- getGuildPositions() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- getGuilds() - Method in interface net.dv8tion.jda.core.JDA
-
An unmodifiable list of all
Guilds
that this account is connected to.
If this account is not connected to any
Guilds
, this will return
an empty list.
- getGuildsByName(String, boolean) - Method in interface net.dv8tion.jda.core.JDA
-
An unmodifiable list of all
Guilds
that have the same name as the one provided.
If there are no
Guilds
with the provided name, then this returns an empty list.
- getHeight() - Method in class net.dv8tion.jda.core.entities.Message.Attachment
-
The height of the Attachment if this Attachment is an image.
If this Attachment is not an image, this returns 0.
- getHeight() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.ImageInfo
-
The height of the image.
- getHeight() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Thumbnail
-
The height of the thumbnail image.
- getHeight() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.VideoInfo
-
The height of the video.
This usually isn't the actual video height, but instead the starting embed window size.
Basically: Don't rely on this to represent the actual video's quality or size.
- getHistory() - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
Creates a new
MessageHistory
object for each call of this method.
This is
NOT and internal message cache, but rather it queries the Discord servers for old messages.
- getHistoryAround(Message, int) - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
- getHistoryAround(String, int) - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
- getHistoryAround(MessageChannel, Message, int) - Static method in class net.dv8tion.jda.core.MessageHistory
-
- getHistoryAround(MessageChannel, String, int) - Static method in class net.dv8tion.jda.core.MessageHistory
-
- getHoistedField() - Method in class net.dv8tion.jda.core.managers.RoleManagerUpdatable
-
- getIconField() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getIconId() - Method in interface net.dv8tion.jda.client.entities.Group
-
- getIconId() - Method in interface net.dv8tion.jda.core.entities.Guild
-
The Discord Id of the
Guild
icon image.
- getIconUrl() - Method in interface net.dv8tion.jda.client.entities.Group
-
- getIconUrl() - Method in interface net.dv8tion.jda.core.entities.Guild
-
The URL of the
Guild
icon image.
- getIconUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.AuthorInfo
-
The url of the author's icon.
- getIconUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Footer
-
The url of the footer's icon.
- getId() - Method in enum net.dv8tion.jda.core.entities.ChannelType
-
- getId() - Method in interface net.dv8tion.jda.core.entities.ISnowflake
-
The Snowflake id of this entity.
- getId() - Method in class net.dv8tion.jda.core.entities.Message.Attachment
-
The id of the attachment.
- getId() - Method in enum net.dv8tion.jda.core.entities.MessageType
-
- getImage() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The information about the image in the message embed
- getImageUrl() - Method in interface net.dv8tion.jda.core.entities.Emote
-
A String representation of the URL which leads to image displayed within the official Discord™ client
when this Emote is used
- getInherit() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
An unmodifiable list of all
Permission
that are unaffected by this override.
- getInheritBits() - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- getInheritRaw() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
This is the raw binary representation (as a base 10 long) of the permissions not affected by this override.
The long relates to the offsets used by each
Permission
.
- getJDA() - Method in interface net.dv8tion.jda.bot.JDABot
-
- getJDA() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- getJDA() - Method in interface net.dv8tion.jda.client.JDAClient
-
- getJDA() - Method in class net.dv8tion.jda.client.managers.EmoteManager
-
The
JDA
instance of this Emote
- getJDA() - Method in class net.dv8tion.jda.client.managers.EmoteManagerUpdatable
-
The
JDA
instance of this Emote
- getJDA() - Method in interface net.dv8tion.jda.core.entities.Channel
-
Returns the
JDA
instance of this Channel
- getJDA() - Method in interface net.dv8tion.jda.core.entities.Emote
-
The
JDA
instance of this Emote
- getJDA() - Method in interface net.dv8tion.jda.core.entities.Guild
-
Returns the
JDA
instance of this Guild
- getJDA() - Method in interface net.dv8tion.jda.core.entities.Member
-
The JDA instance.
- getJDA() - Method in interface net.dv8tion.jda.core.entities.Message
-
Returns the
JDA
instance of this Message
- getJDA() - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
Returns the
JDA
instance of this MessageChannel
- getJDA() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
- getJDA() - Method in interface net.dv8tion.jda.core.entities.PrivateChannel
-
Returns the
JDA
instance of this PrivateChannel
- getJDA() - Method in interface net.dv8tion.jda.core.entities.Role
-
Returns the
JDA
instance of this Role
- getJDA() - Method in interface net.dv8tion.jda.core.entities.User
-
Returns the
JDA
instance of this User
- getJDA() - Method in interface net.dv8tion.jda.core.entities.VoiceState
-
Returns the
JDA
instance of this VoiceState
- getJDA() - Method in class net.dv8tion.jda.core.events.Event
-
Returns the JDA instance corresponding to this Event
- getJDA() - Method in class net.dv8tion.jda.core.managers.AccountManager
-
- getJDA() - Method in class net.dv8tion.jda.core.managers.AccountManagerUpdatable
-
- getJDA() - Method in class net.dv8tion.jda.core.managers.ChannelManager
-
- getJDA() - Method in class net.dv8tion.jda.core.managers.ChannelManagerUpdatable
-
- getJDA() - Method in class net.dv8tion.jda.core.managers.GuildController
-
- getJDA() - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- getJDA() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getJDA() - Method in class net.dv8tion.jda.core.managers.PermOverrideManager
-
- getJDA() - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- getJDA() - Method in interface net.dv8tion.jda.core.managers.Presence
-
The JDA instance of this Presence
- getJDA() - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- getJDA() - Method in class net.dv8tion.jda.core.managers.RoleManagerUpdatable
-
- getJoinDate() - Method in interface net.dv8tion.jda.core.entities.Member
-
The Time
this Member joined the Guild.
- getKey() - Method in enum net.dv8tion.jda.client.entities.RelationshipType
-
- getKey() - Method in enum net.dv8tion.jda.core.entities.Game.GameType
-
- getKey() - Method in enum net.dv8tion.jda.core.entities.Guild.MFALevel
-
- getKey() - Method in enum net.dv8tion.jda.core.entities.Guild.NotificationLevel
-
- getKey() - Method in enum net.dv8tion.jda.core.entities.Guild.VerificationLevel
-
- getKey() - Method in enum net.dv8tion.jda.core.OnlineStatus
-
The valid API key for this OnlineStatus
- getKey() - Method in enum net.dv8tion.jda.core.Region
-
The Region key as defined by Discord.
- getLength() - Method in class net.dv8tion.jda.core.MessageBuilder
-
- getLevel() - Method in class net.dv8tion.jda.core.utils.SimpleLog
-
Gets the current logging-level of this Logger.
- getLocale() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- getLog(String) - Static method in class net.dv8tion.jda.core.utils.SimpleLog
-
Will get the LOG with the given LOG-name or create one if it didn't exist
- getManager() - Method in interface net.dv8tion.jda.core.entities.Channel
-
- getManager() - Method in interface net.dv8tion.jda.core.entities.Emote
-
- getManager() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getManager() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
- getManager() - Method in interface net.dv8tion.jda.core.entities.Role
-
- getManager() - Method in interface net.dv8tion.jda.core.entities.SelfUser
-
- getManager() - Method in class net.dv8tion.jda.core.managers.fields.Field
-
- getManagerUpdatable() - Method in interface net.dv8tion.jda.core.entities.Channel
-
- getManagerUpdatable() - Method in interface net.dv8tion.jda.core.entities.Emote
-
An updatable manager for this Emote.
- getManagerUpdatable() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getManagerUpdatable() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
- getManagerUpdatable() - Method in interface net.dv8tion.jda.core.entities.Role
-
- getManagerUpdatable() - Method in interface net.dv8tion.jda.core.entities.SelfUser
-
- getMeaning() - Method in enum net.dv8tion.jda.core.requests.ErrorResponse
-
- getMember(User) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getMember() - Method in interface net.dv8tion.jda.core.entities.GuildVoiceState
-
Returns the
Member
corresponding to this VoiceState Object
(Backreference)
- getMember() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
- getMember() - Method in class net.dv8tion.jda.core.events.guild.member.GenericGuildMemberEvent
-
- getMember() - Method in class net.dv8tion.jda.core.events.guild.voice.GenericGuildVoiceEvent
-
- getMember() - Method in class net.dv8tion.jda.core.events.message.guild.GenericGuildMessageEvent
-
- getMember() - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- getMember() - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- getMember() - Method in class net.dv8tion.jda.core.events.user.UserTypingEvent
-
- getMemberById(String) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getMemberPermissionOverrides() - Method in interface net.dv8tion.jda.core.entities.Channel
-
- getMembers() - Method in interface net.dv8tion.jda.core.entities.Channel
-
- getMembers() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getMembersByEffectiveName(String, boolean) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getMembersByName(String, boolean) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getMembersByNickname(String, boolean) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getMembersWithPermissionChanges() - Method in class net.dv8tion.jda.core.events.channel.text.update.TextChannelUpdatePermissionsEvent
-
- getMembersWithRoles(Role...) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getMembersWithRoles(Collection<Role>) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getMemberWithPermissionChanges() - Method in class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdatePermissionsEvent
-
- getMentionableField() - Method in class net.dv8tion.jda.core.managers.RoleManagerUpdatable
-
- getMentionedChannels() - Method in interface net.dv8tion.jda.core.entities.Message
-
- getMentionedRoles() - Method in interface net.dv8tion.jda.core.entities.Message
-
A immutable list of all mentioned
Roles
.
- getMentionedUsers() - Method in interface net.dv8tion.jda.core.entities.Message
-
A immutable list of all mentioned users.
- getMessage() - Method in class net.dv8tion.jda.core.events.message.GenericMessageEvent
-
- getMessage() - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- getMessage() - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- getMessageById(String) - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
Attempts to get a
Message
from the Discord servers that has
the same id as the id provided.
- getMessageById(String) - Method in class net.dv8tion.jda.core.MessageHistory
-
- getMessageEmbeds() - Method in class net.dv8tion.jda.client.events.message.group.GroupMessageEmbedEvent
-
- getMessageEmbeds() - Method in class net.dv8tion.jda.core.events.message.guild.GuildMessageEmbedEvent
-
- getMessageEmbeds() - Method in class net.dv8tion.jda.core.events.message.MessageEmbedEvent
-
- getMessageEmbeds() - Method in class net.dv8tion.jda.core.events.message.priv.PrivateMessageEmbedEvent
-
- getMessageId() - Method in interface net.dv8tion.jda.client.entities.Call
-
- getMessageId() - Method in class net.dv8tion.jda.client.events.message.group.GroupMessageDeleteEvent
-
- getMessageId() - Method in class net.dv8tion.jda.client.events.message.group.GroupMessageEmbedEvent
-
- getMessageId() - Method in class net.dv8tion.jda.core.events.message.guild.GuildMessageDeleteEvent
-
- getMessageId() - Method in class net.dv8tion.jda.core.events.message.guild.GuildMessageEmbedEvent
-
- getMessageId() - Method in class net.dv8tion.jda.core.events.message.MessageDeleteEvent
-
- getMessageId() - Method in class net.dv8tion.jda.core.events.message.MessageEmbedEvent
-
- getMessageId() - Method in class net.dv8tion.jda.core.events.message.priv.PrivateMessageDeleteEvent
-
- getMessageId() - Method in class net.dv8tion.jda.core.events.message.priv.PrivateMessageEmbedEvent
-
- getMessageIds() - Method in class net.dv8tion.jda.core.events.message.MessageBulkDeleteEvent
-
- getMethod() - Method in class net.dv8tion.jda.core.requests.Route.CompiledRoute
-
- getMethod() - Method in class net.dv8tion.jda.core.requests.Route
-
- getName() - Method in interface net.dv8tion.jda.client.entities.Group
-
Returns the name set for this group.
If no name has been set for this group, then null is returned.
- getName() - Method in interface net.dv8tion.jda.core.entities.Channel
-
The human readable name of the Channel.
If no name has been set, this returns null.
- getName() - Method in interface net.dv8tion.jda.core.entities.Emote
-
The name of this emote
- getName() - Method in interface net.dv8tion.jda.core.entities.Game
-
The displayed name of the
Game
.
- getName() - Method in interface net.dv8tion.jda.core.entities.Guild
-
The human readable name of the
Guild
.
- getName() - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
This method is a shortcut method to return the following information in the following situation:
If the MessageChannel is instance of..
- getName() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.AuthorInfo
-
The name of the Author.
This is most likely the name of the account associated with the embed
- getName() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Field
-
The name of the field
- getName() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Provider
-
The name of the provider.
If this is an author, most likely the author's username.
If this is a website, most likely the site's name.
- getName() - Method in interface net.dv8tion.jda.core.entities.Role
-
- getName() - Method in interface net.dv8tion.jda.core.entities.User
-
The username of the
User
.
- getName() - Method in enum net.dv8tion.jda.core.Region
-
The human readable region name.
- getNameField() - Method in class net.dv8tion.jda.client.managers.EmoteManagerUpdatable
-
Sets the name of this Emote
- getNameField() - Method in class net.dv8tion.jda.core.managers.AccountManagerUpdatable
-
- getNameField() - Method in class net.dv8tion.jda.core.managers.ChannelManagerUpdatable
-
- getNameField() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getNameField() - Method in class net.dv8tion.jda.core.managers.RoleManagerUpdatable
-
- getNewNick() - Method in class net.dv8tion.jda.core.events.guild.member.GuildMemberNickChangeEvent
-
- getNickname() - Method in interface net.dv8tion.jda.core.entities.Member
-
Returns the current nickname of this Member for the parent Guild.
- getNonFriendUsers() - Method in interface net.dv8tion.jda.client.entities.Group
-
- getOffset() - Method in enum net.dv8tion.jda.core.Permission
-
- getOldAfkChannel() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateAfkChannelEvent
-
- getOldAfkTimeout() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateAfkTimeoutEvent
-
- getOldAvatarId() - Method in class net.dv8tion.jda.core.events.self.SelfUpdateAvatarEvent
-
- getOldAvatarUrl() - Method in class net.dv8tion.jda.core.events.self.SelfUpdateAvatarEvent
-
- getOldBitrate() - Method in class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdateBitrateEvent
-
- getOldColor() - Method in class net.dv8tion.jda.core.events.role.update.RoleUpdateColorEvent
-
- getOldDiscriminator() - Method in class net.dv8tion.jda.core.events.self.SelfUpdateNameEvent
-
- getOldDiscriminator() - Method in class net.dv8tion.jda.core.events.user.UserNameUpdateEvent
-
- getOldEmail() - Method in class net.dv8tion.jda.core.events.self.SelfUpdateEmailEvent
-
- getOldIconId() - Method in class net.dv8tion.jda.client.events.group.update.GroupUpdateIconEvent
-
- getOldIconId() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateIconEvent
-
- getOldIconUrl() - Method in class net.dv8tion.jda.client.events.group.update.GroupUpdateIconEvent
-
- getOldIconUrl() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateIconEvent
-
- getOldMFALevel() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateMFALevelEvent
-
- getOldName() - Method in class net.dv8tion.jda.client.events.group.update.GroupUpdateNameEvent
-
- getOldName() - Method in class net.dv8tion.jda.core.events.channel.text.update.TextChannelUpdateNameEvent
-
- getOldName() - Method in class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdateNameEvent
-
- getOldName() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateNameEvent
-
- getOldName() - Method in class net.dv8tion.jda.core.events.role.update.RoleUpdateNameEvent
-
- getOldName() - Method in class net.dv8tion.jda.core.events.self.SelfUpdateNameEvent
-
- getOldName() - Method in class net.dv8tion.jda.core.events.user.UserNameUpdateEvent
-
- getOldNotificationLevel() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateNotificationLevelEvent
-
- getOldOwner() - Method in class net.dv8tion.jda.client.events.group.update.GroupUpdateOwnerEvent
-
- getOldOwner() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateOwnerEvent
-
- getOldPermissions() - Method in class net.dv8tion.jda.core.events.role.update.RoleUpdatePermissionsEvent
-
- getOldPermissionsRaw() - Method in class net.dv8tion.jda.core.events.role.update.RoleUpdatePermissionsEvent
-
- getOldPosition() - Method in class net.dv8tion.jda.core.events.channel.text.update.TextChannelUpdatePositionEvent
-
- getOldPosition() - Method in class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdatePositionEvent
-
- getOldPosition() - Method in class net.dv8tion.jda.core.events.role.update.RoleUpdatePositionEvent
-
- getOldPositionRaw() - Method in class net.dv8tion.jda.core.events.role.update.RoleUpdatePositionEvent
-
- getOldRegion() - Method in class net.dv8tion.jda.client.events.call.update.CallUpdateRegionEvent
-
- getOldRegion() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateRegionEvent
-
- getOldSpashId() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateSplashEvent
-
- getOldSpashUrl() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateSplashEvent
-
- getOldStatus() - Method in class net.dv8tion.jda.core.events.StatusChangeEvent
-
- getOldTopic() - Method in class net.dv8tion.jda.core.events.channel.text.update.TextChannelUpdateTopicEvent
-
- getOldUserLimit() - Method in class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdateUserLimitEvent
-
- getOldVerificationLevel() - Method in class net.dv8tion.jda.core.events.guild.update.GuildUpdateVerificationLevelEvent
-
- getOnlineStatus() - Method in interface net.dv8tion.jda.client.entities.Friend
-
- getOnlineStatus() - Method in interface net.dv8tion.jda.core.entities.Member
-
- getOnlineStatusModifiedTime() - Method in interface net.dv8tion.jda.client.entities.Friend
-
- getOriginalPermissions() - Method in class net.dv8tion.jda.core.managers.fields.PermissionField
-
- getOriginalValue() - Method in class net.dv8tion.jda.core.managers.fields.Field
-
- getOverrideForMember(Member) - Method in interface net.dv8tion.jda.core.entities.Channel
-
- getOverrideForRole(Role) - Method in interface net.dv8tion.jda.core.entities.Channel
-
- getOwner() - Method in interface net.dv8tion.jda.client.entities.Group
-
- getOwner() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getParamCount() - Method in class net.dv8tion.jda.core.requests.Route
-
- getPasswordField() - Method in class net.dv8tion.jda.core.managers.AccountManagerUpdatable
-
- getPermission() - Method in exception net.dv8tion.jda.core.exceptions.PermissionException
-
- getPermissionField() - Method in class net.dv8tion.jda.core.managers.RoleManagerUpdatable
-
- getPermissionOverride() - Method in class net.dv8tion.jda.core.managers.PermOverrideManager
-
- getPermissionOverride() - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- getPermissionOverrides() - Method in interface net.dv8tion.jda.core.entities.Channel
-
- getPermissions() - Method in interface net.dv8tion.jda.core.entities.Member
-
The Guild-Wide Permissions this Member holds.
- getPermissions(Channel) - Method in interface net.dv8tion.jda.core.entities.Member
-
- getPermissions() - Method in interface net.dv8tion.jda.core.entities.Role
-
A list of the literal
Permissions
that this
Role
has.
NOTE: these do not necessarily represent the permissions this role will have in a
Channel
.
- getPermissions() - Method in class net.dv8tion.jda.core.managers.fields.PermissionField
-
- getPermissions(long) - Static method in enum net.dv8tion.jda.core.Permission
-
A list of all
Permissions
that are specified by this raw int representation of
permissions.
- getPermissionsRaw() - Method in interface net.dv8tion.jda.core.entities.Role
-
The
long
representation of the literal permissions that this
Role
has.
NOTE: these do not necessarily represent the permissions this role will have in a
Channel
.
- getPinnedMessages() - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
Gets a List of
Messages
that have been pinned in this channel.
If no messages have been pinned, this returns an empty List.
- getPosition() - Method in interface net.dv8tion.jda.core.entities.Channel
-
The position this Channel is displayed at.
Higher values mean they are displayed lower in the Client.
- getPosition() - Method in interface net.dv8tion.jda.core.entities.Role
-
The hierarchical position of this
Role
in the
Guild
hierarchy.
(higher value means higher role).
The @everyone
Role
always return -1.
- getPositionRaw() - Method in interface net.dv8tion.jda.core.entities.Channel
-
The actual position of the
Channel
as stored and given by Discord.
- getPositionRaw() - Method in interface net.dv8tion.jda.core.entities.Role
-
The actual position of the
Role
as stored and given by Discord.
- getPresence() - Method in interface net.dv8tion.jda.core.JDA
-
- getPreviousAvatarId() - Method in class net.dv8tion.jda.core.events.user.UserAvatarUpdateEvent
-
- getPreviousAvatarUrl() - Method in class net.dv8tion.jda.core.events.user.UserAvatarUpdateEvent
-
- getPreviousGame() - Method in class net.dv8tion.jda.core.events.user.UserGameUpdateEvent
-
- getPreviouslyBlockedUser() - Method in class net.dv8tion.jda.client.events.relationship.UserUnblockedEvent
-
- getPreviousOnlineStatus() - Method in class net.dv8tion.jda.core.events.user.UserOnlineStatusUpdateEvent
-
- getPrevNick() - Method in class net.dv8tion.jda.core.events.guild.member.GuildMemberNickChangeEvent
-
- getPriority() - Method in enum net.dv8tion.jda.core.utils.SimpleLog.Level
-
Returns the numeric priority of this loglevel, with 0 being the lowest
- getPrivateChannel() - Method in interface net.dv8tion.jda.client.entities.Call
-
- getPrivateChannel() - Method in interface net.dv8tion.jda.client.entities.CallVoiceState
-
- getPrivateChannel() - Method in class net.dv8tion.jda.client.events.call.GenericCallEvent
-
- getPrivateChannel() - Method in interface net.dv8tion.jda.core.entities.Message
-
- getPrivateChannel() - Method in interface net.dv8tion.jda.core.entities.User
-
- getPrivateChannel() - Method in class net.dv8tion.jda.core.events.channel.priv.PrivateChannelCreateEvent
-
- getPrivateChannel() - Method in class net.dv8tion.jda.core.events.channel.priv.PrivateChannelDeleteEvent
-
- getPrivatechannel() - Method in class net.dv8tion.jda.core.events.message.MessageDeleteEvent
-
- getPrivateChannel() - Method in class net.dv8tion.jda.core.events.message.MessageEmbedEvent
-
- getPrivateChannel() - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- getPrivateChannel() - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- getPrivateChannel() - Method in class net.dv8tion.jda.core.events.user.UserTypingEvent
-
- getPrivateChannelById(String) - Method in interface net.dv8tion.jda.core.JDA
-
This returns the
PrivateChannel
which has the same id as the one provided.
If there is no known
PrivateChannel
with an id that matches the
provided one, then this returns
null
.
- getPrivateChannels() - Method in interface net.dv8tion.jda.core.JDA
-
- getProxyIconUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.AuthorInfo
-
The url of the author's icon, proxied by Discord
- getProxyIconUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Footer
-
The url of the footer's icon, proxied by Discord
- getProxyUrl() - Method in class net.dv8tion.jda.core.entities.Message.Attachment
-
The url of the Attachment, proxied by Discord.
- getProxyUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.ImageInfo
-
The url of the image, proxied by Discord
- getProxyUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Thumbnail
-
The Discord proxied url of the thumbnail image.
This url will always work, even if the original image was deleted from the hosting website.
- getPrunableMemberCount(int) - Method in class net.dv8tion.jda.core.managers.GuildController
-
- getPublicChannel() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getPublicRole() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getRateLimitedRoute() - Method in exception net.dv8tion.jda.core.exceptions.RateLimitedException
-
- getRatelimitRoute() - Method in class net.dv8tion.jda.core.requests.Route.CompiledRoute
-
- getRatelimitRoute() - Method in class net.dv8tion.jda.core.requests.Route
-
- getRaw(Permission...) - Static method in enum net.dv8tion.jda.core.Permission
-
- getRaw(Collection<Permission>) - Static method in enum net.dv8tion.jda.core.Permission
-
- getRawContent() - Method in interface net.dv8tion.jda.core.entities.Message
-
The raw textual content of this message.
- getRawValue() - Method in enum net.dv8tion.jda.core.Permission
-
- getRegion() - Method in interface net.dv8tion.jda.client.entities.Call
-
- getRegion() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getRegionField() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getRegisteredListeners() - Method in class net.dv8tion.jda.core.hooks.AnnotatedEventManager
-
- getRegisteredListeners() - Method in interface net.dv8tion.jda.core.hooks.IEventManager
-
- getRegisteredListeners() - Method in class net.dv8tion.jda.core.hooks.InterfacedEventManager
-
- getRegisteredListeners() - Method in interface net.dv8tion.jda.core.JDA
-
Returns an unmodifiable List of Objects that have been registered as EventListeners.
- getRelationship() - Method in class net.dv8tion.jda.client.events.relationship.GenericRelationshipEvent
-
- getRelationship(User) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getRelationship(Member) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getRelationshipById(String) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getRelationshipById(String, RelationshipType) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getRelationships() - Method in interface net.dv8tion.jda.client.JDAClient
-
- getRelationships(RelationshipType) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getRelationships(RelationshipType, String, boolean) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getRelationshipsByName(String, boolean) - Method in interface net.dv8tion.jda.client.JDAClient
-
- getRelationshipType() - Method in class net.dv8tion.jda.client.events.relationship.GenericRelationshipEvent
-
- getRequiredMFALevel() - Method in interface net.dv8tion.jda.core.entities.Guild
-
Returns the level of multifactor authentication required to execute administrator restricted functions in this guild.
- getRequiredMFALevelField() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getRequiredType() - Method in exception net.dv8tion.jda.core.exceptions.AccountTypeException
-
- getResponse() - Method in exception net.dv8tion.jda.core.exceptions.ErrorResponseException
-
- getResponseNumber() - Method in class net.dv8tion.jda.core.events.Event
-
- getResponseTotal() - Method in interface net.dv8tion.jda.core.JDA
-
This value is the total amount of JSON responses that discord has sent.
This value resets every time the websocket has to reconnect.
- getRestrictedGuilds() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- getRetryAfter() - Method in exception net.dv8tion.jda.core.exceptions.RateLimitedException
-
- getRingingUsers() - Method in interface net.dv8tion.jda.client.entities.Call
-
- getRole() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
- getRole() - Method in class net.dv8tion.jda.core.events.role.GenericRoleEvent
-
- getRole() - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- getRole() - Method in class net.dv8tion.jda.core.managers.RoleManagerUpdatable
-
- getRoleById(String) - Method in interface net.dv8tion.jda.core.entities.Guild
-
This returns the
Role
which has the same id as the one provided.
If there is no
Role
that matches the requested id,
null
is returned.
- getRolePermissionOverrides() - Method in interface net.dv8tion.jda.core.entities.Channel
-
- getRoles() - Method in interface net.dv8tion.jda.core.entities.Emote
-
Roles this emote is active for (
source)
- getRoles() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getRoles() - Method in interface net.dv8tion.jda.core.entities.Member
-
The roles applied to this Member.
- getRoles() - Method in class net.dv8tion.jda.core.events.guild.member.GuildMemberRoleAddEvent
-
- getRoles() - Method in class net.dv8tion.jda.core.events.guild.member.GuildMemberRoleRemoveEvent
-
- getRolesByName(String, boolean) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getRolesField() - Method in class net.dv8tion.jda.client.managers.EmoteManagerUpdatable
-
Set roles this emote is active for.
- getRoute() - Method in class net.dv8tion.jda.core.requests.Route
-
- getSeconds() - Method in enum net.dv8tion.jda.core.entities.Guild.Timeout
-
- getSelfMember() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getSelfUser() - Method in class net.dv8tion.jda.core.events.self.GenericSelfUpdateEvent
-
- getSelfUser() - Method in interface net.dv8tion.jda.core.JDA
-
Returns the currently logged in account represented by
SelfUser
.
Account settings
cannot be modified using this object.
- getSelfUser() - Method in class net.dv8tion.jda.core.managers.AccountManager
-
- getSelfUser() - Method in class net.dv8tion.jda.core.managers.AccountManagerUpdatable
-
- getServiceCloseFrame() - Method in class net.dv8tion.jda.core.events.DisconnectEvent
-
- getSessionId() - Method in interface net.dv8tion.jda.core.entities.VoiceState
-
- getSettings() - Method in interface net.dv8tion.jda.client.JDAClient
-
- getShardId() - Method in class net.dv8tion.jda.core.JDA.ShardInfo
-
- getShardInfo() - Method in interface net.dv8tion.jda.core.JDA
-
- getShardTotal() - Method in class net.dv8tion.jda.core.JDA.ShardInfo
-
- getShutdownTime() - Method in class net.dv8tion.jda.core.events.ShutdownEvent
-
- getSiteProvider() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The information on site from which the embed was generated from.
If Discord did not generate any deliverable information about the site, this returns null.
- getSize() - Method in class net.dv8tion.jda.core.entities.Message.Attachment
-
The size of the attachment in bytes.
Example: if
getSize()
returns 1024, then the attachment is 1024 bytes, or 1KB, in size.
- getSplashField() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getSplashId() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getSplashUrl() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getStatus() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- getStatus() - Method in class net.dv8tion.jda.core.events.StatusChangeEvent
-
- getStatus() - Method in interface net.dv8tion.jda.core.JDA
-
Gets the current
Status
of the JDA instance.
- getStatus() - Method in interface net.dv8tion.jda.core.managers.Presence
-
The current OnlineStatus for this session.
This might not be what the Discord Client displays due to session clashing!
- getStrippedContent() - Method in interface net.dv8tion.jda.core.entities.Message
-
The content, with all its formatting characters stripped.
- getTag() - Method in enum net.dv8tion.jda.core.utils.SimpleLog.Level
-
Returns the Log-Tag (e.g.
- getText() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Footer
-
The text in the footer
- getTextChannel() - Method in interface net.dv8tion.jda.core.entities.Message
-
- getTextChannel() - Method in class net.dv8tion.jda.core.events.message.MessageDeleteEvent
-
- getTextChannel() - Method in class net.dv8tion.jda.core.events.message.MessageEmbedEvent
-
- getTextChannel() - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- getTextChannel() - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- getTextChannel() - Method in class net.dv8tion.jda.core.events.user.UserTypingEvent
-
- getTextChannelById(String) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getTextChannelById(String) - Method in interface net.dv8tion.jda.core.JDA
-
This returns the
TextChannel
which has the same id as the one provided.
If there is no known
TextChannel
with an id that matches the provided
one, then this returns
null
.
- getTextChannels() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getTextChannels() - Method in interface net.dv8tion.jda.core.JDA
-
- getTextChannelsByName(String, boolean) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getTextChannelsByName(String, boolean) - Method in interface net.dv8tion.jda.core.JDA
-
An unmodifiable list of all
TextChannels
that have the same name as the one provided.
If there are no
TextChannels
with the provided name, then this returns an empty list.
- getThumbnail() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The information about the
Thumbnail
image to be displayed with the embed.
If a
Thumbnail
was not part of this embed, this returns null.
- getTimestamp() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The timestamp of the embed.
- getTimestamp() - Method in class net.dv8tion.jda.core.events.user.UserTypingEvent
-
- getTitle() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The title of the embed.
- getToken() - Method in interface net.dv8tion.jda.core.JDA
-
The login token that is currently being used for Discord authentication.
- getTopic() - Method in interface net.dv8tion.jda.core.entities.TextChannel
-
The topic set for this TextChannel.
- getTopicField() - Method in class net.dv8tion.jda.core.managers.ChannelManagerUpdatable
-
- getType() - Method in interface net.dv8tion.jda.client.entities.Relationship
-
- getType() - Method in interface net.dv8tion.jda.core.entities.Game
-
- getType() - Method in interface net.dv8tion.jda.core.entities.Message
-
This specifies the type of Message sent.
- getType() - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
- getType() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
- getUrl() - Method in interface net.dv8tion.jda.core.entities.Game
-
- getUrl() - Method in class net.dv8tion.jda.core.entities.Message.Attachment
-
The url of the Attachment, most likely on the Discord servers.
- getUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.AuthorInfo
-
The url of the author.
- getUrl() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The that was originally placed into chat that spawned this embed.
- getUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.ImageInfo
-
The url of the image.
- getUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Provider
-
The url of the provider.
- getUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Thumbnail
-
The web url of this thumbnail image.
- getUrl() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.VideoInfo
-
The url of the video.
- getUser() - Method in interface net.dv8tion.jda.client.entities.CallUser
-
- getUser() - Method in interface net.dv8tion.jda.client.entities.CallVoiceState
-
- getUser() - Method in interface net.dv8tion.jda.client.entities.Relationship
-
- getUser() - Method in class net.dv8tion.jda.client.events.group.GroupUserJoinEvent
-
- getUser() - Method in class net.dv8tion.jda.client.events.group.GroupUserLeaveEvent
-
- getUser() - Method in class net.dv8tion.jda.client.events.relationship.GenericRelationshipEvent
-
- getUser() - Method in interface net.dv8tion.jda.core.entities.Member
-
The user wrapped by this Entity.
- getUser() - Method in interface net.dv8tion.jda.core.entities.PrivateChannel
-
- getUser() - Method in class net.dv8tion.jda.core.events.channel.priv.PrivateChannelCreateEvent
-
- getUser() - Method in class net.dv8tion.jda.core.events.channel.priv.PrivateChannelDeleteEvent
-
- getUser() - Method in class net.dv8tion.jda.core.events.guild.GuildBanEvent
-
- getUser() - Method in class net.dv8tion.jda.core.events.guild.GuildUnbanEvent
-
- getUser() - Method in class net.dv8tion.jda.core.events.user.GenericUserEvent
-
- getUserById(String) - Method in interface net.dv8tion.jda.core.JDA
-
This returns the
User
who has the same id as the one provided.
If there is no known user with an id that matches the provided one, this this returns
null
.
- getUserLimit() - Method in interface net.dv8tion.jda.core.entities.VoiceChannel
-
- getUserLimitField() - Method in class net.dv8tion.jda.core.managers.ChannelManagerUpdatable
-
- getUsers() - Method in interface net.dv8tion.jda.client.entities.Group
-
- getUsers() - Method in interface net.dv8tion.jda.core.JDA
-
An unmodifiable list of all known
Users
.
This list will never contain duplicates and represents all
Users
that
JDA can currently see.
- getUsersByName(String, boolean) - Method in interface net.dv8tion.jda.core.JDA
-
This unmodifiable returns all
Users
that have the same username as the one provided.
If there are no
Users
with the provided name, then this returns an empty list.
- getUsersStartedRinging() - Method in class net.dv8tion.jda.client.events.call.update.CallUpdateRingingUsersEvent
-
- getUsersStoppedRinging() - Method in class net.dv8tion.jda.client.events.call.update.CallUpdateRingingUsersEvent
-
- getValue() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Field
-
The value of the field
- getValue() - Method in class net.dv8tion.jda.core.managers.fields.Field
-
- getValue() - Method in class net.dv8tion.jda.core.managers.fields.PermissionField
-
- getVerificationLevel() - Method in interface net.dv8tion.jda.core.entities.Guild
-
Returns the verification-Level of this Guild.
- getVerificationLevelField() - Method in class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- getVideoInfo() - Method in interface net.dv8tion.jda.core.entities.MessageEmbed
-
The information about the video which should be displayed as an embed.
This is used when sites with HTML5 players are linked and embedded.
- getVoiceChannelById(String) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getVoiceChannelById(String) - Method in interface net.dv8tion.jda.core.JDA
-
This returns the
VoiceChannel
which has the same id as the one provided.
If there is no known
VoiceChannel
with an id that matches the provided
one, then this returns
null
.
- getVoiceChannelByName(String, boolean) - Method in interface net.dv8tion.jda.core.JDA
-
An unmodifiable list of all
VoiceChannels
that have the same name as the one provided.
If there are no
VoiceChannels
with the provided name, then this returns an empty list.
- getVoiceChannels() - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getVoiceChannels() - Method in interface net.dv8tion.jda.core.JDA
-
- getVoiceChannelsByName(String, boolean) - Method in interface net.dv8tion.jda.core.entities.Guild
-
- getVoiceState() - Method in interface net.dv8tion.jda.client.entities.CallUser
-
- getVoiceState() - Method in class net.dv8tion.jda.client.events.call.voice.GenericCallVoiceEvent
-
- getVoiceState() - Method in interface net.dv8tion.jda.core.entities.Member
-
- getVoiceState() - Method in class net.dv8tion.jda.core.events.guild.voice.GenericGuildVoiceEvent
-
- getVoiceStates() - Method in interface net.dv8tion.jda.core.entities.Guild
-
A list containing the
VoiceState
of every
Member
in this
Guild
.
This will never return an empty list because if it were empty, that would imply that there are no
Members
in this
Guild
, which is
impossible.
- getWidth() - Method in class net.dv8tion.jda.core.entities.Message.Attachment
-
The width of the Attachment if this Attachment is an image.
If this Attachment is not an image, this returns 0.
- getWidth() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.ImageInfo
-
The width of the image.
- getWidth() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Thumbnail
-
The width of the thumbnail image.
- getWidth() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.VideoInfo
-
The width of the video.
This usually isn't the actual video width, but instead the starting embed window size.
Basically: Don't rely on this to represent the actual video's quality or size.
- GITHUB - Static variable in class net.dv8tion.jda.core.JDAInfo
-
- givePermissions(Permission...) - Method in class net.dv8tion.jda.core.managers.fields.PermissionField
-
- givePermissions(Collection<Permission>) - Method in class net.dv8tion.jda.core.managers.fields.PermissionField
-
- givePermissions(Permission...) - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- givePermissions(Collection<Permission>) - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- grant(long) - Method in class net.dv8tion.jda.core.managers.PermOverrideManager
-
- grant(Permission...) - Method in class net.dv8tion.jda.core.managers.PermOverrideManager
-
- grant(Collection<Permission>) - Method in class net.dv8tion.jda.core.managers.PermOverrideManager
-
- grant(long) - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- grant(Permission...) - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- grant(Collection<Permission>) - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- Group - Interface in net.dv8tion.jda.client.entities
-
- GroupJoinEvent - Class in net.dv8tion.jda.client.events.group
-
- GroupJoinEvent(JDA, long, Group) - Constructor for class net.dv8tion.jda.client.events.group.GroupJoinEvent
-
- GroupLeaveEvent - Class in net.dv8tion.jda.client.events.group
-
- GroupLeaveEvent(JDA, long, Group) - Constructor for class net.dv8tion.jda.client.events.group.GroupLeaveEvent
-
- GroupMessageDeleteEvent - Class in net.dv8tion.jda.client.events.message.group
-
- GroupMessageDeleteEvent(JDA, long, String, Group) - Constructor for class net.dv8tion.jda.client.events.message.group.GroupMessageDeleteEvent
-
- GroupMessageEmbedEvent - Class in net.dv8tion.jda.client.events.message.group
-
- GroupMessageEmbedEvent(JDA, long, String, Group, List<MessageEmbed>) - Constructor for class net.dv8tion.jda.client.events.message.group.GroupMessageEmbedEvent
-
- GroupMessageReceivedEvent - Class in net.dv8tion.jda.client.events.message.group
-
- GroupMessageReceivedEvent(JDA, long, Message) - Constructor for class net.dv8tion.jda.client.events.message.group.GroupMessageReceivedEvent
-
- GroupMessageUpdateEvent - Class in net.dv8tion.jda.client.events.message.group
-
- GroupMessageUpdateEvent(JDA, long, Message) - Constructor for class net.dv8tion.jda.client.events.message.group.GroupMessageUpdateEvent
-
- GroupUpdateIconEvent - Class in net.dv8tion.jda.client.events.group.update
-
- GroupUpdateIconEvent(JDA, long, Group, String) - Constructor for class net.dv8tion.jda.client.events.group.update.GroupUpdateIconEvent
-
- GroupUpdateNameEvent - Class in net.dv8tion.jda.client.events.group.update
-
- GroupUpdateNameEvent(JDA, long, Group, String) - Constructor for class net.dv8tion.jda.client.events.group.update.GroupUpdateNameEvent
-
- GroupUpdateOwnerEvent - Class in net.dv8tion.jda.client.events.group.update
-
- GroupUpdateOwnerEvent(JDA, long, Group, User) - Constructor for class net.dv8tion.jda.client.events.group.update.GroupUpdateOwnerEvent
-
- GroupUserJoinEvent - Class in net.dv8tion.jda.client.events.group
-
- GroupUserJoinEvent(JDA, long, Group, User) - Constructor for class net.dv8tion.jda.client.events.group.GroupUserJoinEvent
-
- GroupUserLeaveEvent - Class in net.dv8tion.jda.client.events.group
-
- GroupUserLeaveEvent(JDA, long, Group, User) - Constructor for class net.dv8tion.jda.client.events.group.GroupUserLeaveEvent
-
- Guild - Interface in net.dv8tion.jda.core.entities
-
Represents a Discord
Guild
.
- Guild.MFALevel - Enum in net.dv8tion.jda.core.entities
-
Represents the Multifactor Authentication level required by the Guild.
- Guild.NotificationLevel - Enum in net.dv8tion.jda.core.entities
-
Represents the Notification-level of the Guild.
- Guild.Timeout - Enum in net.dv8tion.jda.core.entities
-
Represents the idle time allowed until a user is moved to the
AFK
VoiceChannel
if one is set.
- Guild.VerificationLevel - Enum in net.dv8tion.jda.core.entities
-
Represents the Verification-Level of the Guild.
- GuildAvailableEvent - Class in net.dv8tion.jda.core.events.guild
-
GuildAvailableEvent
Fired if a
Guild
becomes available.
Use: This indicates that a Guild will now start sending events and can be interacted with.
- GuildAvailableEvent(JDA, long, Guild) - Constructor for class net.dv8tion.jda.core.events.guild.GuildAvailableEvent
-
- GuildBanEvent - Class in net.dv8tion.jda.core.events.guild
-
GuildBanEvent
Fired if a
User
is banned from a
Guild
.
Use: Retrieve the user who was banned (if available) and triggering guild.
- GuildBanEvent(JDA, long, Guild, User) - Constructor for class net.dv8tion.jda.core.events.guild.GuildBanEvent
-
- GuildController - Class in net.dv8tion.jda.core.managers
-
- GuildController(Guild) - Constructor for class net.dv8tion.jda.core.managers.GuildController
-
- GuildField<T> - Class in net.dv8tion.jda.core.managers.fields
-
- GuildField(GuildManagerUpdatable, Supplier<T>) - Constructor for class net.dv8tion.jda.core.managers.fields.GuildField
-
- GuildJoinEvent - Class in net.dv8tion.jda.core.events.guild
-
GuildJoinEvent
Fired if a you join a
Guild
.
Warning: Discord already triggered a mass amount of these events due to a downtime.
- GuildJoinEvent(JDA, long, Guild) - Constructor for class net.dv8tion.jda.core.events.guild.GuildJoinEvent
-
- GuildLeaveEvent - Class in net.dv8tion.jda.core.events.guild
-
GuildLeaveEvent
Fired if a you leave a
Guild
.
Use: Detect when you leave a Guild.
- GuildLeaveEvent(JDA, long, Guild) - Constructor for class net.dv8tion.jda.core.events.guild.GuildLeaveEvent
-
- GuildManager - Class in net.dv8tion.jda.core.managers
-
- GuildManager(Guild) - Constructor for class net.dv8tion.jda.core.managers.GuildManager
-
- GuildManagerUpdatable - Class in net.dv8tion.jda.core.managers
-
- GuildManagerUpdatable(Guild) - Constructor for class net.dv8tion.jda.core.managers.GuildManagerUpdatable
-
- GuildMemberJoinEvent - Class in net.dv8tion.jda.core.events.guild.member
-
GuildMemberJoinEvent
Fired if a
Member
joins a
Guild
.
Use: Retrieve member who joined (if available) and affected guild.
- GuildMemberJoinEvent(JDA, long, Guild, Member) - Constructor for class net.dv8tion.jda.core.events.guild.member.GuildMemberJoinEvent
-
- GuildMemberLeaveEvent - Class in net.dv8tion.jda.core.events.guild.member
-
GuildMemberLeaveEvent
Fired if a
Member
leaves a
Guild
.
Use: Retrieve member who left (if available) and triggering guild.
- GuildMemberLeaveEvent(JDA, long, Guild, Member) - Constructor for class net.dv8tion.jda.core.events.guild.member.GuildMemberLeaveEvent
-
- GuildMemberNickChangeEvent - Class in net.dv8tion.jda.core.events.guild.member
-
GuildMemberNickChangeEvent
Fired if a
Member
updates their
Guild
nickname.
Use: Retrieve member who changed their nickname, triggering guild, the old nick and the new nick.
- GuildMemberNickChangeEvent(JDA, long, Guild, Member, String, String) - Constructor for class net.dv8tion.jda.core.events.guild.member.GuildMemberNickChangeEvent
-
- GuildMemberRoleAddEvent - Class in net.dv8tion.jda.core.events.guild.member
-
GuildMemberRoleAddEvent
Fired if one or more
Roles
are assigned to a
Member
.
Use: Retrieve affected member and guild.
- GuildMemberRoleAddEvent(JDA, long, Guild, Member, List<Role>) - Constructor for class net.dv8tion.jda.core.events.guild.member.GuildMemberRoleAddEvent
-
- GuildMemberRoleRemoveEvent - Class in net.dv8tion.jda.core.events.guild.member
-
GuildMemberRoleRemoveEvent
Fired if one or more
Roles
are removed from a
Member
.
Use: Retrieve affected member and guild.
- GuildMemberRoleRemoveEvent(JDA, long, Guild, Member, List<Role>) - Constructor for class net.dv8tion.jda.core.events.guild.member.GuildMemberRoleRemoveEvent
-
- GuildMessageDeleteEvent - Class in net.dv8tion.jda.core.events.message.guild
-
GuildMessageDeleteEvent
Fired if a Guild Message was deleted.
Use: Retrieve affected TextChannel and the id of the deleted Message.
- GuildMessageDeleteEvent(JDA, long, String, TextChannel) - Constructor for class net.dv8tion.jda.core.events.message.guild.GuildMessageDeleteEvent
-
- GuildMessageEmbedEvent - Class in net.dv8tion.jda.core.events.message.guild
-
GuildMessageEmbedEvent
Fired if a Guild Message contains one or more
Embeds
.
Use: Retrieve affected TextChannel, the id of the affected Message and a list of MessageEmbeds.
- GuildMessageEmbedEvent(JDA, long, String, TextChannel, List<MessageEmbed>) - Constructor for class net.dv8tion.jda.core.events.message.guild.GuildMessageEmbedEvent
-
- GuildMessageReceivedEvent - Class in net.dv8tion.jda.core.events.message.guild
-
GuildMessageReceivedEvent
Fired if a Message is sent in a
TextChannel
.
Use: Retrieve affected TextChannel and Message.
- GuildMessageReceivedEvent(JDA, long, Message) - Constructor for class net.dv8tion.jda.core.events.message.guild.GuildMessageReceivedEvent
-
- GuildMessageUpdateEvent - Class in net.dv8tion.jda.core.events.message.guild
-
GuildMessageReceivedEvent
Fired if a Message is edited in a
TextChannel
.
Use: Retrieve affected TextChannel and Message.
- GuildMessageUpdateEvent(JDA, long, Message) - Constructor for class net.dv8tion.jda.core.events.message.guild.GuildMessageUpdateEvent
-
- Guilds() - Constructor for class net.dv8tion.jda.core.requests.Route.Guilds
-
- GuildUnavailableEvent - Class in net.dv8tion.jda.core.events.guild
-
GuildUnavailableEvent
Fired if a
Guild
becomes unavailable.
Possibly due to a downtime.
Use: This indicates that a Guild stopped responding.
- GuildUnavailableEvent(JDA, long, Guild) - Constructor for class net.dv8tion.jda.core.events.guild.GuildUnavailableEvent
-
- GuildUnavailableException - Exception in net.dv8tion.jda.core.exceptions
-
- GuildUnavailableException() - Constructor for exception net.dv8tion.jda.core.exceptions.GuildUnavailableException
-
- GuildUnavailableException(String) - Constructor for exception net.dv8tion.jda.core.exceptions.GuildUnavailableException
-
- GuildUnbanEvent - Class in net.dv8tion.jda.core.events.guild
-
GuildBanEvent
Fired if a
User
is unbanned from a
Guild
.
Use: Retrieve user who was unbanned (if available) and the guild which they were unbanned from.
- GuildUnbanEvent(JDA, long, Guild, User) - Constructor for class net.dv8tion.jda.core.events.guild.GuildUnbanEvent
-
- GuildUpdateAfkChannelEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateAfkChannelEvent(JDA, long, Guild, VoiceChannel) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateAfkChannelEvent
-
- GuildUpdateAfkTimeoutEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateAfkTimeoutEvent(JDA, long, Guild, Guild.Timeout) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateAfkTimeoutEvent
-
- GuildUpdateIconEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateIconEvent(JDA, long, Guild, String) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateIconEvent
-
- GuildUpdateMFALevelEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateMFALevelEvent(JDA, long, Guild, Guild.MFALevel) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateMFALevelEvent
-
- GuildUpdateNameEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateNameEvent(JDA, long, Guild, String) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateNameEvent
-
- GuildUpdateNotificationLevelEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateNotificationLevelEvent(JDA, long, Guild, Guild.NotificationLevel) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateNotificationLevelEvent
-
- GuildUpdateOwnerEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateOwnerEvent(JDA, long, Guild, Member) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateOwnerEvent
-
- GuildUpdateRegionEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateRegionEvent(JDA, long, Guild, Region) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateRegionEvent
-
- GuildUpdateSplashEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateSplashEvent(JDA, long, Guild, String) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateSplashEvent
-
- GuildUpdateVerificationLevelEvent - Class in net.dv8tion.jda.core.events.guild.update
-
- GuildUpdateVerificationLevelEvent(JDA, long, Guild, Guild.VerificationLevel) - Constructor for class net.dv8tion.jda.core.events.guild.update.GuildUpdateVerificationLevelEvent
-
- GuildVoiceDeafenEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceDeafenEvent(JDA, long, Member) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceDeafenEvent
-
- GuildVoiceGuildDeafenEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceGuildDeafenEvent(JDA, long, Member) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceGuildDeafenEvent
-
- GuildVoiceGuildMuteEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceGuildMuteEvent(JDA, long, Member) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceGuildMuteEvent
-
- GuildVoiceJoinEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceJoinEvent(JDA, long, Member) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceJoinEvent
-
- GuildVoiceLeaveEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceLeaveEvent(JDA, long, Member, VoiceChannel) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceLeaveEvent
-
- GuildVoiceMoveEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceMoveEvent(JDA, long, Member, VoiceChannel) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceMoveEvent
-
- GuildVoiceMuteEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceMuteEvent(JDA, long, Member) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceMuteEvent
-
- GuildVoiceSelfDeafenEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceSelfDeafenEvent(JDA, long, Member) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceSelfDeafenEvent
-
- GuildVoiceSelfMuteEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceSelfMuteEvent(JDA, long, Member) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceSelfMuteEvent
-
- GuildVoiceState - Interface in net.dv8tion.jda.core.entities
-
- GuildVoiceSuppressEvent - Class in net.dv8tion.jda.core.events.guild.voice
-
- GuildVoiceSuppressEvent(JDA, long, Member) - Constructor for class net.dv8tion.jda.core.events.guild.voice.GuildVoiceSuppressEvent
-
- Icon - Class in net.dv8tion.jda.core.entities
-
Icon containing a base64 encoded jpeg image.
- IEventManager - Interface in net.dv8tion.jda.core.hooks
-
- IFakeable - Interface in net.dv8tion.jda.core.entities
-
- ignore() - Method in interface net.dv8tion.jda.client.entities.IncomingFriendRequest
-
- ImageInfo(String, String, int, int) - Constructor for class net.dv8tion.jda.core.entities.MessageEmbed.ImageInfo
-
- IMentionable - Interface in net.dv8tion.jda.core.entities
-
- IncomingFriendRequest - Interface in net.dv8tion.jda.client.entities
-
- info(Object) - Method in class net.dv8tion.jda.core.utils.SimpleLog
-
Will LOG a message with info level
- informDeletion(Message) - Method in class net.dv8tion.jda.core.MessageHistory
-
- informDeletion(String) - Method in class net.dv8tion.jda.core.MessageHistory
-
- informUpdate(Message) - Method in class net.dv8tion.jda.core.MessageHistory
-
- installAuxiliaryCable(int) - Method in interface net.dv8tion.jda.core.JDA
-
Installs an auxiliary cable into your system.
- InterfacedEventManager - Class in net.dv8tion.jda.core.hooks
-
- InterfacedEventManager() - Constructor for class net.dv8tion.jda.core.hooks.InterfacedEventManager
-
- Invites() - Constructor for class net.dv8tion.jda.core.requests.Route.Invites
-
- inVoiceChannel() - Method in interface net.dv8tion.jda.core.entities.GuildVoiceState
-
- IOUtil - Class in net.dv8tion.jda.core.utils
-
- IOUtil() - Constructor for class net.dv8tion.jda.core.utils.IOUtil
-
- isAllowEmailFriendRequest() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isAudioEnabled() - Method in interface net.dv8tion.jda.core.JDA
-
Used to determine whether the instance of JDA supports audio and has it enabled.
- isAutoReconnect() - Method in interface net.dv8tion.jda.core.JDA
-
Returns whether or not autoReconnect is enabled for JDA.
- isAvailable() - Method in interface net.dv8tion.jda.core.entities.Guild
-
Returns whether or not this Guild is available.
- isBot() - Method in interface net.dv8tion.jda.core.entities.User
-
Returns whether or not the given user is a Bot-Account (special badge in client, some different behaviour)
- isBulkDeleteSplittingEnabled() - Method in interface net.dv8tion.jda.core.JDA
-
Used to determine if JDA will process MESSAGE_DELETE_BULK messages received from Discord as a single
MessageBulkDeleteEvent
or split
the deleted messages up and fire multiple MessageDeleteEvents
,
one for each deleted message.
- isChannel() - Method in enum net.dv8tion.jda.core.Permission
-
Returns whether or not this Permission is present Channel-side (configurable via chanel-overrides)
- isClosedByServer() - Method in class net.dv8tion.jda.core.events.DisconnectEvent
-
- isConsolePresent() - Static method in class net.dv8tion.jda.core.utils.SimpleLog
-
Will return whether the program has a console present, or was launched without
- isConvertEmoticons() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isDeafened() - Method in interface net.dv8tion.jda.core.entities.GuildVoiceState
-
- isDeafened() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceDeafenEvent
-
- isDetectPlatformAccounts() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isDeveloperMode() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isEdited() - Method in interface net.dv8tion.jda.core.entities.Message
-
Returns true, if this Message was edited as least once
- isEnableTTS() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isError() - Method in enum net.dv8tion.jda.core.utils.SimpleLog.Level
-
Returns whether this LOG-level should be treated like an error or not
- isFake() - Method in interface net.dv8tion.jda.core.entities.IFakeable
-
Describes whether an entity is fake or not.
- isFromType(ChannelType) - Method in interface net.dv8tion.jda.core.entities.Message
-
- isFromType(ChannelType) - Method in class net.dv8tion.jda.core.events.message.MessageDeleteEvent
-
- isFromType(ChannelType) - Method in class net.dv8tion.jda.core.events.message.MessageEmbedEvent
-
- isFromType(ChannelType) - Method in class net.dv8tion.jda.core.events.message.MessageReceivedEvent
-
- isFromType(ChannelType) - Method in class net.dv8tion.jda.core.events.message.MessageUpdateEvent
-
- isGroupCall() - Method in interface net.dv8tion.jda.client.entities.Call
-
- isGroupCall() - Method in interface net.dv8tion.jda.client.entities.CallVoiceState
-
- isGroupCall() - Method in class net.dv8tion.jda.client.events.call.GenericCallEvent
-
- isGuild() - Method in enum net.dv8tion.jda.core.Permission
-
Returns whether or not this Permission is present Guild-side (configurable via roles)
- isGuildDeafened() - Method in interface net.dv8tion.jda.core.entities.GuildVoiceState
-
Returns whether the
Member
got deafened by an Admin
- isGuildDeafened() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceGuildDeafenEvent
-
- isGuildMuted() - Method in interface net.dv8tion.jda.core.entities.GuildVoiceState
-
Returns whether the
Member
got muted by an Admin
- isGuildMuted() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceGuildMuteEvent
-
- isHoisted() - Method in interface net.dv8tion.jda.core.entities.Role
-
Is this
Role
hoisted?
Members in a hoisted role are displayed in their own grouping on the user-list
- isIdle() - Method in interface net.dv8tion.jda.core.managers.Presence
-
Whether the current session is marked as afk or not
- isImage() - Method in class net.dv8tion.jda.core.entities.Message.Attachment
-
Based on the values of getHeight and getWidth being larger than zero.
- isInCall() - Method in interface net.dv8tion.jda.client.entities.CallVoiceState
-
- isInline() - Method in class net.dv8tion.jda.core.entities.MessageEmbed.Field
-
If the field is in line.
- isInlineAttachmentMedia() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isInlineEmbedMedia() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isManaged() - Method in interface net.dv8tion.jda.core.entities.Emote
-
Whether this emote is managed (
source)
- isManaged() - Method in interface net.dv8tion.jda.core.entities.Role
-
Is this
Role
managed?
(Via plugins like Twitch).
- isMember(User) - Method in interface net.dv8tion.jda.core.entities.Guild
-
Used to determine the provided
User
is a member of this Guild.
- isMemberOverride() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
- isMentionable() - Method in interface net.dv8tion.jda.core.entities.Role
-
Returns wheter or not this Role is mentionable
- isMentioned(User) - Method in interface net.dv8tion.jda.core.entities.Message
-
Checks if given user was mentioned in this message in any way (@User, @everyone, @here).
- isMessageDisplayCompact() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isMfaEnabled() - Method in interface net.dv8tion.jda.core.entities.SelfUser
-
If true, this account is protected by Multi-Factor authorizaiton.
If this is a Client account, then this describes the MFA status of the Client account.
If this is a Bot account, then this describes the MFA status of the Client account that owns this Bot.
- isMuted() - Method in interface net.dv8tion.jda.core.entities.GuildVoiceState
-
- isMuted() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceMuteEvent
-
- ISnowflake - Interface in net.dv8tion.jda.core.entities
-
- isPinned() - Method in interface net.dv8tion.jda.core.entities.Message
-
Whether or not this Message has been pinned in its parent channel.
- isPrivate() - Method in class net.dv8tion.jda.core.events.user.UserTypingEvent
-
- isRelationshipUpdate() - Method in class net.dv8tion.jda.core.events.user.UserGameUpdateEvent
-
- isRelationshipUpdate() - Method in class net.dv8tion.jda.core.events.user.UserOnlineStatusUpdateEvent
-
- isRenderEmbeds() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isRinging() - Method in interface net.dv8tion.jda.client.entities.CallUser
-
- isRoleOverride() - Method in interface net.dv8tion.jda.core.entities.PermissionOverride
-
- isSelfDeafened() - Method in class net.dv8tion.jda.client.events.call.voice.CallVoiceSelfDeafenEvent
-
- isSelfDeafened() - Method in interface net.dv8tion.jda.core.entities.VoiceState
-
Returns whether the
Member
deafened themselves.
- isSelfDeafened() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceSelfDeafenEvent
-
- isSelfMuted() - Method in class net.dv8tion.jda.client.events.call.voice.CallVoiceSelfMuteEvent
-
- isSelfMuted() - Method in interface net.dv8tion.jda.core.entities.VoiceState
-
Returns whether the
Member
muted themselves.
- isSelfMuted() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceSelfMuteEvent
-
- isSet() - Method in class net.dv8tion.jda.core.managers.fields.Field
-
- isSet() - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- isShowCurrentGame() - Method in interface net.dv8tion.jda.client.entities.UserSettings
-
- isSuppressed() - Method in interface net.dv8tion.jda.core.entities.GuildVoiceState
-
Returns true if this
Member
is unable to speak because the
channel is actively suppressing audio communication.
- isSuppressed() - Method in class net.dv8tion.jda.core.events.guild.voice.GuildVoiceSuppressEvent
-
- isTTS() - Method in interface net.dv8tion.jda.core.entities.Message
-
Is this Message supposed to be TTS (Text-to-speach)
- isValidStreamingUrl(String) - Static method in interface net.dv8tion.jda.core.entities.Game
-
Checks if a given String is a valid Twitch url (ie, one that will display "Streaming" on the Discord client).
- isVerified() - Method in interface net.dv8tion.jda.core.entities.SelfUser
-
The status of this account's verification.
(Have you accepted the verification email)
- isWebhookMessage() - Method in interface net.dv8tion.jda.core.entities.Message
-
- Self() - Constructor for class net.dv8tion.jda.core.requests.Route.Self
-
- SelfUpdateAvatarEvent - Class in net.dv8tion.jda.core.events.self
-
- SelfUpdateAvatarEvent(JDA, long, String) - Constructor for class net.dv8tion.jda.core.events.self.SelfUpdateAvatarEvent
-
- SelfUpdateEmailEvent - Class in net.dv8tion.jda.core.events.self
-
- SelfUpdateEmailEvent(JDA, long, String) - Constructor for class net.dv8tion.jda.core.events.self.SelfUpdateEmailEvent
-
- SelfUpdateMFAEvent - Class in net.dv8tion.jda.core.events.self
-
- SelfUpdateMFAEvent(JDA, long, boolean) - Constructor for class net.dv8tion.jda.core.events.self.SelfUpdateMFAEvent
-
- SelfUpdateNameEvent - Class in net.dv8tion.jda.core.events.self
-
- SelfUpdateNameEvent(JDA, long, String, String) - Constructor for class net.dv8tion.jda.core.events.self.SelfUpdateNameEvent
-
- SelfUpdateVerifiedEvent - Class in net.dv8tion.jda.core.events.self
-
- SelfUpdateVerifiedEvent(JDA, long, boolean) - Constructor for class net.dv8tion.jda.core.events.self.SelfUpdateVerifiedEvent
-
- SelfUser - Interface in net.dv8tion.jda.core.entities
-
Represents the currently logged in account.
- SEND_MESSAGE - Static variable in class net.dv8tion.jda.core.requests.Route.Messages
-
- SEND_TYPING - Static variable in class net.dv8tion.jda.core.requests.Route.Channels
-
- sendFile(File, Message) - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
Uploads a file to the Discord servers and sends it to this
TextChannel
.
- sendFile(File, String, Message) - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
- sendFile(InputStream, String, Message) - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
- sendFile(byte[], String, Message) - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
- sendMessage(String) - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
Sends a plain text
Message
to this channel.
- sendMessage(Message) - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
Sends a given
Message
to this Channel
This method only extracts the mentions, text and tts status out of the given Message-Object
Therefore this can also be used to resend already received Messages
To allow above behaviour, this method returns a new
Message
instance.
- sendTyping() - Method in interface net.dv8tion.jda.core.entities.MessageChannel
-
Sends the typing status to discord.
- setAfkChannel(VoiceChannel) - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- setAfkTimeout(Guild.Timeout) - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- setAudioEnabled(boolean) - Method in class net.dv8tion.jda.core.JDABuilder
-
Enables/Disables Voice functionality.
This is useful, if your current system doesn't support Voice and you do not need it.
- setAutoReconnect(boolean) - Method in interface net.dv8tion.jda.core.JDA
-
Sets whether or not JDA should try to reconnect, if a connection-error occured.
- setAutoReconnect(boolean) - Method in class net.dv8tion.jda.core.JDABuilder
-
Sets whether or not JDA should try to reconnect, if a connection-error occured.
- setAvatar(Icon) - Method in class net.dv8tion.jda.core.managers.AccountManager
-
- setAvatar(Icon, String) - Method in class net.dv8tion.jda.core.managers.AccountManager
-
- setBitrate(int) - Method in class net.dv8tion.jda.core.managers.ChannelManager
-
- setBulkDeleteSplittingEnabled(boolean) - Method in class net.dv8tion.jda.core.JDABuilder
-
If enabled, JDA will separate the bulk delete event into individual delete events, but this isn't as efficient as
handling a single event would be.
- setColor(Color) - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- setDeafen(Member, boolean) - Method in class net.dv8tion.jda.core.managers.GuildController
-
Sets the Guild Deafened state state of the
Member
based on the provided
boolean.
- setDefaultNotificationLeveL(Guild.NotificationLevel) - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- setEmail(String, String) - Method in class net.dv8tion.jda.core.managers.AccountManager
-
- setEnableShutdownHook(boolean) - Method in class net.dv8tion.jda.core.JDABuilder
-
Enables/Disables the use of a Shutdown hook to clean up JDA.
When the Java program closes shutdown hooks are run.
- setEventManager(IEventManager) - Method in interface net.dv8tion.jda.core.JDA
-
Changes the internal EventManager.
- setEventManager(IEventManager) - Method in class net.dv8tion.jda.core.JDABuilder
-
Changes the internally used EventManager.
- setGame(Game) - Method in class net.dv8tion.jda.core.JDABuilder
-
Sets the
Game
for our session.
- setGame(Game) - Method in interface net.dv8tion.jda.core.managers.Presence
-
Sets the
Game
for this session
- setHoisted(Boolean) - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- setIcon(Icon) - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- setIdle(boolean) - Method in class net.dv8tion.jda.core.JDABuilder
-
Sets whether or not we should mark our session as afk
- setIdle(boolean) - Method in interface net.dv8tion.jda.core.managers.Presence
-
Sets whether this session should be marked as afk or not
- setLevel(SimpleLog.Level) - Method in class net.dv8tion.jda.core.utils.SimpleLog
-
Set the LOG-level
All messages with lower LOG-level will not be printed
If this level is set to null, the global Log-level (
SimpleLog.LEVEL
) will be used
- setMentionable(Boolean) - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- setMute(Member, boolean) - Method in class net.dv8tion.jda.core.managers.GuildController
-
Sets the Guild Muted state state of the
Member
based on the provided
boolean.
- setName(String) - Method in class net.dv8tion.jda.client.managers.EmoteManager
-
Sets the name of this Emote.
- setName(String) - Method in class net.dv8tion.jda.core.managers.AccountManager
-
- setName(String, String) - Method in class net.dv8tion.jda.core.managers.AccountManager
-
- setName(String) - Method in class net.dv8tion.jda.core.managers.ChannelManager
-
- setName(String) - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- setName(String) - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- setNickname(Member, String) - Method in class net.dv8tion.jda.core.managers.GuildController
-
Changes a member's nickname in this guild.
- setPassword(String, String) - Method in class net.dv8tion.jda.core.managers.AccountManager
-
- setPermissions(Permission...) - Method in class net.dv8tion.jda.core.managers.fields.PermissionField
-
- setPermissions(Collection<Permission>) - Method in class net.dv8tion.jda.core.managers.fields.PermissionField
-
- setPermissions(Long) - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- setPermissions(Permission...) - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- setPermissions(Collection<Permission>) - Method in class net.dv8tion.jda.core.managers.RoleManager
-
- setProxy(HttpHost) - Method in class net.dv8tion.jda.core.JDABuilder
-
Sets the proxy that will be used by ALL JDA instances.
Once this is set IT CANNOT BE CHANGED.
After a JDA instance as been created, this method can never be called again, even if you are creating a new JDA object.
Note: currently this only supports HTTP proxies.
- setRegion(Region) - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- setRequiredMFALevel(Guild.MFALevel) - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- setRoles(Set<Role>) - Method in class net.dv8tion.jda.client.managers.EmoteManager
-
Set roles this emote is active for.
- setSplash(Icon) - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- setStatus(OnlineStatus) - Method in class net.dv8tion.jda.core.JDABuilder
-
- setStatus(OnlineStatus) - Method in interface net.dv8tion.jda.core.managers.Presence
-
- setToken(String) - Method in class net.dv8tion.jda.core.JDABuilder
-
- setTopic(String) - Method in class net.dv8tion.jda.core.managers.ChannelManager
-
- setTTS(boolean) - Method in class net.dv8tion.jda.core.MessageBuilder
-
Makes the created Message a TTS message
- setUserLimit(int) - Method in class net.dv8tion.jda.core.managers.ChannelManager
-
- setValue(T) - Method in class net.dv8tion.jda.core.managers.fields.Field
-
- setValue(Long) - Method in class net.dv8tion.jda.core.managers.fields.PermissionField
-
- setVerificationLevel(Guild.VerificationLevel) - Method in class net.dv8tion.jda.core.managers.GuildManager
-
- shouldUpdate() - Method in class net.dv8tion.jda.core.managers.fields.Field
-
- shouldUpdate() - Method in class net.dv8tion.jda.core.managers.PermOverrideManagerUpdatable
-
- shutdown() - Method in interface net.dv8tion.jda.core.JDA
-
Shuts down JDA, closing all its connections.
- shutdown(boolean) - Method in interface net.dv8tion.jda.core.JDA
-
Shuts down JDA, closing all its connections.
- ShutdownEvent - Class in net.dv8tion.jda.core.events
-
ShutdownEvent
Fired if JDA successfully finished shutting down.
Use: Confirmation of JDA#shutdown(boolean).
- ShutdownEvent(JDA, OffsetDateTime, List<VoiceChannel>) - Constructor for class net.dv8tion.jda.core.events.ShutdownEvent
-
- shutdownNow(boolean) - Method in interface net.dv8tion.jda.core.JDA
-
- SimpleLog - Class in net.dv8tion.jda.core.utils
-
- SimpleLog.Level - Enum in net.dv8tion.jda.core.utils
-
Enum containing all the LOG-levels
- SimpleLog.LogListener - Interface in net.dv8tion.jda.core.utils
-
- startCall() - Method in interface net.dv8tion.jda.client.entities.CallableChannel
-
- StatusChangeEvent - Class in net.dv8tion.jda.core.events
-
StatusChangedEvent
Fired if our
Status
changed.
- StatusChangeEvent(JDA, JDA.Status, JDA.Status) - Constructor for class net.dv8tion.jda.core.events.StatusChangeEvent
-
- SubscribeEvent - Annotation Type in net.dv8tion.jda.core.hooks
-
- valueOf(String) - Static method in enum net.dv8tion.jda.client.entities.RelationshipType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.AccountType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.entities.ChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.entities.EmbedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.entities.Game.GameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.entities.Guild.MFALevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.entities.Guild.NotificationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.entities.Guild.Timeout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.entities.Guild.VerificationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.entities.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.JDA.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.MessageBuilder.Formatting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.OnlineStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.Region
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.requests.ErrorResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dv8tion.jda.core.utils.SimpleLog.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.dv8tion.jda.client.entities.RelationshipType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.AccountType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.entities.ChannelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.entities.EmbedType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.entities.Game.GameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.entities.Guild.MFALevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.entities.Guild.NotificationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.entities.Guild.Timeout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.entities.Guild.VerificationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.entities.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.JDA.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.MessageBuilder.Formatting
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.OnlineStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.Permission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.Region
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.requests.ErrorResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.dv8tion.jda.core.utils.SimpleLog.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VerificationLevelException - Exception in net.dv8tion.jda.client.exceptions
-
- VerificationLevelException(Guild.VerificationLevel) - Constructor for exception net.dv8tion.jda.client.exceptions.VerificationLevelException
-
- VERSION - Static variable in class net.dv8tion.jda.core.JDAInfo
-
- VERSION_BUILD - Static variable in class net.dv8tion.jda.core.JDAInfo
-
- VERSION_MAJOR - Static variable in class net.dv8tion.jda.core.JDAInfo
-
- VERSION_MINOR - Static variable in class net.dv8tion.jda.core.JDAInfo
-
- VERSION_REVISION - Static variable in class net.dv8tion.jda.core.JDAInfo
-
- VideoInfo(String, int, int) - Constructor for class net.dv8tion.jda.core.entities.MessageEmbed.VideoInfo
-
- VoiceChannel - Interface in net.dv8tion.jda.core.entities
-
Represents a Discord Voice Channel.
- VoiceChannelCreateEvent - Class in net.dv8tion.jda.core.events.channel.voice
-
VoiceChannelCreateEvent
Fired if a
VoiceChannel
is created.
Use: Get affected VoiceChannel.
- VoiceChannelCreateEvent(JDA, long, VoiceChannel) - Constructor for class net.dv8tion.jda.core.events.channel.voice.VoiceChannelCreateEvent
-
- VoiceChannelDeleteEvent - Class in net.dv8tion.jda.core.events.channel.voice
-
VoiceChannelDeleteEvent
Fired if a
VoiceChannel
is deleted.
Use: Get affected VoiceChannel(likely to be null) or affected Guild.
- VoiceChannelDeleteEvent(JDA, long, VoiceChannel) - Constructor for class net.dv8tion.jda.core.events.channel.voice.VoiceChannelDeleteEvent
-
- VoiceChannelUpdateBitrateEvent - Class in net.dv8tion.jda.core.events.channel.voice.update
-
VoiceChannelUpdateBitrateEvent
Fired if a
VoiceChannel
's bitrate changes.
Use: Get affected VoiceChannel, affected Guild and previous bitrate.
- VoiceChannelUpdateBitrateEvent(JDA, long, VoiceChannel, int) - Constructor for class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdateBitrateEvent
-
- VoiceChannelUpdateNameEvent - Class in net.dv8tion.jda.core.events.channel.voice.update
-
VoiceChannelUpdateNameEvent
Fired if a
VoiceChannel
's name changes.
Use: Get affected VoiceChannel, affected Guild and previous name.
- VoiceChannelUpdateNameEvent(JDA, long, VoiceChannel, String) - Constructor for class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdateNameEvent
-
- VoiceChannelUpdatePermissionsEvent - Class in net.dv8tion.jda.core.events.channel.voice.update
-
VoiceChannelUpdatePermissionsEvent
Fired if a
VoiceChannel
's permission overrides change.
Use: Get affected VoiceChannel, affected Guild and affected
Roles
/
Users
.
- VoiceChannelUpdatePermissionsEvent(JDA, long, VoiceChannel, List<Role>, List<Member>) - Constructor for class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdatePermissionsEvent
-
- VoiceChannelUpdatePositionEvent - Class in net.dv8tion.jda.core.events.channel.voice.update
-
VoiceChannelUpdatePositionEvent
Fired if a
VoiceChannel
's position changes.
Use: Get affected VoiceChannel, affected Guild and previous position.
- VoiceChannelUpdatePositionEvent(JDA, long, VoiceChannel, int) - Constructor for class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdatePositionEvent
-
- VoiceChannelUpdateUserLimitEvent - Class in net.dv8tion.jda.core.events.channel.voice.update
-
VoiceChannelUpdateUserLimitEvent
Fired if a
VoiceChannel
's user limit changes.
Use: Get affected VoiceChannel, affected Guild and previous user limit.
- VoiceChannelUpdateUserLimitEvent(JDA, long, VoiceChannel, int) - Constructor for class net.dv8tion.jda.core.events.channel.voice.update.VoiceChannelUpdateUserLimitEvent
-
- VoiceState - Interface in net.dv8tion.jda.core.entities
-