Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AccountManager - Class in net.dv8tion.jda.managers
Manager used to modify aspects of the logged in account's information.
AccountManager(JDAImpl, String) - Constructor for class net.dv8tion.jda.managers.AccountManager
 
ack(Message) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
Acks a specific message.
addEventListener(Object) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
addEventListener(Object) - Method in interface net.dv8tion.jda.JDA
Adds an Object to the event-listeners that will be used to handle events.
addListener(Object) - Method in class net.dv8tion.jda.JDABuilder
Adds a listener to the list of listeners that will be used to populate the JDA object.
addRoleToUser(User, Role...) - Method in class net.dv8tion.jda.managers.GuildManager
Gives the User the specified Role.
If the User already has the provided Role this method will do nothing.
advanceChunk(DataInputStream, long, long) - Method in class org.tritonus.sampled.file.WaveAudioFileReader
 
AIFF_AIFC_MAGIC - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_AIFF_MAGIC - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_COMM_IMA_ADPCM - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_COMM_MAGIC - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_COMM_PCM - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_COMM_ULAW - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_COMM_UNSPECIFIED - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_FORM_MAGIC - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_FVER_MAGIC - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_FVER_TIME_STAMP - Static variable in class org.tritonus.sampled.file.AiffTool
 
AIFF_SSND_MAGIC - Static variable in class org.tritonus.sampled.file.AiffTool
 
AiffAudioFileReader - Class in org.tritonus.sampled.file
Class for reading AIFF and AIFF-C files.
AiffAudioFileReader() - Constructor for class org.tritonus.sampled.file.AiffAudioFileReader
 
AiffAudioFileWriter - Class in org.tritonus.sampled.file
Class for writing AIFF and AIFF-C files.
AiffAudioFileWriter() - Constructor for class org.tritonus.sampled.file.AiffAudioFileWriter
 
AiffAudioOutputStream - Class in org.tritonus.sampled.file
AudioOutputStream for AIFF and AIFF-C files.
AiffAudioOutputStream(AudioFormat, AudioFileFormat.Type, long, TDataOutputStream) - Constructor for class org.tritonus.sampled.file.AiffAudioOutputStream
 
AiffTool - Class in org.tritonus.sampled.file
Common constants and methods for handling aiff and aiff-c files.
AiffTool() - Constructor for class org.tritonus.sampled.file.AiffTool
 
amplitude - Variable in class net.dv8tion.jda.audio.player.Player
 
amplitudeAudioStream - Variable in class net.dv8tion.jda.audio.player.Player
 
AnnotatedEventManager - Class in net.dv8tion.jda.hooks
 
AnnotatedEventManager() - Constructor for class net.dv8tion.jda.hooks.AnnotatedEventManager
 
api - Variable in class net.dv8tion.jda.audio.player.URLPlayer
 
api - Variable in class net.dv8tion.jda.handle.SocketHandler
 
appendCodeBlock(String, String) - Method in class net.dv8tion.jda.MessageBuilder
Appends a code-block to the Message
appendEveryoneMention() - Method in class net.dv8tion.jda.MessageBuilder
Appends a @everyone mention to the Message
appendMention(User) - Method in class net.dv8tion.jda.MessageBuilder
Appends a mention to the Message
appendMention(TextChannel) - Method in class net.dv8tion.jda.MessageBuilder
Appends a channel mention to the Message.
appendString(String) - Method in class net.dv8tion.jda.MessageBuilder
Appends a string to the Message
appendString(String, MessageBuilder.Formatting...) - Method in class net.dv8tion.jda.MessageBuilder
Appends a formatted string to the Message
asUdpPacket(InetSocketAddress) - Method in class net.dv8tion.jda.audio.AudioPacket
 
Attachment(String, String, String, String, int, int, int, JDA) - Constructor for class net.dv8tion.jda.entities.Message.Attachment
 
AU_HEADER_MAGIC - Static variable in class org.tritonus.sampled.file.AuTool
 
AuAudioFileReader - Class in org.tritonus.sampled.file
Class for reading Sun/Next AU files.
AuAudioFileReader() - Constructor for class org.tritonus.sampled.file.AuAudioFileReader
 
AuAudioFileWriter - Class in org.tritonus.sampled.file
AudioFileWriter for Sun/Next AU files.
AuAudioFileWriter() - Constructor for class org.tritonus.sampled.file.AuAudioFileWriter
 
AuAudioOutputStream - Class in org.tritonus.sampled.file
AudioOutputStream for AU files.
AuAudioOutputStream(AudioFormat, long, TDataOutputStream) - Constructor for class org.tritonus.sampled.file.AuAudioOutputStream
 
AUDIO_SUPPORTED - Static variable in class net.dv8tion.jda.managers.AudioManager
 
AUDIO_UNKNOWN_SIZE - Static variable in class org.tritonus.sampled.file.AuTool
 
AudioConnection - Class in net.dv8tion.jda.audio
 
AudioConnection(AudioWebSocket, VoiceChannel) - Constructor for class net.dv8tion.jda.audio.AudioConnection
 
audioFormat - Variable in class net.dv8tion.jda.audio.player.Player
 
AudioManager - Class in net.dv8tion.jda.managers
AudioManager deals with creating, managing and severing audio connections to VoiceChannels.
AudioManager(JDAImpl) - Constructor for class net.dv8tion.jda.managers.AudioManager
 
AudioPacket - Class in net.dv8tion.jda.audio
Represents the contents of a audio packet that was either received from Discord or will be sent to discord.
AudioPacket(DatagramPacket) - Constructor for class net.dv8tion.jda.audio.AudioPacket
 
AudioPacket(byte[]) - Constructor for class net.dv8tion.jda.audio.AudioPacket
 
AudioPacket(char, int, int, byte[]) - Constructor for class net.dv8tion.jda.audio.AudioPacket
 
AudioReceiveHandler - Interface in net.dv8tion.jda.audio
 
AudioSendHandler - Interface in net.dv8tion.jda.audio
 
audioSource - Variable in class net.dv8tion.jda.audio.player.Player
 
AudioWebSocket - Class in net.dv8tion.jda.audio
 
AudioWebSocket(String, JDAImpl, Guild, String, String) - Constructor for class net.dv8tion.jda.audio.AudioWebSocket
 
AuTool - Class in org.tritonus.sampled.file
Common constants and methods for handling au files.
AuTool() - Constructor for class org.tritonus.sampled.file.AuTool
 
available() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
AvatarUtil - Class in net.dv8tion.jda.utils
 
AvatarUtil() - Constructor for class net.dv8tion.jda.utils.AvatarUtil
 
AvatarUtil.Avatar - Class in net.dv8tion.jda.utils
 

B

ban(User, int) - Method in class net.dv8tion.jda.managers.GuildManager
Bans a User and deletes messages sent by the user based on the amount of delDays.
If you wish to ban a user without deleting any messages, provide delDays with a value of 0.
ban(String, int) - Method in class net.dv8tion.jda.managers.GuildManager
Bans the User specified by the userId nd deletes messages sent by the user based on the amount of delDays.
If you wish to ban a user without deleting any messages, provide delDays with a value of 0.
bufferedResourceStream - Variable in class net.dv8tion.jda.audio.player.URLPlayer
 
build() - Method in class net.dv8tion.jda.JDABuilder
Deprecated.
build() - Method in class net.dv8tion.jda.MessageBuilder
Creates a Message object from this Builder
buildAsync() - Method in class net.dv8tion.jda.JDABuilder
Builds a new JDA instance and uses the provided email and password to start the login process.
The login process runs in a different thread, so while this will return immediately, JDA has not finished loading, thus many JDA methods have the chance to return incorrect information.
buildBlocking() - Method in class net.dv8tion.jda.JDABuilder
Builds a new JDA instance and uses the provided email and password to start the login process.
This method will block until JDA has logged in and finished loading all resources.

C

CANCEL_RUNNING_STATUS_ON_META_AND_SYSEX - Static variable in class org.tritonus.midi.file.StandardMidiFileReader
TODO:
CANCEL_RUNNING_STATUS_ON_META_AND_SYSEX - Static variable in class org.tritonus.midi.file.StandardMidiFileWriter
TODO:
canProvide() - Method in interface net.dv8tion.jda.audio.AudioSendHandler
 
canProvide() - Method in class net.dv8tion.jda.audio.player.Player
 
canReceive() - Method in interface net.dv8tion.jda.audio.AudioReceiveHandler
 
Channel - Interface in net.dv8tion.jda.entities
Represents a Guild channel.
channel - Variable in class net.dv8tion.jda.events.message.guild.GenericGuildMessageEvent
 
channel - Variable in class net.dv8tion.jda.events.message.priv.GenericPrivateMessageEvent
 
channel - Variable in class net.dv8tion.jda.events.voice.VoiceLeaveEvent
 
ChannelCreateHandler - Class in net.dv8tion.jda.handle
 
ChannelCreateHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.ChannelCreateHandler
 
ChannelDeleteHandler - Class in net.dv8tion.jda.handle
 
ChannelDeleteHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.ChannelDeleteHandler
 
ChannelManager - Class in net.dv8tion.jda.managers
Manager used to modify aspects of a TextChannel or VoiceChannel.
ChannelManager(Channel) - Constructor for class net.dv8tion.jda.managers.ChannelManager
 
ChannelUpdateHandler - Class in net.dv8tion.jda.handle
 
ChannelUpdateHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.ChannelUpdateHandler
 
checkPermission(User, Permission) - Method in interface net.dv8tion.jda.entities.Channel
Checks if the given User has the given Permission in this Channel
checkPermission(User, Permission) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
checkPermission(User, Permission) - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
checkPermission(User, Permission, Channel) - Static method in class net.dv8tion.jda.utils.PermissionUtil
Checks to see if the User has the specified Permission in the specified Channel.
checkPermission(User, Permission, Guild) - Static method in class net.dv8tion.jda.utils.PermissionUtil
Checks to see if the User has the specified Permission in the specified Guild.
CHUNK_HEADER_SIZE - Static variable in class org.tritonus.sampled.file.WaveTool
 
close() - Method in class net.dv8tion.jda.audio.AudioConnection
 
close() - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
close() - Method in class net.dv8tion.jda.requests.WebSocketClient
 
close() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
close() - Method in class org.tritonus.sampled.file.AiffAudioOutputStream
 
close() - Method in class org.tritonus.sampled.file.WaveAudioOutputStream
 
closeAudioConnection() - Method in class net.dv8tion.jda.managers.AudioManager
Used to close down the audio connection and disconnect from the VoiceChannel.
As a note, if this is called when JDA doesn't have an audio connection, nothing happens.
CONNECTING_COMPLETED - Static variable in class net.dv8tion.jda.audio.AudioWebSocket
 
CONNECTION_TIMEOUT - Static variable in class net.dv8tion.jda.audio.AudioConnection
 
conversionType2Str(int) - Static method in class org.tritonus.sampled.convert.PCM2PCMConversionProvider
 
convert(byte[], byte[], int, int) - Method in class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider.DecodedImaAdpcmAudioInputStream
 
convert(byte[], byte[], int, int) - Method in class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider.EncodedImaAdpcmAudioInputStream
 
convertLength(AudioFormat, AudioFormat, long) - Static method in class org.tritonus.sampled.convert.SampleRateConversionProvider
 
convertLength(float, float, long) - Static method in class org.tritonus.sampled.convert.SampleRateConversionProvider
 
convertLinearInterpolation1(float[], double, int, double, float[], int, int, float[], int) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
convertSampleAndHold1(float[], double, int, double, float[], int, int, float[], int) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
createEchoPacket(DatagramPacket, int) - Static method in class net.dv8tion.jda.audio.AudioPacket
 
createGuild(String) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
Deprecated.
createGuild(String, Region) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
createGuild(String) - Method in interface net.dv8tion.jda.JDA
Deprecated.
createGuild(String, Region) - Method in interface net.dv8tion.jda.JDA
Creates a new Guild.
createGuildAsync(String, Consumer<GuildManager>) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
Deprecated.
createGuildAsync(String, Region, Consumer<GuildManager>) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
createGuildAsync(String, Consumer<GuildManager>) - Method in interface net.dv8tion.jda.JDA
Deprecated.
createGuildAsync(String, Region, Consumer<GuildManager>) - Method in interface net.dv8tion.jda.JDA
Creates a new Guild.
createGuildFirstPass(JSONObject, Consumer<Guild>) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createGuildSecondPass(String, List<JSONArray>) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createInvite(Channel, JDA) - Static method in class net.dv8tion.jda.utils.InviteUtil
 
createMessage(JSONObject) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createMessageEmbed(JSONObject) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createPermissionOverride(User) - Method in interface net.dv8tion.jda.entities.Channel
Creates a new PermissionOverride for a given User.
createPermissionOverride(Role) - Method in interface net.dv8tion.jda.entities.Channel
Creates a new PermissionOverride for a given Role.
createPermissionOverride(User) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
createPermissionOverride(Role) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
createPermissionOverride(User) - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
createPermissionOverride(Role) - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
createPermissionOverride(JSONObject, Channel) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createPrivateChannel(JSONObject) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createRole() - Method in interface net.dv8tion.jda.entities.Guild
Creates a new Role in this Guild.
createRole() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
createRole(JSONObject, String) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createSelfInfo(JSONObject) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createTextChannel(String) - Method in interface net.dv8tion.jda.entities.Guild
Creates a new TextChannel in this Guild.
createTextChannel(String) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
createTextChannel(JSONObject, String) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createUser(JSONObject) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createVoiceChannel(String) - Method in interface net.dv8tion.jda.entities.Guild
Creates a new VoiceChannel in this Guild.
createVoiceChannel(String) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
createVoiceChannel(JSONObject, String) - Method in class net.dv8tion.jda.handle.EntityBuilder
 
createVoiceStatus(JSONObject, Guild, User) - Method in class net.dv8tion.jda.handle.EntityBuilder
 

D

DATA_OFFSET - Static variable in class org.tritonus.sampled.file.AuTool
 
DATA_OFFSET - Static variable in class org.tritonus.sampled.file.WaveTool
 
DecodedImaAdpcmAudioInputStream(AudioInputStream, AudioFormat) - Constructor for class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider.DecodedImaAdpcmAudioInputStream
 
DEFAULT_BUFFER_SIZE - Static variable in class net.dv8tion.jda.audio.player.URLPlayer
The default buffer size.
delete() - Method in class net.dv8tion.jda.managers.ChannelManager
Deletes this Channel This method takes immediate effect
delete() - Method in class net.dv8tion.jda.managers.PermissionOverrideManager
Deletes this PermissionOverride This method takes immediate effect
delete() - Method in class net.dv8tion.jda.managers.RoleManager
Deletes this Role This change takes effect immediately!
delete(String) - Method in class net.dv8tion.jda.requests.Requester
 
delete(InviteUtil.Invite, JDA) - Static method in class net.dv8tion.jda.utils.InviteUtil
 
delete(String, JDA) - Static method in class net.dv8tion.jda.utils.InviteUtil
 
DELETE_AVATAR - Static variable in class net.dv8tion.jda.utils.AvatarUtil
 
deleteA(String) - Method in class net.dv8tion.jda.requests.Requester
 
deleteMessage() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
deleteMessage() - Method in interface net.dv8tion.jda.entities.Message
Deletes this Message from the server.
deny(Permission...) - Method in class net.dv8tion.jda.managers.PermissionOverrideManager
Sets this Override to deny given Permissions This change will only be applied, if PermissionOverrideManager.update() is called.
download(File) - Method in class net.dv8tion.jda.entities.Message.Attachment
Downloads this attachment to given File

E

EmbedType - Enum in net.dv8tion.jda
Represents the embedded resource type.
These are typically either Images, Videos or Links.
EncodedImaAdpcmAudioInputStream(AudioInputStream, AudioFormat) - Constructor for class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider.EncodedImaAdpcmAudioInputStream
 
enqueue(Message, Consumer<Message>) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl.AsyncMessageSender
 
EntityBuilder - Class in net.dv8tion.jda.handle
 
EntityBuilder(JDAImpl) - Constructor for class net.dv8tion.jda.handle.EntityBuilder
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
equals(Object) - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
Event - Class in net.dv8tion.jda.events
 
Event(JDA, int) - Constructor for class net.dv8tion.jda.events.Event
 
EventListener - Interface in net.dv8tion.jda.hooks
 

F

FilePlayer - Class in net.dv8tion.jda.audio.player
 
FilePlayer() - Constructor for class net.dv8tion.jda.audio.player.FilePlayer
 
FilePlayer(File) - Constructor for class net.dv8tion.jda.audio.player.FilePlayer
 
findChunk(DataInputStream, int) - Method in class org.tritonus.sampled.file.WaveAudioFileReader
 
finishReady(JSONObject) - Method in class net.dv8tion.jda.handle.ReadyHandler
 
flush() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
Flushes the internal buffers
FMT_CHUNK_SIZE - Static variable in class org.tritonus.sampled.file.WaveTool
 
fromKey(String) - Static method in enum net.dv8tion.jda.EmbedType
Attemps to find the EmbedType from the provided key.
If the provided key doesn't match any known EmbedType, this will return UNKNOWN.
fromKey(String) - Static method in enum net.dv8tion.jda.OnlineStatus
Will get the OnlineStatus from the provided key.
If the provided key does no match a presence, this will return UNKONWN
fromKey(String) - Static method in enum net.dv8tion.jda.Region
Retrieves the Region based on the provided key.

G

GenericGuildEvent - Class in net.dv8tion.jda.events.guild
 
GenericGuildEvent(JDA, int, Guild) - Constructor for class net.dv8tion.jda.events.guild.GenericGuildEvent
 
GenericGuildMemberEvent - Class in net.dv8tion.jda.events.guild.member
 
GenericGuildMemberEvent(JDA, int, Guild, User) - Constructor for class net.dv8tion.jda.events.guild.member.GenericGuildMemberEvent
 
GenericGuildMessageEvent - Class in net.dv8tion.jda.events.message.guild
 
GenericGuildMessageEvent(JDA, int, Message, TextChannel) - Constructor for class net.dv8tion.jda.events.message.guild.GenericGuildMessageEvent
 
GenericGuildRoleUpdateEvent - Class in net.dv8tion.jda.events.guild.role
 
GenericGuildRoleUpdateEvent(JDA, int, Role) - Constructor for class net.dv8tion.jda.events.guild.role.GenericGuildRoleUpdateEvent
 
GenericMessageEvent - Class in net.dv8tion.jda.events.message
 
GenericMessageEvent(JDA, int, Message) - Constructor for class net.dv8tion.jda.events.message.GenericMessageEvent
 
GenericPrivateMessageEvent - Class in net.dv8tion.jda.events.message.priv
 
GenericPrivateMessageEvent(JDA, int, Message, PrivateChannel) - Constructor for class net.dv8tion.jda.events.message.priv.GenericPrivateMessageEvent
 
GenericTextChannelEvent - Class in net.dv8tion.jda.events.channel.text
 
GenericTextChannelEvent(JDA, int, TextChannel) - Constructor for class net.dv8tion.jda.events.channel.text.GenericTextChannelEvent
 
GenericTextChannelUpdateEvent - Class in net.dv8tion.jda.events.channel.text
 
GenericTextChannelUpdateEvent(JDA, int, TextChannel) - Constructor for class net.dv8tion.jda.events.channel.text.GenericTextChannelUpdateEvent
 
GenericUserEvent - Class in net.dv8tion.jda.events.user
 
GenericUserEvent(JDA, int, User) - Constructor for class net.dv8tion.jda.events.user.GenericUserEvent
 
GenericVoiceChannelEvent - Class in net.dv8tion.jda.events.channel.voice
 
GenericVoiceChannelEvent(JDA, int, VoiceChannel) - Constructor for class net.dv8tion.jda.events.channel.voice.GenericVoiceChannelEvent
 
GenericVoiceChannelUpdateEvent - Class in net.dv8tion.jda.events.channel.voice
 
GenericVoiceChannelUpdateEvent(JDA, int, VoiceChannel) - Constructor for class net.dv8tion.jda.events.channel.voice.GenericVoiceChannelUpdateEvent
 
GenericVoiceEvent - Class in net.dv8tion.jda.events.voice
 
GenericVoiceEvent(JDA, int, VoiceStatus) - Constructor for class net.dv8tion.jda.events.voice.GenericVoiceEvent
 
get(String) - Method in class net.dv8tion.jda.requests.Requester
 
getA(String) - Method in class net.dv8tion.jda.requests.Requester
 
getAccountManager() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getAccountManager() - Method in interface net.dv8tion.jda.JDA
Returns the AccountManager for the currently logged in account.
Account settings can only be modified using this object.
getAddress() - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
getAfkChannelId() - Method in interface net.dv8tion.jda.entities.Guild
The Id of the AFK Voice Channel.
getAfkChannelId() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getAfkTimeout() - Method in interface net.dv8tion.jda.entities.Guild
The amount of time (in seconds) that must pass with no activity to be considered AFK by this Guild.
getAfkTimeout() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getAllowed() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getAllowed() - Method in interface net.dv8tion.jda.entities.PermissionOverride
An unmodifiable list of all Permissions that are specifically allowed by this override.
getAllowedRaw() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getAllowedRaw() - Method in interface net.dv8tion.jda.entities.PermissionOverride
This is the raw binary representation (as a base 10 int) of the permissions allowed by this override.
The integer relates to the offsets used by each Permission.
getAttachments() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getAttachments() - Method in interface net.dv8tion.jda.entities.Message
An unmodifiable list of Attachment that are attached to this message.
Most likely this will only ever be 1 Attachment at most.
getAudioFileFormat(InputStream, long) - Method in class org.tritonus.sampled.file.AiffAudioFileReader
 
getAudioFileFormat(InputStream, long) - Method in class org.tritonus.sampled.file.AuAudioFileReader
 
getAudioFileFormat(InputStream, long) - Method in class org.tritonus.sampled.file.WaveAudioFileReader
 
getAudioInputStream(AudioFormat, AudioInputStream) - Method in class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider
 
getAudioInputStream(AudioFormat, AudioInputStream) - Method in class org.tritonus.sampled.convert.LawDecoder
 
getAudioInputStream(AudioFormat, AudioInputStream) - Method in class org.tritonus.sampled.convert.LawEncoder
 
getAudioInputStream(AudioFormat, AudioInputStream) - Method in class org.tritonus.sampled.convert.PCM2PCMConversionProvider
 
getAudioInputStream(AudioFormat, AudioInputStream) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider
 
getAudioManager() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getAudioManager() - Method in interface net.dv8tion.jda.JDA
Returns the AudioManager for this JDA instance.
getAudioOutputStream(AudioFormat, long, AudioFileFormat.Type, TDataOutputStream) - Method in class org.tritonus.sampled.file.AiffAudioFileWriter
 
getAudioOutputStream(AudioFormat, long, AudioFileFormat.Type, TDataOutputStream) - Method in class org.tritonus.sampled.file.AuAudioFileWriter
 
getAudioOutputStream(AudioFormat, long, AudioFileFormat.Type, TDataOutputStream) - Method in class org.tritonus.sampled.file.WaveAudioFileWriter
 
getAuthor() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
getAuthor() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getAuthor() - Method in interface net.dv8tion.jda.entities.Message
The author of this Message
getAuthor() - Method in interface net.dv8tion.jda.entities.MessageEmbed
The information on the creator of the embedded content.
This is typically used for Youtube stuff and will return the username of the video uploader.
getAuthor() - Method in class net.dv8tion.jda.events.message.GenericMessageEvent
 
getAuthor() - Method in class net.dv8tion.jda.events.message.MessageReceivedEvent
 
getAuthor() - Method in class net.dv8tion.jda.events.message.MessageUpdateEvent
 
getAuthToken() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getAuthToken() - Method in interface net.dv8tion.jda.JDA
The login token that is currently being used for Discord authentication.
getAvailTime() - Method in exception net.dv8tion.jda.exceptions.RateLimitedException
Gets the System-time, after which messages can be sent again
getAvatar(File) - Static method in class net.dv8tion.jda.utils.AvatarUtil
 
getAvatarId() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
getAvatarId() - Method in interface net.dv8tion.jda.entities.User
The Discord Id for this user's avatar image.
getAvatarUrl() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
getAvatarUrl() - Method in interface net.dv8tion.jda.entities.User
The URL for the for the user's avatar image.
getBans() - Method in class net.dv8tion.jda.managers.GuildManager
Gets an unmodifiable list of the currently banned Users.
If you wish to ban or unban a user, please use one of the ban or unban methods of this Manager
getChangedRoles() - Method in class net.dv8tion.jda.events.channel.text.TextChannelUpdatePermissionsEvent
 
getChangedRoles() - Method in class net.dv8tion.jda.events.channel.voice.VoiceChannelUpdatePermissionsEvent
 
getChannel() - Method in class net.dv8tion.jda.audio.AudioConnection
 
getChannel() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getChannel() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
getChannel() - Method in interface net.dv8tion.jda.entities.PermissionOverride
The Channel that this PermissionOverride affects.
getChannel() - Method in interface net.dv8tion.jda.entities.VoiceStatus
Returns the current VoiceChannel of the User If the User is currently not in a VoiceChannel, this returns null
getChannel() - Method in class net.dv8tion.jda.events.channel.text.GenericTextChannelEvent
 
getChannel() - Method in class net.dv8tion.jda.events.channel.voice.GenericVoiceChannelEvent
 
getChannel() - Method in class net.dv8tion.jda.events.message.guild.GenericGuildMessageEvent
 
getChannel() - Method in class net.dv8tion.jda.events.message.MessageAcknowledgedEvent
 
getChannel() - Method in class net.dv8tion.jda.events.message.MessageDeleteEvent
 
getChannel() - Method in class net.dv8tion.jda.events.message.MessageEmbedEvent
 
getChannel() - Method in class net.dv8tion.jda.events.message.MessageReceivedEvent
 
getChannel() - Method in class net.dv8tion.jda.events.message.MessageUpdateEvent
 
getChannel() - Method in class net.dv8tion.jda.events.message.priv.GenericPrivateMessageEvent
 
getChannel() - Method in class net.dv8tion.jda.events.user.UserTypingEvent
 
getChannel() - Method in class net.dv8tion.jda.events.voice.VoiceJoinEvent
 
getChannel() - Method in class net.dv8tion.jda.managers.ChannelManager
Returns the Channel object of this Manager.
getChannelId() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getChannelId() - Method in interface net.dv8tion.jda.entities.Message
Returns the Id of the Channel this Message was sent in.
getChannelId() - Method in class net.dv8tion.jda.utils.InviteUtil.Invite
 
getChannelMap() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getChannelName() - Method in class net.dv8tion.jda.utils.InviteUtil.Invite
 
getChannels() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
getClient() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getCode() - Method in class net.dv8tion.jda.utils.InviteUtil.Invite
 
getColor() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
getColor() - Method in interface net.dv8tion.jda.entities.Role
The color this Role is displayed in.
getConnectedChannel() - Method in class net.dv8tion.jda.managers.AudioManager
Returns the VoiceChannel that JDA currently has an audio connection to.
getContent() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getContent() - Method in interface net.dv8tion.jda.entities.Message
The textual content of this message.
getConversionAlgorithm() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
getCurrentGame() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
getCurrentGame() - Method in interface net.dv8tion.jda.entities.User
The name of the game that the user is currently playing.
getDefaultTargetFormat(AudioFormat, AudioFormat) - Method in class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider
 
getDenied() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getDenied() - Method in interface net.dv8tion.jda.entities.PermissionOverride
An unmodifiable list of all Permissions that are denied by this override.
getDeniedRaw() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getDeniedRaw() - Method in interface net.dv8tion.jda.entities.PermissionOverride
This is the raw binary representation (as a base 10 int) of the permissions denied by this override.
The integer relates to the offsets used by each Permission.
getDescription() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
getDescription() - Method in interface net.dv8tion.jda.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.
getDiscriminator() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
getDiscriminator() - Method in interface net.dv8tion.jda.entities.User
The descriminator of the User.
getEditedTimestamp() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getEditedTimestamp() - Method in interface net.dv8tion.jda.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
getEffectivePermission(User, Channel) - Static method in class net.dv8tion.jda.utils.PermissionUtil
Gets the int representation of the effective permissions allowed for this User in this Channel.
getEmail() - Method in class net.dv8tion.jda.entities.impl.SelfInfoImpl
 
getEmail() - Method in interface net.dv8tion.jda.entities.SelfInfo
Returns the email of the connected account.
getEncoded() - Method in class net.dv8tion.jda.utils.AvatarUtil.Avatar
 
getEncodedAudio() - Method in class net.dv8tion.jda.audio.AudioPacket
 
getEventManager() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getFileName() - Method in class net.dv8tion.jda.entities.Message.Attachment
The file name of the Attachment when it was first uploaded.
getFormatCode(AudioFormat) - Static method in class org.tritonus.sampled.file.AiffTool
 
getFormatCode(AudioFormat) - Static method in class org.tritonus.sampled.file.AuTool
 
getFormatCode(AudioFormat) - Static method in class org.tritonus.sampled.file.WaveTool
 
getFrameRate() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SRCAudioFormat
 
getFrameSize() - Method in class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider.DecodedImaAdpcmAudioInputStream
 
getFrameSize() - Method in class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider.EncodedImaAdpcmAudioInputStream
 
getFrameSize() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
getFromOffset(int) - Static method in enum net.dv8tion.jda.Permission
Gets the Permission relating to the provided offset.
If there is no Permssions that matches the provided offset, Permission.UNKNOWN is returned.
getFullPermOverride() - Static method in class net.dv8tion.jda.utils.PermissionUtil
 
getGlobalProxy() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getGlobalProxy() - Method in interface net.dv8tion.jda.JDA
The proxy settings used by all JDA instances.
getGuild() - Method in class net.dv8tion.jda.audio.AudioConnection
 
getGuild() - Method in interface net.dv8tion.jda.entities.Channel
Returns the Guild that this Channel is part of.
getGuild() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getGuild() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
getGuild() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getGuild() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getGuild() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
getGuild() - Method in interface net.dv8tion.jda.entities.PermissionOverride
The Guild that the Channel returned from PermissionOverride.getChannel() is a part of.
getGuild() - Method in interface net.dv8tion.jda.entities.Role
Returns the Guild this Role exists in
getGuild() - Method in interface net.dv8tion.jda.entities.VoiceStatus
Returns the current Guild of the User's VoiceChannel If the User is currently not in a VoiceChannel, this returns null
getGuild() - Method in class net.dv8tion.jda.events.channel.text.GenericTextChannelEvent
 
getGuild() - Method in class net.dv8tion.jda.events.channel.voice.GenericVoiceChannelEvent
 
getGuild() - Method in class net.dv8tion.jda.events.guild.GenericGuildEvent
 
getGuild() - Method in class net.dv8tion.jda.events.message.guild.GenericGuildMessageEvent
 
getGuild() - Method in class net.dv8tion.jda.events.message.MessageAcknowledgedEvent
 
getGuild() - Method in class net.dv8tion.jda.events.message.MessageDeleteEvent
 
getGuild() - Method in class net.dv8tion.jda.events.message.MessageEmbedEvent
 
getGuild() - Method in class net.dv8tion.jda.events.message.MessageReceivedEvent
 
getGuild() - Method in class net.dv8tion.jda.events.message.MessageUpdateEvent
 
getGuild() - Method in class net.dv8tion.jda.events.voice.GenericVoiceEvent
 
getGuild() - Method in class net.dv8tion.jda.managers.GuildManager
Returns the Guild object of this Manager.
getGuildById(String) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getGuildById(String) - Method in interface net.dv8tion.jda.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.utils.InviteUtil.Invite
 
getGuildMap() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getGuildName() - Method in class net.dv8tion.jda.utils.InviteUtil.Invite
 
getGuilds() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getGuilds() - Method in interface net.dv8tion.jda.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) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getGuildsByName(String) - Method in interface net.dv8tion.jda.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.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.entities.MessageEmbed.Thumbnail
The height of the thumbnail image.
getHeight() - Method in class net.dv8tion.jda.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.
getIconId() - Method in interface net.dv8tion.jda.entities.Guild
The Discord Id of the Guild icon image.
getIconId() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getIconUrl() - Method in interface net.dv8tion.jda.entities.Guild
The URL of the Guild icon image.
getIconUrl() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getId() - Method in interface net.dv8tion.jda.entities.Channel
The Id of the Channel.
getId() - Method in interface net.dv8tion.jda.entities.Guild
The Id of the Guild.
getId() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getId() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getId() - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
getId() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
getId() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getId() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
getId() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getId() - Method in class net.dv8tion.jda.entities.Message.Attachment
The id of the attachment.
getId() - Method in interface net.dv8tion.jda.entities.Message
The Id of this Message
getId() - Method in interface net.dv8tion.jda.entities.PrivateChannel
The Id of the PrivateChannel.
getId() - Method in interface net.dv8tion.jda.entities.Role
The ID of this Role.
getId() - Method in interface net.dv8tion.jda.entities.User
The Discord ID of the User.
getInherit() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getInherit() - Method in interface net.dv8tion.jda.entities.PermissionOverride
An unmodifiable list of all Permission that are unaffected by this override.
getInheritRaw() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getInheritRaw() - Method in interface net.dv8tion.jda.entities.PermissionOverride
This is the raw binary representation (as a base 10 int) of the permissions not affected by this override.
The integer relates to the offsets used by each Permission.
getInstance(JDA) - Static method in class net.dv8tion.jda.entities.impl.TextChannelImpl.AsyncMessageSender
 
getInvite() - Method in class net.dv8tion.jda.events.InviteReceivedEvent
 
getJDA() - Method in class net.dv8tion.jda.audio.AudioConnection
 
getJDA() - Method in interface net.dv8tion.jda.entities.Channel
Returns the JDA instance of this Channel
getJDA() - Method in interface net.dv8tion.jda.entities.Guild
Returns the JDA instance of this Guild
getJDA() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getJDA() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getJDA() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getJDA() - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
getJDA() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
getJDA() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getJDA() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
getJDA() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getJDA() - Method in interface net.dv8tion.jda.entities.Message
Returns the JDA instance of this Message
getJDA() - Method in interface net.dv8tion.jda.entities.PermissionOverride
The JDA instance that this PermissionOverride is related to.
getJDA() - Method in interface net.dv8tion.jda.entities.PrivateChannel
Returns the JDA instance of this PrivateChannel
getJDA() - Method in interface net.dv8tion.jda.entities.Role
Returns the JDA instance of this Role
getJDA() - Method in interface net.dv8tion.jda.entities.User
Returns the JDA instance of this User
getJDA() - Method in class net.dv8tion.jda.events.Event
Returns the JDA instance corresponding to this Event
getJDA() - Method in class net.dv8tion.jda.managers.AudioManager
Gets the JDA instance that this AudioManager is a part of.
getJoinDateForUser(User) - Method in interface net.dv8tion.jda.entities.Guild
Provides the join-date for a given User.
getJoinDateForUser(User) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getJoinedAtMap() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getKey() - Method in enum net.dv8tion.jda.Region
The Region key as defined by Discord.
getManager() - Method in interface net.dv8tion.jda.entities.Channel
Returns the ChannelManager for this Channel.
getManager() - Method in interface net.dv8tion.jda.entities.Guild
Returns the GuildManager for this Guild.
getManager() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getManager() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getManager() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
getManager() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getManager() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getManager() - Method in interface net.dv8tion.jda.entities.PermissionOverride
Returns the PermissionOverrideManager for this PermissionOverride.
getManager() - Method in interface net.dv8tion.jda.entities.Role
Returns the RoleManager for this Role.
getMentionedChannels() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getMentionedChannels() - Method in interface net.dv8tion.jda.entities.Message
A immutable list of all mentioned TextChannels.
getMentionedUsers() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getMentionedUsers() - Method in interface net.dv8tion.jda.entities.Message
A immutable list of all mentioned users.
getMessage() - Method in class net.dv8tion.jda.events.message.GenericMessageEvent
 
getMessage() - Method in class net.dv8tion.jda.events.message.MessageReceivedEvent
 
getMessage() - Method in class net.dv8tion.jda.events.message.MessageUpdateEvent
 
getMessageEmbeds() - Method in class net.dv8tion.jda.events.message.guild.GuildMessageEmbedEvent
 
getMessageEmbeds() - Method in class net.dv8tion.jda.events.message.MessageEmbedEvent
 
getMessageEmbeds() - Method in class net.dv8tion.jda.events.message.priv.PrivateMessageEmbedEvent
 
getMessageId() - Method in class net.dv8tion.jda.events.message.guild.GuildMessageAcknowledgedEvent
 
getMessageId() - Method in class net.dv8tion.jda.events.message.guild.GuildMessageDeleteEvent
 
getMessageId() - Method in class net.dv8tion.jda.events.message.guild.GuildMessageEmbedEvent
 
getMessageId() - Method in class net.dv8tion.jda.events.message.MessageAcknowledgedEvent
 
getMessageId() - Method in class net.dv8tion.jda.events.message.MessageDeleteEvent
 
getMessageId() - Method in class net.dv8tion.jda.events.message.MessageEmbedEvent
 
getMessageId() - Method in class net.dv8tion.jda.events.message.priv.PrivateMessageAcknowledgedEvent
 
getMessageId() - Method in class net.dv8tion.jda.events.message.priv.PrivateMessageDeleteEvent
 
getMessageId() - Method in class net.dv8tion.jda.events.message.priv.PrivateMessageEmbedEvent
 
getMessageLimit() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getMidiFileFormat(InputStream) - Method in class org.tritonus.midi.file.StandardMidiFileReader
 
getMidiFileFormat(URL) - Method in class org.tritonus.midi.file.StandardMidiFileReader
 
getMidiFileFormat(File) - Method in class org.tritonus.midi.file.StandardMidiFileReader
 
getMidiFileTypes() - Method in class org.tritonus.midi.file.StandardMidiFileWriter
Return supported MIDI file types.
getMidiFileTypes(Sequence) - Method in class org.tritonus.midi.file.StandardMidiFileWriter
Return the supported MIDI file types for a given Sequence.
getMutedChannels() - Method in class net.dv8tion.jda.entities.impl.SelfInfoImpl
 
getMutedChannels() - Method in interface net.dv8tion.jda.entities.SelfInfo
A List of TextChannels that have been muted on this account.
getMutedChannelsModifiable() - Method in class net.dv8tion.jda.entities.impl.SelfInfoImpl
 
getName() - Method in interface net.dv8tion.jda.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.entities.Guild
The human readable name of the Guild.
getName() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getName() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
getName() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getName() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getName() - Method in class net.dv8tion.jda.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.entities.Role
The Name of the Role.
getName() - Method in enum net.dv8tion.jda.Region
The human readable region name.
getOffline_pms() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getOffset() - Method in enum net.dv8tion.jda.Permission
The binary offset of the permission.
For more information about Discord's offset system refer to Discord Permission Numbers.
getOldChannel() - Method in class net.dv8tion.jda.events.voice.VoiceLeaveEvent
 
getOldName() - Method in class net.dv8tion.jda.events.channel.text.TextChannelUpdateNameEvent
 
getOldName() - Method in class net.dv8tion.jda.events.channel.voice.VoiceChannelUpdateNameEvent
 
getOldPosition() - Method in class net.dv8tion.jda.events.channel.text.TextChannelUpdatePositionEvent
 
getOldPosition() - Method in class net.dv8tion.jda.events.channel.voice.VoiceChannelUpdatePositionEvent
 
getOldTopic() - Method in class net.dv8tion.jda.events.channel.text.TextChannelUpdateTopicEvent
 
getOnlineStatus() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
getOnlineStatus() - Method in interface net.dv8tion.jda.entities.User
Returns the OnlineStatus of the User.
If the OnlineStatus is unrecognized, will return UNKNOWN.
getOverrideForRole(Role) - Method in interface net.dv8tion.jda.entities.Channel
The PermissionOverride relating to the specified Role.
getOverrideForRole(Role) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getOverrideForRole(Role) - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getOverrideForUser(User) - Method in interface net.dv8tion.jda.entities.Channel
The PermissionOverride relating to the specified User.
getOverrideForUser(User) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getOverrideForUser(User) - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getOwnerId() - Method in interface net.dv8tion.jda.entities.Guild
The User Id of the owner of this Guild.
Currently, there is no way to transfer ownership of a discord Guild, and a such this User is also the original creator.
getOwnerId() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getPermission() - Method in exception net.dv8tion.jda.exceptions.PermissionException
 
getPermissionOverrides() - Method in interface net.dv8tion.jda.entities.Channel
Gets all of the PermissionOverrides that are part of this Channel.
This combines User and Role overrides.
getPermissionOverrides() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getPermissionOverrides() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getPermissions() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
getPermissions() - Method in interface net.dv8tion.jda.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(int) - Static method in enum net.dv8tion.jda.Permission
A list of all Permissions that are specified by this raw int representation of permissions.
getPermissionsRaw() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
getPermissionsRaw() - Method in interface net.dv8tion.jda.entities.Role
The int representation of the literal permissions that this Role has.
NOTE: these do not necessarily represent the permissions this role will have in a Channel.
getPmChannelMap() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getPosition() - Method in interface net.dv8tion.jda.entities.Channel
The position this Channel is displayed at.
Higher values mean they are displayed lower in the Client.
getPosition() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
getPosition() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getPosition() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getPosition() - Method in interface net.dv8tion.jda.entities.Role
The position of this Role in the Guild hierarchy.
(higher value means higher role).
The @everyone Role always return -1
getPreviousAvatarId() - Method in class net.dv8tion.jda.events.user.UserAvatarUpdateEvent
 
getPreviousAvatarUrl() - Method in class net.dv8tion.jda.events.user.UserAvatarUpdateEvent
 
getPreviousGameId() - Method in class net.dv8tion.jda.events.user.UserGameUpdateEvent
 
getPreviousOnlineStatus() - Method in class net.dv8tion.jda.events.user.UserOnlineStatusUpdateEvent
 
getPreviousUsername() - Method in class net.dv8tion.jda.events.user.UserNameUpdateEvent
 
getPrivateChannel() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
getPrivateChannel() - Method in interface net.dv8tion.jda.entities.User
Gets the PrivateChannel of this User for use in sending direct messages.
getPrivateChannel() - Method in class net.dv8tion.jda.events.channel.priv.PrivateChannelCreateEvent
 
getPrivateChannel() - Method in class net.dv8tion.jda.events.message.MessageAcknowledgedEvent
 
getPrivateChannel() - Method in class net.dv8tion.jda.events.message.MessageDeleteEvent
 
getPrivateChannel() - Method in class net.dv8tion.jda.events.message.MessageEmbedEvent
 
getPrivateChannel() - Method in class net.dv8tion.jda.events.message.MessageReceivedEvent
 
getPrivateChannel() - Method in class net.dv8tion.jda.events.message.MessageUpdateEvent
 
getPrivateChannelById(String) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getPrivateChannelById(String) - Method in interface net.dv8tion.jda.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 class net.dv8tion.jda.entities.impl.JDAImpl
 
getPrivateChannels() - Method in interface net.dv8tion.jda.JDA
An unmodifiable list of all known PrivateChannels.
getProxyUrl() - Method in class net.dv8tion.jda.entities.Message.Attachment
The url of the Attachment, proxied by Discord.
getProxyUrl() - Method in class net.dv8tion.jda.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.
getPublicRole() - Method in interface net.dv8tion.jda.entities.Guild
The @everyone Role of this Guild
getPublicRole() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getQueuedAudioConnection() - Method in class net.dv8tion.jda.managers.AudioManager
This can be used to find out what VoiceChannel JDA is currently attempting to setup an audio connection for.
getRawContent() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getRawContent() - Method in interface net.dv8tion.jda.entities.Message
The raw textual content of this message.
getRawPacket() - Method in class net.dv8tion.jda.audio.AudioPacket
 
getRecent() - Method in class net.dv8tion.jda.MessageHistory
Returns all already by the retrieve methods pulled messages of this history
getRegion() - Method in interface net.dv8tion.jda.entities.Guild
The Region that this Guild exists in.
If the Region is not recognized, returns UNKNOWN.
getRegion() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getRequester() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getResponseNumber() - Method in class net.dv8tion.jda.events.Event
 
getResponseTotal() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getResponseTotal() - Method in interface net.dv8tion.jda.JDA
This value is the total amount of JSON responses that discord has sent.
This value resets every time the websocket has to reconnect.
getRole() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getRole() - Method in interface net.dv8tion.jda.entities.PermissionOverride
If this PermissionOverride is an override dealing with a Role, then this method will return the related Role.
Otherwise, this method returns null.
Basically: if PermissionOverride.isRoleOverride() returns false, this returns null.
getRole() - Method in class net.dv8tion.jda.events.guild.GuildRoleCreateEvent
 
getRole() - Method in class net.dv8tion.jda.events.guild.GuildRoleDeleteEvent
 
getRole() - Method in class net.dv8tion.jda.events.guild.role.GenericGuildRoleUpdateEvent
 
getRole() - Method in class net.dv8tion.jda.events.guild.role.GuildRoleUpdateEvent
 
getRole() - Method in class net.dv8tion.jda.managers.RoleManager
Returns the Role object of this Manager.
getRolePermissionOverrides() - Method in interface net.dv8tion.jda.entities.Channel
Gets all of the Role PermissionOverrides that are part of this Channel.
getRolePermissionOverrides() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getRolePermissionOverrides() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getRolePermissionOverridesMap() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getRolePermissionOverridesMap() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getRoles() - Method in interface net.dv8tion.jda.entities.Guild
The Roles of this Guild
getRoles() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getRoles() - Method in class net.dv8tion.jda.events.guild.member.GuildMemberRoleAddEvent
 
getRoles() - Method in class net.dv8tion.jda.events.guild.member.GuildMemberRoleRemoveEvent
 
getRolesForUser(User) - Method in interface net.dv8tion.jda.entities.Guild
Provides all of the Roles that the provided User has been assigned.
getRolesForUser(User) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getRolesMap() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getSampleRate() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
getSampleRate() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SRCAudioFormat
 
getSampleSizeInBytes() - Method in class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider.DecodedImaAdpcmAudioInputStream
 
getSampleSizeInBytes() - Method in class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider.EncodedImaAdpcmAudioInputStream
 
getSelfInfo() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getSelfInfo() - Method in interface net.dv8tion.jda.JDA
Returns the currently logged in account represented by SelfInfo.
Account settings cannot be modified using this object.
getSequence() - Method in class net.dv8tion.jda.audio.AudioPacket
 
getSequence(URL) - Method in class org.tritonus.midi.file.StandardMidiFileReader
 
getSequence(File) - Method in class org.tritonus.midi.file.StandardMidiFileReader
 
getSequence(InputStream) - Method in class org.tritonus.midi.file.StandardMidiFileReader
 
getSessionId() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
getSessionId() - Method in interface net.dv8tion.jda.entities.VoiceStatus
 
getSiteProvider() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
getSiteProvider() - Method in interface net.dv8tion.jda.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.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.
getSourceFrameSize() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
getSSRC() - Method in class net.dv8tion.jda.audio.AudioPacket
 
getSSRC() - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
getStrippedContent() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getStrippedContent() - Method in interface net.dv8tion.jda.entities.Message
The content, with all its formatting characters stripped.
getTargetFormats(AudioFormat.Encoding, AudioFormat) - Method in class org.tritonus.sampled.convert.PCM2PCMConversionProvider
 
getTargetFormats(AudioFormat.Encoding, AudioFormat) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider
 
getTargetSampleRate() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
getTextChannel() - Method in class net.dv8tion.jda.events.message.MessageAcknowledgedEvent
 
getTextChannel() - Method in class net.dv8tion.jda.events.message.MessageDeleteEvent
 
getTextChannel() - Method in class net.dv8tion.jda.events.message.MessageEmbedEvent
 
getTextChannel() - Method in class net.dv8tion.jda.events.message.MessageReceivedEvent
 
getTextChannel() - Method in class net.dv8tion.jda.events.message.MessageUpdateEvent
 
getTextChannelById(String) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getTextChannelById(String) - Method in interface net.dv8tion.jda.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.entities.Guild
The TextChannels available on the Guild.
getTextChannels() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getTextChannels() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getTextChannels() - Method in interface net.dv8tion.jda.JDA
An unmodifiable list of all TextChannels of all Guilds that this account is a member of.
getTextChannelsByName(String) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getTextChannelsByName(String) - Method in interface net.dv8tion.jda.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.
getTextChannelsMap() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getTextLength(String) - Static method in class org.tritonus.sampled.file.AuAudioOutputStream
Returns number of bytes that have to written for string s (with alignment)
getThumbnail() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
getThumbnail() - Method in interface net.dv8tion.jda.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.
getTime() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
getTime() - Method in interface net.dv8tion.jda.entities.Message
Gives a copy of the Object holding the time this message was originally sent
getTimeout() - Method in exception net.dv8tion.jda.exceptions.RateLimitedException
Gets the timeout.
getTimestamp() - Method in class net.dv8tion.jda.audio.AudioPacket
 
getTimestamp() - Method in class net.dv8tion.jda.events.user.UserTypingEvent
 
getTitle() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
getTitle() - Method in interface net.dv8tion.jda.entities.MessageEmbed
The title of the embed.
getTopic() - Method in interface net.dv8tion.jda.entities.Channel
The topic set for this Channel.
getTopic() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getTopic() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getType() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
getType() - Method in interface net.dv8tion.jda.entities.MessageEmbed
The EmbedType of this embed.
getUdpSocket() - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
getUrl() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
getUrl() - Method in class net.dv8tion.jda.entities.Message.Attachment
The url of the Attachment, most likely on the Discord servers.
getUrl() - Method in interface net.dv8tion.jda.entities.MessageEmbed
The that was originally placed into chat that spawned this embed.
getUrl() - Method in class net.dv8tion.jda.entities.MessageEmbed.Provider
The url of the provider.
getUrl() - Method in class net.dv8tion.jda.entities.MessageEmbed.Thumbnail
The web url of this thumbnail image.
getUrl() - Method in class net.dv8tion.jda.entities.MessageEmbed.VideoInfo
The url of the video.
getUrl() - Method in class net.dv8tion.jda.utils.InviteUtil.Invite
 
getUser() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
getUser() - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
getUser() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
getUser() - Method in interface net.dv8tion.jda.entities.PermissionOverride
If this PermissionOverride is an override dealing with a User, then this method will return the related User.
Otherwise, this method returns null.
Basically: if PermissionOverride.isUserOverride() returns false, this returns null.
getUser() - Method in interface net.dv8tion.jda.entities.PrivateChannel
The User that this PrivateChannel communicates with.
getUser() - Method in interface net.dv8tion.jda.entities.VoiceStatus
Returns the User corresponding to this VoiceStatus Object (Backreference)
getUser() - Method in class net.dv8tion.jda.events.channel.priv.PrivateChannelCreateEvent
 
getUser() - Method in class net.dv8tion.jda.events.guild.member.GenericGuildMemberEvent
 
getUser() - Method in class net.dv8tion.jda.events.user.GenericUserEvent
 
getUser() - Method in class net.dv8tion.jda.events.voice.GenericVoiceEvent
 
getUserById(String) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getUserById(String) - Method in interface net.dv8tion.jda.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.
getUserDiscriminator() - Method in class net.dv8tion.jda.events.guild.member.GuildMemberUnbanEvent
 
getUserId() - Method in class net.dv8tion.jda.events.guild.member.GuildMemberUnbanEvent
 
getUserMap() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getUsername() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
getUsername() - Method in interface net.dv8tion.jda.entities.User
The username of the User.
getUserName() - Method in class net.dv8tion.jda.events.guild.member.GuildMemberUnbanEvent
 
getUserPermissionOverrides() - Method in interface net.dv8tion.jda.entities.Channel
Gets all of the User PermissionOverrides that are part of this Channel.
getUserPermissionOverrides() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getUserPermissionOverrides() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getUserPermissionOverridesMap() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getUserPermissionOverridesMap() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getUserRoles() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getUsers() - Method in interface net.dv8tion.jda.entities.Channel
A List of all Users that are in this Channel For TextChannels, this returns all Users with the Permission.MESSAGE_READ Permission.
getUsers() - Method in interface net.dv8tion.jda.entities.Guild
The Users that are part of this Guild.
getUsers() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getUsers() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getUsers() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
getUsers() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getUsers() - Method in interface net.dv8tion.jda.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) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getUsersByName(String) - Method in interface net.dv8tion.jda.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.
getUsersModifiable() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
getUsersWithPermissionChanges() - Method in class net.dv8tion.jda.events.channel.text.TextChannelUpdatePermissionsEvent
 
getUsersWithPermissionChanges() - Method in class net.dv8tion.jda.events.channel.voice.VoiceChannelUpdatePermissionsEvent
 
getVideoInfo() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
getVideoInfo() - Method in interface net.dv8tion.jda.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 class net.dv8tion.jda.entities.impl.JDAImpl
 
getVoiceChannelById(String) - Method in interface net.dv8tion.jda.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) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getVoiceChannelByName(String) - Method in interface net.dv8tion.jda.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.
getVoiceChannelMap() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getVoiceChannels() - Method in interface net.dv8tion.jda.entities.Guild
The VoiceChannels available on the Guild.
getVoiceChannels() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getVoiceChannels() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
getVoiceChannels() - Method in interface net.dv8tion.jda.JDA
An unmodifiable list of all VoiceChannels of all Guilds that this account is a member of.
getVoiceChannelsMap() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getVoiceStatus() - Method in class net.dv8tion.jda.events.voice.GenericVoiceEvent
 
getVoiceStatuses() - Method in interface net.dv8tion.jda.entities.Guild
A list containing the VoiceStatus of every User in this Guild.
This will never return an empty list because if it were empty, that would imply that there are no Users in this Guild, which is impossible.
getVoiceStatuses() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getVoiceStatusMap() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getVoiceStatusOfUser(User) - Method in interface net.dv8tion.jda.entities.Guild
Returns the current VoiceStatus of the provide User on this Guild.
getVoiceStatusOfUser(User) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
getWidth() - Method in class net.dv8tion.jda.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.entities.MessageEmbed.Thumbnail
The width of the thumbnail image.
getWidth() - Method in class net.dv8tion.jda.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.JDAInfo
 
give(Permission...) - Method in class net.dv8tion.jda.managers.RoleManager
Gives this Role one or more Permissions.
grant(Permission...) - Method in class net.dv8tion.jda.managers.PermissionOverrideManager
Sets this Override to grant given Permissions This change will only be applied, if PermissionOverrideManager.update() is called.
GSM0610 - Static variable in class org.tritonus.sampled.file.WaveTool
 
Guild - Interface in net.dv8tion.jda.entities
Represents a Discord Guild.
GuildImpl - Class in net.dv8tion.jda.entities.impl
 
GuildImpl(JDAImpl, String) - Constructor for class net.dv8tion.jda.entities.impl.GuildImpl
 
GuildJoinEvent - Class in net.dv8tion.jda.events.guild
 
GuildJoinEvent(JDA, int, Guild) - Constructor for class net.dv8tion.jda.events.guild.GuildJoinEvent
 
GuildJoinHandler - Class in net.dv8tion.jda.handle
 
GuildJoinHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildJoinHandler
 
GuildLeaveEvent - Class in net.dv8tion.jda.events.guild
 
GuildLeaveEvent(JDA, int, Guild) - Constructor for class net.dv8tion.jda.events.guild.GuildLeaveEvent
 
GuildLeaveHandler - Class in net.dv8tion.jda.handle
 
GuildLeaveHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildLeaveHandler
 
GuildManager - Class in net.dv8tion.jda.managers
Manager used to modify aspects of a Guild.
GuildManager(Guild) - Constructor for class net.dv8tion.jda.managers.GuildManager
Creates a GuildManager that can be used to manage different aspects of the provided Guild.
GuildMemberAddHandler - Class in net.dv8tion.jda.handle
 
GuildMemberAddHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildMemberAddHandler
 
GuildMemberBanEvent - Class in net.dv8tion.jda.events.guild.member
 
GuildMemberBanEvent(JDA, int, Guild, User) - Constructor for class net.dv8tion.jda.events.guild.member.GuildMemberBanEvent
 
GuildMemberBanHandler - Class in net.dv8tion.jda.handle
 
GuildMemberBanHandler(JDAImpl, int, boolean) - Constructor for class net.dv8tion.jda.handle.GuildMemberBanHandler
 
GuildMemberJoinEvent - Class in net.dv8tion.jda.events.guild.member
 
GuildMemberJoinEvent(JDA, int, Guild, User) - Constructor for class net.dv8tion.jda.events.guild.member.GuildMemberJoinEvent
 
GuildMemberLeaveEvent - Class in net.dv8tion.jda.events.guild.member
 
GuildMemberLeaveEvent(JDA, int, Guild, User) - Constructor for class net.dv8tion.jda.events.guild.member.GuildMemberLeaveEvent
 
GuildMemberRemoveHandler - Class in net.dv8tion.jda.handle
 
GuildMemberRemoveHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildMemberRemoveHandler
 
GuildMemberRoleAddEvent - Class in net.dv8tion.jda.events.guild.member
 
GuildMemberRoleAddEvent(JDA, int, Guild, User, List<Role>) - Constructor for class net.dv8tion.jda.events.guild.member.GuildMemberRoleAddEvent
 
GuildMemberRoleHandler - Class in net.dv8tion.jda.handle
 
GuildMemberRoleHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildMemberRoleHandler
 
GuildMemberRoleRemoveEvent - Class in net.dv8tion.jda.events.guild.member
 
GuildMemberRoleRemoveEvent(JDA, int, Guild, User, List<Role>) - Constructor for class net.dv8tion.jda.events.guild.member.GuildMemberRoleRemoveEvent
 
GuildMembersChunkHandler - Class in net.dv8tion.jda.handle
 
GuildMembersChunkHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildMembersChunkHandler
 
GuildMemberUnbanEvent - Class in net.dv8tion.jda.events.guild.member
 
GuildMemberUnbanEvent(JDA, int, Guild, String, String, String) - Constructor for class net.dv8tion.jda.events.guild.member.GuildMemberUnbanEvent
 
GuildMessageAcknowledgedEvent - Class in net.dv8tion.jda.events.message.guild
 
GuildMessageAcknowledgedEvent(JDA, int, String, TextChannel) - Constructor for class net.dv8tion.jda.events.message.guild.GuildMessageAcknowledgedEvent
 
GuildMessageDeleteEvent - Class in net.dv8tion.jda.events.message.guild
 
GuildMessageDeleteEvent(JDA, int, String, TextChannel) - Constructor for class net.dv8tion.jda.events.message.guild.GuildMessageDeleteEvent
 
GuildMessageEmbedEvent - Class in net.dv8tion.jda.events.message.guild
 
GuildMessageEmbedEvent(JDA, int, String, TextChannel, List<MessageEmbed>) - Constructor for class net.dv8tion.jda.events.message.guild.GuildMessageEmbedEvent
 
GuildMessageReceivedEvent - Class in net.dv8tion.jda.events.message.guild
 
GuildMessageReceivedEvent(JDA, int, Message, TextChannel) - Constructor for class net.dv8tion.jda.events.message.guild.GuildMessageReceivedEvent
 
GuildMessageUpdateEvent - Class in net.dv8tion.jda.events.message.guild
 
GuildMessageUpdateEvent(JDA, int, Message, TextChannel) - Constructor for class net.dv8tion.jda.events.message.guild.GuildMessageUpdateEvent
 
GuildRoleCreateEvent - Class in net.dv8tion.jda.events.guild
 
GuildRoleCreateEvent(JDA, int, Guild, Role) - Constructor for class net.dv8tion.jda.events.guild.GuildRoleCreateEvent
 
GuildRoleCreateHandler - Class in net.dv8tion.jda.handle
 
GuildRoleCreateHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildRoleCreateHandler
 
GuildRoleDeleteEvent - Class in net.dv8tion.jda.events.guild
 
GuildRoleDeleteEvent(JDA, int, Guild, Role) - Constructor for class net.dv8tion.jda.events.guild.GuildRoleDeleteEvent
 
GuildRoleDeleteHandler - Class in net.dv8tion.jda.handle
 
GuildRoleDeleteHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildRoleDeleteHandler
 
GuildRoleUpdateColorEvent - Class in net.dv8tion.jda.events.guild.role
 
GuildRoleUpdateColorEvent(JDA, int, Role) - Constructor for class net.dv8tion.jda.events.guild.role.GuildRoleUpdateColorEvent
 
GuildRoleUpdateEvent - Class in net.dv8tion.jda.events.guild.role
 
GuildRoleUpdateEvent(JDA, int, Role) - Constructor for class net.dv8tion.jda.events.guild.role.GuildRoleUpdateEvent
 
GuildRoleUpdateGroupedEvent - Class in net.dv8tion.jda.events.guild.role
 
GuildRoleUpdateGroupedEvent(JDA, int, Role) - Constructor for class net.dv8tion.jda.events.guild.role.GuildRoleUpdateGroupedEvent
 
GuildRoleUpdateHandler - Class in net.dv8tion.jda.handle
 
GuildRoleUpdateHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildRoleUpdateHandler
 
GuildRoleUpdateNameEvent - Class in net.dv8tion.jda.events.guild.role
 
GuildRoleUpdateNameEvent(JDA, int, Role) - Constructor for class net.dv8tion.jda.events.guild.role.GuildRoleUpdateNameEvent
 
GuildRoleUpdatePermissionEvent - Class in net.dv8tion.jda.events.guild.role
 
GuildRoleUpdatePermissionEvent(JDA, int, Role) - Constructor for class net.dv8tion.jda.events.guild.role.GuildRoleUpdatePermissionEvent
 
GuildRoleUpdatePositionEvent - Class in net.dv8tion.jda.events.guild.role
 
GuildRoleUpdatePositionEvent(JDA, int, Role) - Constructor for class net.dv8tion.jda.events.guild.role.GuildRoleUpdatePositionEvent
 
GuildUnavailableException - Exception in net.dv8tion.jda.exceptions
 
GuildUnavailableException() - Constructor for exception net.dv8tion.jda.exceptions.GuildUnavailableException
 
GuildUpdateEvent - Class in net.dv8tion.jda.events.guild
 
GuildUpdateEvent(JDA, int, Guild) - Constructor for class net.dv8tion.jda.events.guild.GuildUpdateEvent
 
GuildUpdateHandler - Class in net.dv8tion.jda.handle
 
GuildUpdateHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.GuildUpdateHandler
 

H

handle(JSONObject) - Method in class net.dv8tion.jda.handle.ChannelCreateHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.ChannelDeleteHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.ChannelUpdateHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildJoinHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildLeaveHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildMemberAddHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildMemberBanHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildMemberRemoveHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildMemberRoleHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildMembersChunkHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildRoleCreateHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildRoleDeleteHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildRoleUpdateHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.GuildUpdateHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.MessageAcknowledgedHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.MessageDeleteHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.MessageEmbedHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.MessageReceivedHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.MessageUpdateHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.PresenceUpdateHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.ReadyHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.SocketHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.UserTypingHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.UserUpdateHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.VoiceChangeHandler
 
handle(JSONObject) - Method in class net.dv8tion.jda.handle.VoiceServerUpdateHandler
 
handle(Event) - Method in class net.dv8tion.jda.hooks.AnnotatedEventManager
 
handle(Event) - Method in interface net.dv8tion.jda.hooks.IEventManager
 
handle(Event) - Method in class net.dv8tion.jda.hooks.InterfacedEventManager
 
handleCallbackError(WebSocket, Throwable) - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
handleCallbackError(WebSocket, Throwable) - Method in class net.dv8tion.jda.requests.WebSocketClient
 
handleReceivedAudio(AudioPacket) - Method in interface net.dv8tion.jda.audio.AudioReceiveHandler
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
hashCode() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
hasPermission(Permission) - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
hasPermission(Permission) - Method in interface net.dv8tion.jda.entities.Role
Checks if this Role a Guild level Permission.
This does not check the Channel-specific override Permission.
hasPrivateChannel() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
HEADER_MAGIC - Static variable in interface org.tritonus.midi.file.MidiConstants
Header magic constant.
HEARTBEAT_PING_RETURN - Static variable in class net.dv8tion.jda.audio.AudioWebSocket
 
height - Variable in class net.dv8tion.jda.entities.MessageEmbed.Thumbnail
 
height - Variable in class net.dv8tion.jda.entities.MessageEmbed.VideoInfo
 

I

IEventManager - Interface in net.dv8tion.jda.hooks
 
IMA_ADPCM - Static variable in class org.tritonus.sampled.file.WaveTool
 
ImaAdpcmFormatConversionProvider - Class in org.tritonus.sampled.convert
IMA ADPCM encoder and decoder.
ImaAdpcmFormatConversionProvider() - Constructor for class org.tritonus.sampled.convert.ImaAdpcmFormatConversionProvider
Constructor.
ImaAdpcmFormatConversionProvider.DecodedImaAdpcmAudioInputStream - Class in org.tritonus.sampled.convert
AudioInputStream returned on decoding of IMA ADPCM.
ImaAdpcmFormatConversionProvider.EncodedImaAdpcmAudioInputStream - Class in org.tritonus.sampled.convert
AudioInputStream returned on encoding to IMA ADPCM.
INITIAL_CONNECTION_RESPONSE - Static variable in class net.dv8tion.jda.audio.AudioWebSocket
 
INSTANCE - Static variable in interface tomp2p.opuswrapper.Opus
 
InterfacedEventManager - Class in net.dv8tion.jda.hooks
 
InterfacedEventManager() - Constructor for class net.dv8tion.jda.hooks.InterfacedEventManager
 
InviteReceivedEvent - Class in net.dv8tion.jda.events
 
InviteReceivedEvent(JDA, int, Message, InviteUtil.Invite) - Constructor for class net.dv8tion.jda.events.InviteReceivedEvent
 
InviteUtil - Class in net.dv8tion.jda.utils
 
InviteUtil() - Constructor for class net.dv8tion.jda.utils.InviteUtil
 
InviteUtil.Invite - Class in net.dv8tion.jda.utils
 
inVoiceChannel() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
inVoiceChannel() - Method in interface net.dv8tion.jda.entities.VoiceStatus
Used to determine if the User is currently in a VoiceChannel in the Guild returned from getGuild().
If this is false, getChannel() will return null.
isAckAllowed() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
isAttemptingToConnect() - Method in class net.dv8tion.jda.managers.AudioManager
This can be used to find out if JDA is currently attempting to setup an audio connection.
If this returns true then AudioManager.getQueuedAudioConnection() will return the VoiceChannel that JDA is attempting to setup an audio connection to.
isAudioFormatSupportedImpl(AudioFormat, AudioFileFormat.Type) - Method in class org.tritonus.sampled.file.AiffAudioFileWriter
 
isAudioFormatSupportedImpl(AudioFormat, AudioFileFormat.Type) - Method in class org.tritonus.sampled.file.AuAudioFileWriter
 
isAudioFormatSupportedImpl(AudioFormat, AudioFileFormat.Type) - Method in class org.tritonus.sampled.file.WaveAudioFileWriter
 
isAvailable() - Method in interface net.dv8tion.jda.entities.Guild
Returns whether or not this Guild is available.
isAvailable() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
isClosed() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
isConnected() - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
isConnected() - Method in class net.dv8tion.jda.managers.AudioManager
This can be used to find out if JDA currently has an active audio connection with a VoiceChannel.
isConnected() - Method in class net.dv8tion.jda.requests.WebSocketClient
 
isConversionSupported(AudioFormat, AudioFormat) - Method in class org.tritonus.sampled.convert.PCM2PCMConversionProvider
method overidden due to the difficult situation with the channel count and the possible conversions possible.
isConversionSupported(AudioFormat, AudioFormat) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider
 
isDeaf() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
isDeaf() - Method in interface net.dv8tion.jda.entities.VoiceStatus
Returns whether the User deafened himself
isDebug() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
isDebug() - Method in interface net.dv8tion.jda.JDA
Used to determine if JDA is currently in debug mode.
isDone() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
isEdited() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
isEdited() - Method in interface net.dv8tion.jda.entities.Message
Returns true, if this Message was edited as least once
isGrouped() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
isGrouped() - Method in interface net.dv8tion.jda.entities.Role
Is this Role grouped?
(Users with this Role are grouped in the online-list)
isImage() - Method in class net.dv8tion.jda.entities.Message.Attachment
Based on the values of getHeight and getWidth being larger than zero.
isManaged() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
isManaged() - Method in interface net.dv8tion.jda.entities.Role
Is this Role managed?
(Via plugins like Twitch).
isMuted() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
isMuted() - Method in interface net.dv8tion.jda.entities.VoiceStatus
Returns whether the User muted himself
isPaused() - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
isPaused() - Method in class net.dv8tion.jda.audio.player.Player
 
isPaused() - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
isPlaying() - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
isPlaying() - Method in class net.dv8tion.jda.audio.player.Player
 
isPlaying() - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
isPrivate() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
isPrivate() - Method in interface net.dv8tion.jda.entities.Message
Checks, whether this Message was sent in a PrivateChannel (Private Message), or in a TextChannel (sent in Guild channel)
isPrivate() - Method in class net.dv8tion.jda.events.message.MessageReceivedEvent
 
isPrivate() - Method in class net.dv8tion.jda.events.message.MessageUpdateEvent
 
isReady() - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
isRoleOverride() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
isRoleOverride() - Method in interface net.dv8tion.jda.entities.PermissionOverride
Used to determine if this PermissionOverride relates to a specific Role.
isServerDeaf() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
isServerDeaf() - Method in interface net.dv8tion.jda.entities.VoiceStatus
Returns whether the User got deafened by an Admin (server side)
isServerMuted() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
isServerMuted() - Method in interface net.dv8tion.jda.entities.VoiceStatus
Returns whether the User got muted by an Admin (server side)
isStarted() - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
isStarted() - Method in class net.dv8tion.jda.audio.player.Player
 
isStarted() - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
isStopped() - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
isStopped() - Method in class net.dv8tion.jda.audio.player.Player
 
isStopped() - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
isSuppressed() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
isSuppressed() - Method in interface net.dv8tion.jda.entities.VoiceStatus
Returns true if this User is unable to speak because the channel is actively suppressing audio communication.
isTextChannel() - Method in class net.dv8tion.jda.utils.InviteUtil.Invite
 
isTTS() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
isTTS() - Method in interface net.dv8tion.jda.entities.Message
Is this Message supposed to be TTS (Text-to-speach)
isUserOverride() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
isUserOverride() - Method in interface net.dv8tion.jda.entities.PermissionOverride
Used to determine if this PermissionOverride relates to a specific User.
isVerified() - Method in class net.dv8tion.jda.entities.impl.SelfInfoImpl
 
isVerified() - Method in interface net.dv8tion.jda.entities.SelfInfo
The status of this account's verification.
(Have you accepted the verification email)

J

JDA - Interface in net.dv8tion.jda
Represents the core of the Discord API.
JDABuilder - Class in net.dv8tion.jda
Used to create a new JDA instance.
JDABuilder() - Constructor for class net.dv8tion.jda.JDABuilder
Creates a completely empty JDABuilder.
If you use this, you need to set the email and password using setEmail(String) and setPassword(String) before calling buildAsync() or buildBlocking()
JDABuilder(String, String) - Constructor for class net.dv8tion.jda.JDABuilder
Creates a new JDABuilder using the provided email and password.
jdaCreated - Static variable in class net.dv8tion.jda.JDABuilder
 
JDAImpl - Class in net.dv8tion.jda.entities.impl
Represents the core of the Discord API.
JDAImpl() - Constructor for class net.dv8tion.jda.entities.impl.JDAImpl
 
JDAImpl(String, int) - Constructor for class net.dv8tion.jda.entities.impl.JDAImpl
 
JDAInfo - Class in net.dv8tion.jda
Contains information to this specific build of JDA.
JDAInfo() - Constructor for class net.dv8tion.jda.JDAInfo
 
join(InviteUtil.Invite, JDA) - Static method in class net.dv8tion.jda.utils.InviteUtil
 
join(String, JDA) - Static method in class net.dv8tion.jda.utils.InviteUtil
 

K

kick(User) - Method in class net.dv8tion.jda.managers.GuildManager
Kicks a User from the Guild.
kick(String) - Method in class net.dv8tion.jda.managers.GuildManager
Kicks the User specified by the userId from the from the Guild.

L

LawDecoder - Class in org.tritonus.sampled.convert
This provider supports these conversions: alaw,ulaw to PCM 8 Signed alaw,ulaw to PCM 8 Unsigned to alaw alaw,ulaw to PCM 16 signed big endian to alaw alaw,ulaw to PCM 16 signed little endian to alaw
LawDecoder() - Constructor for class org.tritonus.sampled.convert.LawDecoder
Constructor.
LawEncoder - Class in org.tritonus.sampled.convert
This provider supports these conversions: PCM 8 Signed to ulaw or alaw PCM 8 Unsigned to ulaw or alaw PCM 16 signed big endian to ulaw or alaw PCM 16 signed little endian to ulaw or alaw alaw to ulaw ulaw to alaw
LawEncoder() - Constructor for class org.tritonus.sampled.convert.LawEncoder
Constructor.
leaveOrDelete() - Method in class net.dv8tion.jda.managers.GuildManager
Leaves or Deletes this Guild.
LINEAR_INTERPOLATION - Static variable in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
Conversion algorithm
ListenerAdapter - Class in net.dv8tion.jda.hooks
 
ListenerAdapter() - Constructor for class net.dv8tion.jda.hooks.ListenerAdapter
 
loadLibraryFromJar(String) - Static method in class net.dv8tion.jda.utils.NativeUtils
Loads library from current JAR archive The file from JAR is copied into system temporary directory and then loaded.
loadServices() - Static method in class net.dv8tion.jda.utils.ServiceUtil
 
login(String, String) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
Attempts to login to Discord.

M

mark(int) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
markSupported() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
mentionsEveryone() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
mentionsEveryone() - Method in interface net.dv8tion.jda.entities.Message
Is this Message mentioning everyone using @everyone? In PrivateChannel's, this always returns false
Message - Interface in net.dv8tion.jda.entities
Represents a Text message received from Discord.
This repsents message received from both TextChannels and from PrivateChannels.
Message.Attachment - Class in net.dv8tion.jda.entities
Represents a Message file attachment.
MessageAcknowledgedEvent - Class in net.dv8tion.jda.events.message
 
MessageAcknowledgedEvent(JDA, int, String, String, boolean) - Constructor for class net.dv8tion.jda.events.message.MessageAcknowledgedEvent
 
MessageAcknowledgedHandler - Class in net.dv8tion.jda.handle
 
MessageAcknowledgedHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.MessageAcknowledgedHandler
 
MessageBuilder - Class in net.dv8tion.jda
 
MessageBuilder() - Constructor for class net.dv8tion.jda.MessageBuilder
 
MessageBuilder.Formatting - Enum in net.dv8tion.jda
Holds the Available formatting used in MessageBuilder.appendString(String, Formatting...)
MessageChannel - Interface in net.dv8tion.jda.entities
Represents a Discord channel that can have messages and files sent to it.
MessageDeleteEvent - Class in net.dv8tion.jda.events.message
 
MessageDeleteEvent(JDA, int, String, String, boolean) - Constructor for class net.dv8tion.jda.events.message.MessageDeleteEvent
 
MessageDeleteHandler - Class in net.dv8tion.jda.handle
 
MessageDeleteHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.MessageDeleteHandler
 
MessageEmbed - Interface in net.dv8tion.jda.entities
Represents an embed displayed by Discord.
This class has many possibilities for null values, so be careful!
MessageEmbed.Provider - Class in net.dv8tion.jda.entities
Multipurpose class that represents a provider of content, whether directly through creation or indirectly through hosting.
MessageEmbed.Thumbnail - Class in net.dv8tion.jda.entities
Represents the information Discord provided about a thumbnail image that should be displayed with an embed message.
MessageEmbed.VideoInfo - Class in net.dv8tion.jda.entities
Represents the information provided to embed a video.
The videos represented are expected to be played using an HTML5 player from the site which the url belongs to.
MessageEmbedEvent - Class in net.dv8tion.jda.events.message
 
MessageEmbedEvent(JDA, int, String, String, List<MessageEmbed>, boolean) - Constructor for class net.dv8tion.jda.events.message.MessageEmbedEvent
 
MessageEmbedHandler - Class in net.dv8tion.jda.handle
 
MessageEmbedHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.MessageEmbedHandler
 
MessageEmbedImpl - Class in net.dv8tion.jda.entities.impl
 
MessageEmbedImpl() - Constructor for class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
MessageHistory - Class in net.dv8tion.jda
 
MessageHistory(JDA, TextChannel) - Constructor for class net.dv8tion.jda.MessageHistory
 
MessageHistory(JDA, PrivateChannel) - Constructor for class net.dv8tion.jda.MessageHistory
 
MessageImpl - Class in net.dv8tion.jda.entities.impl
 
MessageImpl(String, JDAImpl) - Constructor for class net.dv8tion.jda.entities.impl.MessageImpl
 
MessageReceivedEvent - Class in net.dv8tion.jda.events.message
 
MessageReceivedEvent(JDA, int, Message) - Constructor for class net.dv8tion.jda.events.message.MessageReceivedEvent
 
MessageReceivedHandler - Class in net.dv8tion.jda.handle
 
MessageReceivedHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.MessageReceivedHandler
 
MessageUpdateEvent - Class in net.dv8tion.jda.events.message
 
MessageUpdateEvent(JDA, int, Message) - Constructor for class net.dv8tion.jda.events.message.MessageUpdateEvent
 
MessageUpdateHandler - Class in net.dv8tion.jda.handle
 
MessageUpdateHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.MessageUpdateHandler
 
MidiConstants - Interface in org.tritonus.midi.file
Constants for Standard Midi Files reading and writing.
MIN_DATA_OFFSET - Static variable in class org.tritonus.sampled.file.WaveTool
 
MIN_FACT_CHUNK_LENGTH - Static variable in class org.tritonus.sampled.file.WaveTool
 
MIN_FMT_CHUNK_LENGTH - Static variable in class org.tritonus.sampled.file.WaveTool
 
move(int) - Method in class net.dv8tion.jda.managers.RoleManager
Moves this Role up or down in the list of Roles (changing position attribute) This change takes effect immediately!
moveAudioConnection(VoiceChannel) - Method in class net.dv8tion.jda.managers.AudioManager
Moves the audio connection from one VoiceChannel to a different VoiceChannel.
moveVoiceUser(User, VoiceChannel) - Method in class net.dv8tion.jda.managers.GuildManager
Used to move a User from one VoiceChannel to another VoiceChannel.
As a note, you cannot move a User that isn't already in a VoiceChannel.

N

name - Variable in class net.dv8tion.jda.entities.MessageEmbed.Provider
 
NativeUtils - Class in net.dv8tion.jda.utils
This is taken directly from: https://github.com/adamheinrich/native-utils
Credit to the original author: Adam Heinrich
net.dv8tion.jda - package net.dv8tion.jda
 
net.dv8tion.jda.audio - package net.dv8tion.jda.audio
 
net.dv8tion.jda.audio.player - package net.dv8tion.jda.audio.player
 
net.dv8tion.jda.entities - package net.dv8tion.jda.entities
 
net.dv8tion.jda.entities.impl - package net.dv8tion.jda.entities.impl
 
net.dv8tion.jda.events - package net.dv8tion.jda.events
 
net.dv8tion.jda.events.channel.priv - package net.dv8tion.jda.events.channel.priv
 
net.dv8tion.jda.events.channel.text - package net.dv8tion.jda.events.channel.text
 
net.dv8tion.jda.events.channel.voice - package net.dv8tion.jda.events.channel.voice
 
net.dv8tion.jda.events.guild - package net.dv8tion.jda.events.guild
 
net.dv8tion.jda.events.guild.member - package net.dv8tion.jda.events.guild.member
 
net.dv8tion.jda.events.guild.role - package net.dv8tion.jda.events.guild.role
 
net.dv8tion.jda.events.message - package net.dv8tion.jda.events.message
 
net.dv8tion.jda.events.message.guild - package net.dv8tion.jda.events.message.guild
 
net.dv8tion.jda.events.message.priv - package net.dv8tion.jda.events.message.priv
 
net.dv8tion.jda.events.user - package net.dv8tion.jda.events.user
 
net.dv8tion.jda.events.voice - package net.dv8tion.jda.events.voice
 
net.dv8tion.jda.exceptions - package net.dv8tion.jda.exceptions
 
net.dv8tion.jda.handle - package net.dv8tion.jda.handle
 
net.dv8tion.jda.hooks - package net.dv8tion.jda.hooks
 
net.dv8tion.jda.managers - package net.dv8tion.jda.managers
 
net.dv8tion.jda.requests - package net.dv8tion.jda.requests
 
net.dv8tion.jda.utils - package net.dv8tion.jda.utils
 

O

onBinaryMessage(WebSocket, byte[]) - Method in class net.dv8tion.jda.requests.WebSocketClient
 
onConnected(WebSocket, Map<String, List<String>>) - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
onConnected(WebSocket, Map<String, List<String>>) - Method in class net.dv8tion.jda.requests.WebSocketClient
 
onDisconnected(WebSocket, WebSocketFrame, WebSocketFrame, boolean) - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
onDisconnected(WebSocket, WebSocketFrame, WebSocketFrame, boolean) - Method in class net.dv8tion.jda.requests.WebSocketClient
 
onEvent(Event) - Method in interface net.dv8tion.jda.hooks.EventListener
 
onEvent(Event) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericGuild(GenericGuildEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericGuildMember(GenericGuildMemberEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericGuildMessage(GenericGuildMessageEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericGuildRoleUpdate(GenericGuildRoleUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericMessage(GenericMessageEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericPrivateMessage(GenericPrivateMessageEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericTextChannel(GenericTextChannelEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericTextChannelUpdate(GenericTextChannelUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericUserEvent(GenericUserEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericVoice(GenericVoiceEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericVoiceChannel(GenericVoiceChannelEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGenericVoiceChannelUpdate(GenericVoiceChannelUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildJoin(GuildJoinEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildLeave(GuildLeaveEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMemberBan(GuildMemberBanEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMemberJoin(GuildMemberJoinEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMemberLeave(GuildMemberLeaveEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMemberRoleAdd(GuildMemberRoleAddEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMemberRoleRemove(GuildMemberRoleRemoveEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMemberUnban(GuildMemberUnbanEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMessageAcknowledged(GuildMessageAcknowledgedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMessageDelete(GuildMessageDeleteEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMessageEmbed(GuildMessageEmbedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMessageReceived(GuildMessageReceivedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildMessageUpdate(GuildMessageUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildRoleCreate(GuildRoleCreateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildRoleDelete(GuildRoleDeleteEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildRoleUpdate(GuildRoleUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildRoleUpdateColor(GuildRoleUpdateColorEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildRoleUpdateGrouped(GuildRoleUpdateGroupedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildRoleUpdateName(GuildRoleUpdateNameEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildRoleUpdatePermission(GuildRoleUpdatePermissionEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildRoleUpdatePosition(GuildRoleUpdatePositionEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onGuildUpdate(GuildUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onInviteReceived(InviteReceivedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
OnlineStatus - Enum in net.dv8tion.jda
Represents the online presence of a User.
onMessageAcknowledged(MessageAcknowledgedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onMessageDelete(MessageDeleteEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onMessageEmbed(MessageEmbedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onMessageReceived(MessageReceivedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onMessageUpdate(MessageUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onPrivateChannelCreate(PrivateChannelCreateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onPrivateMessageAcknowledged(PrivateMessageAcknowledgedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onPrivateMessageDelete(PrivateMessageDeleteEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onPrivateMessageEmbed(PrivateMessageEmbedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onPrivateMessageReceived(PrivateMessageReceivedEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onPrivateMessageUpdate(PrivateMessageUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onReady(ReadyEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onTextChannelCreate(TextChannelCreateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onTextChannelDelete(TextChannelDeleteEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onTextChannelUpdateName(TextChannelUpdateNameEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onTextChannelUpdatePermissions(TextChannelUpdatePermissionsEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onTextChannelUpdatePosition(TextChannelUpdatePositionEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onTextChannelUpdateTopic(TextChannelUpdateTopicEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onTextMessage(WebSocket, String) - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
onTextMessage(WebSocket, String) - Method in class net.dv8tion.jda.requests.WebSocketClient
 
onUnexpectedError(WebSocket, WebSocketException) - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
onUnexpectedError(WebSocket, WebSocketException) - Method in class net.dv8tion.jda.requests.WebSocketClient
 
onUserAvatarUpdate(UserAvatarUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onUserGameUpdate(UserGameUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onUserNameUpdate(UserNameUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onUserOnlineStatusUpdate(UserOnlineStatusUpdateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onUserTyping(UserTypingEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceChannelCreate(VoiceChannelCreateEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceChannelDelete(VoiceChannelDeleteEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceChannelUpdateName(VoiceChannelUpdateNameEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceChannelUpdatePermissions(VoiceChannelUpdatePermissionsEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceChannelUpdatePosition(VoiceChannelUpdatePositionEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceDeaf(VoiceDeafEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceJoin(VoiceJoinEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceLeave(VoiceLeaveEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceMute(VoiceMuteEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceSelfDeaf(VoiceSelfDeafEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceSelfMute(VoiceSelfMuteEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceServerDeaf(VoiceServerDeafEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
onVoiceServerMute(VoiceServerMuteEvent) - Method in class net.dv8tion.jda.hooks.ListenerAdapter
 
openAudioConnection(VoiceChannel) - Method in class net.dv8tion.jda.managers.AudioManager
Starts the process to create an audio connection with a VoiceChannel.
Note: Currently you can only be connected to a single VoiceChannel at a time.
Opus - Interface in tomp2p.opuswrapper
This is taken from https://github.com/tbocek/opus-wrapper
Slight modification to how it loads the native library.
Credit for creation of this wrapper goes to the original developer: Thomas Bocek (tbocek)
Opus.OpusCustomDecoder - Class in tomp2p.opuswrapper
 
Opus.OpusCustomEncoder - Class in tomp2p.opuswrapper
 
Opus.OpusCustomMode - Class in tomp2p.opuswrapper
 
Opus.OpusDecoder - Class in tomp2p.opuswrapper
 
Opus.OpusEncoder - Class in tomp2p.opuswrapper
 
Opus.OpusMSDecoder - Class in tomp2p.opuswrapper
 
Opus.OpusMSEncoder - Class in tomp2p.opuswrapper
 
Opus.OpusRepacketizer - Class in tomp2p.opuswrapper
 
OPUS_ALLOC_FAIL - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_APPLICATION_AUDIO - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_APPLICATION_RESTRICTED_LOWDELAY - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_APPLICATION_VOIP - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_AUTO - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BAD_ARG - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_FULLBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_MEDIUMBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_NARROWBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_SUPERWIDEBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BANDWIDTH_WIDEBAND - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BITRATE_MAX - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_BUFFER_TOO_SMALL - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_CHANNEL_COUNT - Static variable in class net.dv8tion.jda.audio.AudioConnection
 
opus_custom_decode(PointerByReference, byte[], int, ShortBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decode(PointerByReference, Pointer, int, ShortByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decode_float(PointerByReference, byte[], int, FloatBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decode_float(PointerByReference, Pointer, int, FloatByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_create(PointerByReference, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_create(PointerByReference, int, IntByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_get_size(PointerByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_decoder_init(PointerByReference, PointerByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encode(PointerByReference, ShortBuffer, int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encode(PointerByReference, ShortByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encode_float(PointerByReference, float[], int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encode_float(PointerByReference, FloatByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_create(PointerByReference, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_create(PointerByReference, int, IntByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_encoder_get_size(PointerByReference, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_mode_create(int, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_custom_mode_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decode(PointerByReference, byte[], int, ShortBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decode(PointerByReference, Pointer, int, ShortByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decode_float(PointerByReference, byte[], int, FloatBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decode_float(PointerByReference, Pointer, int, FloatByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_create(int, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_get_nb_samples(PointerByReference, byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_get_nb_samples(PointerByReference, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_get_size(int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_decoder_init(PointerByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encode(PointerByReference, ShortBuffer, int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encode(PointerByReference, ShortByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encode_float(PointerByReference, float[], int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encode_float(PointerByReference, FloatByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_create(int, int, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_get_size(int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_encoder_init(PointerByReference, int, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAME_SIZE - Static variable in class net.dv8tion.jda.audio.AudioConnection
 
OPUS_FRAME_TIME_AMOUNT - Static variable in class net.dv8tion.jda.audio.AudioConnection
 
OPUS_FRAMESIZE_10_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_20_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_2_5_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_40_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_5_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_60_MS - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_FRAMESIZE_ARG - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_APPLICATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_BANDWIDTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_BITRATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_COMPLEXITY_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_DTX_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_EXPERT_FRAME_DURATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_FINAL_RANGE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_FORCE_CHANNELS_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_GAIN_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_INBAND_FEC_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_LAST_PACKET_DURATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_LOOKAHEAD_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_LSB_DEPTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_MAX_BANDWIDTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_PACKET_LOSS_PERC_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_PITCH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_PREDICTION_DISABLED_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_SAMPLE_RATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_SIGNAL_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_VBR_CONSTRAINT_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_GET_VBR_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_get_version_string() - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_INTERNAL_ERROR - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_INVALID_PACKET - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_INVALID_STATE - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_LIB_NAME - Static variable in class net.dv8tion.jda.managers.AudioManager
 
opus_multistream_decode(PointerByReference, byte[], int, ShortBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decode(PointerByReference, Pointer, int, ShortByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decode_float(PointerByReference, byte[], int, FloatBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decode_float(PointerByReference, Pointer, int, FloatByReference, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_create(int, int, int, int, byte[], IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_get_size(int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_init(PointerByReference, int, int, int, int, byte[]) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_decoder_init(PointerByReference, int, int, int, int, Pointer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encode(PointerByReference, ShortBuffer, int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encode(PointerByReference, ShortByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encode_float(PointerByReference, float[], int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encode_float(PointerByReference, FloatByReference, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_create(int, int, int, int, byte[], int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_ctl(PointerByReference, int, Object...) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_get_size(int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_init(PointerByReference, int, int, int, int, byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_encoder_init(PointerByReference, int, int, int, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_MULTISTREAM_GET_DECODER_STATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_multistream_packet_pad(ByteBuffer, int, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_packet_unpad(ByteBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_surround_encoder_create(int, int, int, IntBuffer, IntBuffer, ByteBuffer, int, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_surround_encoder_get_size(int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_surround_encoder_init(PointerByReference, int, int, int, IntBuffer, IntBuffer, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_multistream_surround_encoder_init(PointerByReference, int, int, int, IntByReference, IntByReference, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_OK - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_bandwidth(byte[]) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_nb_channels(byte[]) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_nb_frames(byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_nb_samples(byte[], int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_get_samples_per_frame(byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_pad(ByteBuffer, int, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_parse(byte[], int, ByteBuffer, byte[], ShortBuffer, IntBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_packet_unpad(ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_pcm_soft_clip(FloatBuffer, int, int, FloatBuffer) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_cat(PointerByReference, byte[], int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_cat(PointerByReference, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_create() - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_destroy(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_get_nb_frames(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_get_size() - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_init(PointerByReference) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_out(PointerByReference, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_out(PointerByReference, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_out_range(PointerByReference, int, int, ByteBuffer, int) - Method in interface tomp2p.opuswrapper.Opus
 
opus_repacketizer_out_range(PointerByReference, int, int, Pointer, int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_RESET_STATE - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SAMPLE_RATE - Static variable in class net.dv8tion.jda.audio.AudioConnection
 
OPUS_SET_APPLICATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_BANDWIDTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_BITRATE_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_COMPLEXITY_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_DTX_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_EXPERT_FRAME_DURATION_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_FORCE_CHANNELS_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_GAIN_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_INBAND_FEC_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_LSB_DEPTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_MAX_BANDWIDTH_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_PACKET_LOSS_PERC_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_PREDICTION_DISABLED_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_SIGNAL_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_VBR_CONSTRAINT_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SET_VBR_REQUEST - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SIGNAL_MUSIC - Static variable in interface tomp2p.opuswrapper.Opus
 
OPUS_SIGNAL_VOICE - Static variable in interface tomp2p.opuswrapper.Opus
 
opus_strerror(int) - Method in interface tomp2p.opuswrapper.Opus
 
OPUS_UNIMPLEMENTED - Static variable in interface tomp2p.opuswrapper.Opus
 
OpusCustomDecoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomDecoder
 
OpusCustomDecoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomDecoder
 
OpusCustomEncoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomEncoder
 
OpusCustomEncoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomEncoder
 
OpusCustomMode(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomMode
 
OpusCustomMode() - Constructor for class tomp2p.opuswrapper.Opus.OpusCustomMode
 
OpusDecoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusDecoder
 
OpusDecoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusDecoder
 
OpusEncoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusEncoder
 
OpusEncoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusEncoder
 
OpusMSDecoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusMSDecoder
 
OpusMSDecoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusMSDecoder
 
OpusMSEncoder(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusMSEncoder
 
OpusMSEncoder() - Constructor for class tomp2p.opuswrapper.Opus.OpusMSEncoder
 
OpusRepacketizer(Pointer) - Constructor for class tomp2p.opuswrapper.Opus.OpusRepacketizer
 
OpusRepacketizer() - Constructor for class tomp2p.opuswrapper.Opus.OpusRepacketizer
 
org.tritonus.midi.file - package org.tritonus.midi.file
 
org.tritonus.sampled.convert - package org.tritonus.sampled.convert
 
org.tritonus.sampled.file - package org.tritonus.sampled.file
 
overwrite(PermissionOverride) - Method in class net.dv8tion.jda.managers.PermissionOverrideManager
Sets this Overrides allow/deny flags according to given PermissionOverride (copy behaviour) This change will only be applied, if PermissionOverrideManager.update() is called.

P

patch(String, JSONObject) - Method in class net.dv8tion.jda.requests.Requester
 
patchA(String, JSONObject) - Method in class net.dv8tion.jda.requests.Requester
 
patchA(String, JSONArray) - Method in class net.dv8tion.jda.requests.Requester
 
patchHeader() - Method in class org.tritonus.sampled.file.AiffAudioOutputStream
 
patchHeader() - Method in class org.tritonus.sampled.file.AuAudioOutputStream
 
patchHeader() - Method in class org.tritonus.sampled.file.WaveAudioOutputStream
 
pause() - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
pause() - Method in class net.dv8tion.jda.audio.player.Player
 
pause() - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
paused - Variable in class net.dv8tion.jda.audio.player.URLPlayer
 
PCM2PCMConversionProvider - Class in org.tritonus.sampled.convert
This provider supports these PCM conversions, most in both directions.
PCM2PCMConversionProvider() - Constructor for class org.tritonus.sampled.convert.PCM2PCMConversionProvider
 
PCM_SIGNED - Static variable in class org.tritonus.sampled.convert.PCM2PCMConversionProvider
 
PCM_SIGNED - Static variable in class org.tritonus.sampled.convert.SampleRateConversionProvider
 
PCM_UNSIGNED - Static variable in class org.tritonus.sampled.convert.PCM2PCMConversionProvider
 
PCM_UNSIGNED - Static variable in class org.tritonus.sampled.convert.SampleRateConversionProvider
 
Permission - Enum in net.dv8tion.jda
 
PermissionException - Exception in net.dv8tion.jda.exceptions
 
PermissionException(Permission) - Constructor for exception net.dv8tion.jda.exceptions.PermissionException
 
PermissionException(String) - Constructor for exception net.dv8tion.jda.exceptions.PermissionException
 
PermissionException(Permission, String) - Constructor for exception net.dv8tion.jda.exceptions.PermissionException
 
PermissionOverride - Interface in net.dv8tion.jda.entities
Represents the specific User or Role permission overrides that can be set for channels.
PermissionOverrideImpl - Class in net.dv8tion.jda.entities.impl
 
PermissionOverrideImpl(Channel, User, Role) - Constructor for class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
PermissionOverrideManager - Class in net.dv8tion.jda.managers
 
PermissionOverrideManager(PermissionOverride) - Constructor for class net.dv8tion.jda.managers.PermissionOverrideManager
Creates a PermissionOverrideManager that can be used to manage grants/denies of the provided PermissionOverride.
PermissionUtil - Class in net.dv8tion.jda.utils
 
PermissionUtil() - Constructor for class net.dv8tion.jda.utils.PermissionUtil
 
play() - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
play() - Method in class net.dv8tion.jda.audio.player.Player
 
play() - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
Player - Class in net.dv8tion.jda.audio.player
 
Player() - Constructor for class net.dv8tion.jda.audio.player.Player
 
playing - Variable in class net.dv8tion.jda.audio.player.URLPlayer
 
post(String, JSONObject) - Method in class net.dv8tion.jda.requests.Requester
 
postA(String, JSONObject) - Method in class net.dv8tion.jda.requests.Requester
 
PresenceUpdateHandler - Class in net.dv8tion.jda.handle
 
PresenceUpdateHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.PresenceUpdateHandler
 
PrivateChannel - Interface in net.dv8tion.jda.entities
Represents the connection used for direct messaging.
PrivateChannelCreateEvent - Class in net.dv8tion.jda.events.channel.priv
 
PrivateChannelCreateEvent(JDA, int, User) - Constructor for class net.dv8tion.jda.events.channel.priv.PrivateChannelCreateEvent
 
PrivateChannelImpl - Class in net.dv8tion.jda.entities.impl
 
PrivateChannelImpl(String, User, JDAImpl) - Constructor for class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
PrivateMessageAcknowledgedEvent - Class in net.dv8tion.jda.events.message.priv
 
PrivateMessageAcknowledgedEvent(JDA, int, String, PrivateChannel) - Constructor for class net.dv8tion.jda.events.message.priv.PrivateMessageAcknowledgedEvent
 
PrivateMessageDeleteEvent - Class in net.dv8tion.jda.events.message.priv
 
PrivateMessageDeleteEvent(JDA, int, String, PrivateChannel) - Constructor for class net.dv8tion.jda.events.message.priv.PrivateMessageDeleteEvent
 
PrivateMessageEmbedEvent - Class in net.dv8tion.jda.events.message.priv
 
PrivateMessageEmbedEvent(JDA, int, String, PrivateChannel, List<MessageEmbed>) - Constructor for class net.dv8tion.jda.events.message.priv.PrivateMessageEmbedEvent
 
PrivateMessageReceivedEvent - Class in net.dv8tion.jda.events.message.priv
 
PrivateMessageReceivedEvent(JDA, int, Message, PrivateChannel) - Constructor for class net.dv8tion.jda.events.message.priv.PrivateMessageReceivedEvent
 
PrivateMessageUpdateEvent - Class in net.dv8tion.jda.events.message.priv
 
PrivateMessageUpdateEvent(JDA, int, Message, PrivateChannel) - Constructor for class net.dv8tion.jda.events.message.priv.PrivateMessageUpdateEvent
 
provide20MsAudio() - Method in interface net.dv8tion.jda.audio.AudioSendHandler
 
provide20MsAudio() - Method in class net.dv8tion.jda.audio.player.Player
 
Provider(String, String) - Constructor for class net.dv8tion.jda.entities.MessageEmbed.Provider
 
proxyPort - Static variable in class net.dv8tion.jda.JDABuilder
 
proxySet - Static variable in class net.dv8tion.jda.JDABuilder
 
proxyUrl - Variable in class net.dv8tion.jda.entities.MessageEmbed.Thumbnail
 
proxyUrl - Static variable in class net.dv8tion.jda.JDABuilder
 
put(String, JSONObject) - Method in class net.dv8tion.jda.requests.Requester
 

R

RateLimitedException - Exception in net.dv8tion.jda.exceptions
 
RateLimitedException(long) - Constructor for exception net.dv8tion.jda.exceptions.RateLimitedException
 
read(FloatSampleBuffer) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
read(FloatSampleBuffer, int, int) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
Main read method.
read() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
read(byte[]) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
read(byte[], int, int) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
Read nLength bytes that will be the converted samples of the original inputStream.
readFormatChunk(DataInputStream, long) - Method in class org.tritonus.sampled.file.WaveAudioFileReader
 
readUnsignedByte(DataInputStream, long[]) - Static method in class org.tritonus.midi.file.StandardMidiFileReader
 
readVariableLengthQuantity(DataInputStream, long[]) - Static method in class org.tritonus.midi.file.StandardMidiFileReader
 
ready() - Method in class net.dv8tion.jda.audio.AudioConnection
 
ready() - Method in class net.dv8tion.jda.requests.WebSocketClient
 
ReadyEvent - Class in net.dv8tion.jda.events
 
ReadyEvent(JDA, int) - Constructor for class net.dv8tion.jda.events.ReadyEvent
 
ReadyHandler - Class in net.dv8tion.jda.handle
 
ReadyHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.ReadyHandler
 
Region - Enum in net.dv8tion.jda
Represents the Regions that Discord has servers in.
This is used by Guild to where the server that hosts the Guild is located.
register(Object) - Method in class net.dv8tion.jda.hooks.AnnotatedEventManager
 
register(Object) - Method in interface net.dv8tion.jda.hooks.IEventManager
 
register(Object) - Method in class net.dv8tion.jda.hooks.InterfacedEventManager
 
removeEventListener(Object) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
removeEventListener(Object) - Method in interface net.dv8tion.jda.JDA
Removes the provided Object from the event-listeners and no longer uses it to handle events.
removeListener(Object) - Method in class net.dv8tion.jda.JDABuilder
Removes a listener from the list of listeners.
removeRoleFromUser(User, Role...) - Method in class net.dv8tion.jda.managers.GuildManager
Removes the specified Role from the User.
If the User does not have the specified Role this method will do nothing.
Requester - Class in net.dv8tion.jda.requests
 
Requester(JDAImpl) - Constructor for class net.dv8tion.jda.requests.Requester
 
RESAMPLE - Static variable in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
Conversion algorithm
reset() - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
reset() - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
reset(Permission...) - Method in class net.dv8tion.jda.managers.PermissionOverrideManager
Resets the allow/deny status for one or more Permissions.
reset() - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
resolve(String) - Static method in class net.dv8tion.jda.utils.InviteUtil
 
resourceStream - Variable in class net.dv8tion.jda.audio.player.URLPlayer
 
responseNumber - Variable in class net.dv8tion.jda.handle.SocketHandler
 
restart() - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
restart() - Method in class net.dv8tion.jda.audio.player.Player
 
restart() - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
retrieve() - Method in class net.dv8tion.jda.MessageHistory
Queues the next set of 100 Messages and returns them If the end of the chat was already reached, this function returns null
retrieve(int) - Method in class net.dv8tion.jda.MessageHistory
Queues the next set of Messages and returns them If the end of the chat was already reached, this function returns null
retrieveAll() - Method in class net.dv8tion.jda.MessageHistory
Gets all available Messages.
revoke(Permission...) - Method in class net.dv8tion.jda.managers.RoleManager
Removes one or more Permissions from this Role.
RIFF_CONTAINER_CHUNK_SIZE - Static variable in class org.tritonus.sampled.file.WaveTool
 
Role - Interface in net.dv8tion.jda.entities
 
role - Variable in class net.dv8tion.jda.events.guild.role.GenericGuildRoleUpdateEvent
 
role - Variable in class net.dv8tion.jda.events.guild.role.GuildRoleUpdateEvent
 
RoleImpl - Class in net.dv8tion.jda.entities.impl
 
RoleImpl(String, Guild) - Constructor for class net.dv8tion.jda.entities.impl.RoleImpl
 
RoleManager - Class in net.dv8tion.jda.managers
 
RoleManager(Role) - Constructor for class net.dv8tion.jda.managers.RoleManager
 
RTP_HEADER_BYTE_LENGTH - Static variable in class net.dv8tion.jda.audio.AudioPacket
 
RTP_PAYLOAD_INDEX - Static variable in class net.dv8tion.jda.audio.AudioPacket
 
RTP_PAYLOAD_TYPE - Static variable in class net.dv8tion.jda.audio.AudioPacket
This is Discord's RTP Profile Payload type.
I've yet to find actual documentation on what the bits inside this value represent.
As far as I can tell, this byte will always be the same, no matter the library implementation.
RTP_VERSION_PAD_EXTEND - Static variable in class net.dv8tion.jda.audio.AudioPacket
Bit index 0 and 1 represent the RTP Protocol version used.
RTP_VERSION_PAD_EXTEND_INDEX - Static variable in class net.dv8tion.jda.audio.AudioPacket
 

S

SAMPLE_AND_HOLD - Static variable in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
Conversion algorithm
SampleRateConversionProvider - Class in org.tritonus.sampled.convert
This provider converts sample rate of 2 PCM streams.
SampleRateConversionProvider() - Constructor for class org.tritonus.sampled.convert.SampleRateConversionProvider
Constructor.
SampleRateConversionProvider.SampleRateConverterStream - Class in org.tritonus.sampled.convert
SampleRateConverterStream
SampleRateConversionProvider.SRCAudioFormat - Class in org.tritonus.sampled.convert
Obviously, this class is used to be able to set the frame rate/sample rate after the AudioFormat object has been created.
SampleRateConverterStream(AudioInputStream, AudioFormat) - Constructor for class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
SampleRateConverterStream(FloatSampleInput, AudioFormat, long) - Constructor for class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
SelfInfo - Interface in net.dv8tion.jda.entities
Represents the currently logged in account.
SelfInfoImpl - Class in net.dv8tion.jda.entities.impl
 
SelfInfoImpl(String, String, JDAImpl) - Constructor for class net.dv8tion.jda.entities.impl.SelfInfoImpl
 
send(String) - Method in class net.dv8tion.jda.audio.AudioWebSocket
 
send(String) - Method in class net.dv8tion.jda.requests.WebSocketClient
 
sendFile(File) - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
sendFile(File) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
sendFile(File) - Method in interface net.dv8tion.jda.entities.MessageChannel
Uploads a file to the Discord servers and sends it to this TextChannel.
sendFileAsync(File, Consumer<Message>) - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
sendFileAsync(File, Consumer<Message>) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
sendFileAsync(File, Consumer<Message>) - Method in interface net.dv8tion.jda.entities.MessageChannel
Asynchronously uploads a file to the Discord servers and sends it to this TextChannel.
sendMessage(String) - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
sendMessage(Message) - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
sendMessage(String) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
sendMessage(Message) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
sendMessage(String) - Method in interface net.dv8tion.jda.entities.MessageChannel
Sents a plain text Message to this channel.
sendMessage(Message) - Method in interface net.dv8tion.jda.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.
sendMessageAsync(String, Consumer<Message>) - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
sendMessageAsync(Message, Consumer<Message>) - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
sendMessageAsync(String, Consumer<Message>) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
sendMessageAsync(Message, Consumer<Message>) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
sendMessageAsync(String, Consumer<Message>) - Method in interface net.dv8tion.jda.entities.MessageChannel
Sents a plain text Message to this channel.
sendMessageAsync(Message, Consumer<Message>) - Method in interface net.dv8tion.jda.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.
sendTyping() - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
sendTyping() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
sendTyping() - Method in interface net.dv8tion.jda.entities.MessageChannel
Sends the typing status to discord.
SEQ_INDEX - Static variable in class net.dv8tion.jda.audio.AudioPacket
 
SERVICES - Static variable in class net.dv8tion.jda.utils.ServiceUtil
 
SERVICES_DIRECTORY - Static variable in class net.dv8tion.jda.utils.ServiceUtil
 
ServiceUtil - Class in net.dv8tion.jda.utils
Internal class used to load the Java Service Provider Interfaces used by JDA.
ServiceUtil() - Constructor for class net.dv8tion.jda.utils.ServiceUtil
 
setAfkChannel(VoiceChannel) - Method in class net.dv8tion.jda.managers.GuildManager
Changes the AFK VoiceChannel of this Guild If passed null, this will disable the AFK-Channel.
setAfkChannelId(String) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
setAfkTimeout(int) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
setAfkTimeout(GuildManager.Timeout) - Method in class net.dv8tion.jda.managers.GuildManager
Changes the AFK Timeout of this Guild After given timeout (in seconds) Users being AFK in voice are being moved to the AFK-Channel Valid timeouts are: 60, 300, 900, 1800, 3600.
setAllow(int) - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
setAllowAck(boolean) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
Enables or disables the ack functionality of JDA.
Read the Javadocs of JDAImpl.ack(Message) for guidelines on how and when to ack!
setAttachments(List<Message.Attachment>) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setAudioConnection(AudioConnection) - Method in class net.dv8tion.jda.managers.AudioManager
Please don't touch this method.
setAudioFile(File) - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
setAudioSource(AudioInputStream) - Method in class net.dv8tion.jda.audio.player.Player
 
setAudioUrl(URL) - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
setAudioUrl(URL, int) - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
setAuthor(MessageEmbed.Provider) - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
setAuthor(User) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setAuthToken(String) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
setAvailable(boolean) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
setAvatar(AvatarUtil.Avatar) - Method in class net.dv8tion.jda.managers.AccountManager
Set the avatar of the connected account.
setAvatarId(String) - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
setChannel(VoiceChannel) - Method in class net.dv8tion.jda.audio.AudioConnection
 
setChannel(VoiceChannel) - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
setChannelId(String) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setColor(int) - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
setColor(int) - Method in class net.dv8tion.jda.managers.RoleManager
Sets the color of this Role.
setColor(Color) - Method in class net.dv8tion.jda.managers.RoleManager
Sets the color of this Role.
setContent(String) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setConversionAlgorithm(int) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
setCurrentGame(String) - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
setDeaf(boolean) - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
setDebug(boolean) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
setDebug(boolean) - Method in interface net.dv8tion.jda.JDA
Used to enable JDA debug output.
setDebug(boolean) - Method in class net.dv8tion.jda.JDABuilder
Enables developer debug of JDA.
Enabling this will print stack traces instead of java logger message when exceptions are encountered.
setDeny(int) - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
setDescription(String) - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
setDiscriminator(String) - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
setEditedTime(OffsetDateTime) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setEmail(String) - Method in class net.dv8tion.jda.entities.impl.SelfInfoImpl
 
setEmail(String) - Method in class net.dv8tion.jda.JDABuilder
Sets the email that will be used by the JDA instance to log in when buildAsync() or buildBlocking() is called.
setEmail(String) - Method in class net.dv8tion.jda.managers.AccountManager
Set the email of the connected account.
setEventManager(IEventManager) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
setEventManager(IEventManager) - Method in interface net.dv8tion.jda.JDA
Changes the internal EventManager.
setGame(String) - Method in class net.dv8tion.jda.managers.AccountManager
Set currently played game of the connected account.
setGrouped(boolean) - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
setGrouped(Boolean) - Method in class net.dv8tion.jda.managers.RoleManager
Sets, whether this Role should be grouped in the member-overview.
setIcon(AvatarUtil.Avatar) - Method in class net.dv8tion.jda.managers.GuildManager
Changes the icon of this Guild.
You can create the icon via the AvatarUtil class.
setIconId(String) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
setIdle(boolean) - Method in class net.dv8tion.jda.managers.AccountManager
Set status of the connected account.
setIsPrivate(boolean) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setManaged(boolean) - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
setMentionedChannels(List<TextChannel>) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setMentionedUsers(List<User>) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setMentionsEveryone(boolean) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setMessageTimeout(long) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
setMute(boolean) - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
setMutedChannels(List<TextChannel>) - Method in class net.dv8tion.jda.entities.impl.SelfInfoImpl
 
setName(String) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
setName(String) - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
setName(String) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
setName(String) - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
setName(String) - Method in class net.dv8tion.jda.managers.ChannelManager
Sets the name of this Channel.
setName(String) - Method in class net.dv8tion.jda.managers.GuildManager
Changes the name of this Guild.
setName(String) - Method in class net.dv8tion.jda.managers.RoleManager
Sets the name of this Role.
setOnlineStatus(OnlineStatus) - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
setOwnerId(String) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
setPassword(String) - Method in class net.dv8tion.jda.JDABuilder
Sets the password that will be used by the JDA instance to log in when buildAsync() or buildBlocking() is called.
setPassword(String) - Method in class net.dv8tion.jda.managers.AccountManager
Set the password of the connected account.
setPermissions(int) - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
setPosition(int) - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
setPosition(int) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
setPosition(int) - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
setPosition(int) - Method in class net.dv8tion.jda.managers.ChannelManager
Sets the position of this Channel.
setPrivateChannel(PrivateChannel) - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
setProxy(String, int) - Method in class net.dv8tion.jda.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.
setPublicRole(Role) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
setReceivingHandler(AudioReceiveHandler) - Method in class net.dv8tion.jda.audio.AudioConnection
 
setReceivingHandler(AudioReceiveHandler) - Method in class net.dv8tion.jda.managers.AudioManager
Sets the AudioReceiveHandler that the manager will use to process audio data received from an audio connection.
setRegion(Region) - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
setRegion(Region) - Method in class net.dv8tion.jda.managers.GuildManager
Changes the Region of this Guild.
setResponseTotal(int) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
setSampleRate(float) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SRCAudioFormat
 
setSelfInfo(SelfInfo) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
setSendingHandler(AudioSendHandler) - Method in class net.dv8tion.jda.audio.AudioConnection
 
setSendingHandler(AudioSendHandler) - Method in class net.dv8tion.jda.managers.AudioManager
Sets the AudioSendHandler that the manager will use to provide audio data to an audio connection.
The handler provided here will persist between audio connection connect and disconnects.
setServerDeaf(boolean) - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
setServerMute(boolean) - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
setSessionId(String) - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
setSiteProvider(MessageEmbed.Provider) - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
setSuppressed(boolean) - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
setTargetSampleRate(float) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
setThumbnail(MessageEmbed.Thumbnail) - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
setTime(OffsetDateTime) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setTitle(String) - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
setTopic(String) - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
setTopic(String) - Method in class net.dv8tion.jda.managers.ChannelManager
Sets the topic of this Channel.
setTTS(boolean) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
setTTS(boolean) - Method in class net.dv8tion.jda.MessageBuilder
Makes the created Message a TTS message
setType(EmbedType) - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
setUrl(String) - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
setUserName(String) - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
setUsername(String) - Method in class net.dv8tion.jda.managers.AccountManager
Set the username of the connected account.
setUsers(List<User>) - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
setVerified(boolean) - Method in class net.dv8tion.jda.entities.impl.SelfInfoImpl
 
setVideoInfo(MessageEmbed.VideoInfo) - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
setVolume(float) - Method in class net.dv8tion.jda.audio.player.Player
 
shutdown() - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
shutdown(boolean) - Method in class net.dv8tion.jda.entities.impl.JDAImpl
 
shutdown() - Method in interface net.dv8tion.jda.JDA
Shuts down JDA, closing all its connections.
shutdown(boolean) - Method in interface net.dv8tion.jda.JDA
Shuts down JDA, closing all its connections.
skip(long) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
SND_FORMAT_ADPCM_G721 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_ADPCM_G722 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_ADPCM_G723_3 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_ADPCM_G723_5 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_ALAW_8 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_DOUBLE - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_FLOAT - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_LINEAR_16 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_LINEAR_24 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_LINEAR_32 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_LINEAR_8 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_MULAW_8 - Static variable in class org.tritonus.sampled.file.AuTool
 
SND_FORMAT_UNSPECIFIED - Static variable in class org.tritonus.sampled.file.AuTool
 
socket - Static variable in class net.dv8tion.jda.audio.AudioWebSocket
 
SocketHandler - Class in net.dv8tion.jda.handle
 
SocketHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.SocketHandler
 
sourceBytes2targetBytes(long) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
sourceFrames2targetFrames(double) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
SRCAudioFormat(AudioFormat) - Constructor for class org.tritonus.sampled.convert.SampleRateConversionProvider.SRCAudioFormat
 
SSRC_INDEX - Static variable in class net.dv8tion.jda.audio.AudioPacket
 
StandardMidiFileReader - Class in org.tritonus.midi.file
TODO:
StandardMidiFileReader() - Constructor for class org.tritonus.midi.file.StandardMidiFileReader
 
StandardMidiFileWriter - Class in org.tritonus.midi.file
Writer for Standard Midi Files.
StandardMidiFileWriter() - Constructor for class org.tritonus.midi.file.StandardMidiFileWriter
 
started - Variable in class net.dv8tion.jda.audio.player.URLPlayer
 
stop() - Method in class net.dv8tion.jda.audio.player.FilePlayer
 
stop() - Method in class net.dv8tion.jda.audio.player.Player
 
stop() - Method in class net.dv8tion.jda.audio.player.URLPlayer
 
stopped - Variable in class net.dv8tion.jda.audio.player.URLPlayer
 
SubscribeEvent - Annotation Type in net.dv8tion.jda.hooks
 

T

targetBytes2sourceBytes(long) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
targetFrames2sourceFrames(double) - Method in class org.tritonus.sampled.convert.SampleRateConversionProvider.SampleRateConverterStream
 
TextChannel - Class in net.dv8tion.jda.entities
Represents a Discord Text Channel.
TextChannel() - Constructor for class net.dv8tion.jda.entities.TextChannel
 
TextChannelCreateEvent - Class in net.dv8tion.jda.events.channel.text
 
TextChannelCreateEvent(JDA, int, TextChannel) - Constructor for class net.dv8tion.jda.events.channel.text.TextChannelCreateEvent
 
TextChannelDeleteEvent - Class in net.dv8tion.jda.events.channel.text
 
TextChannelDeleteEvent(JDA, int, TextChannel) - Constructor for class net.dv8tion.jda.events.channel.text.TextChannelDeleteEvent
 
TextChannelImpl - Class in net.dv8tion.jda.entities.impl
 
TextChannelImpl(String, Guild) - Constructor for class net.dv8tion.jda.entities.impl.TextChannelImpl
 
TextChannelImpl.AsyncMessageSender - Class in net.dv8tion.jda.entities.impl
 
TextChannelUpdateNameEvent - Class in net.dv8tion.jda.events.channel.text
 
TextChannelUpdateNameEvent(JDA, int, TextChannel, String) - Constructor for class net.dv8tion.jda.events.channel.text.TextChannelUpdateNameEvent
 
TextChannelUpdatePermissionsEvent - Class in net.dv8tion.jda.events.channel.text
 
TextChannelUpdatePermissionsEvent(JDA, int, TextChannel, List<Role>, List<User>) - Constructor for class net.dv8tion.jda.events.channel.text.TextChannelUpdatePermissionsEvent
 
TextChannelUpdatePositionEvent - Class in net.dv8tion.jda.events.channel.text
 
TextChannelUpdatePositionEvent(JDA, int, TextChannel, int) - Constructor for class net.dv8tion.jda.events.channel.text.TextChannelUpdatePositionEvent
 
TextChannelUpdateTopicEvent - Class in net.dv8tion.jda.events.channel.text
 
TextChannelUpdateTopicEvent(JDA, int, TextChannel, String) - Constructor for class net.dv8tion.jda.events.channel.text.TextChannelUpdateTopicEvent
 
Thumbnail(String, String, int, int) - Constructor for class net.dv8tion.jda.entities.MessageEmbed.Thumbnail
 
TIMESTAMP_INDEX - Static variable in class net.dv8tion.jda.audio.AudioPacket
 
tomp2p.opuswrapper - package tomp2p.opuswrapper
 
toString() - Method in class net.dv8tion.jda.entities.impl.GuildImpl
 
toString() - Method in class net.dv8tion.jda.entities.impl.MessageEmbedImpl
 
toString() - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
toString() - Method in class net.dv8tion.jda.entities.impl.PermissionOverrideImpl
 
toString() - Method in class net.dv8tion.jda.entities.impl.PrivateChannelImpl
 
toString() - Method in class net.dv8tion.jda.entities.impl.RoleImpl
 
toString() - Method in class net.dv8tion.jda.entities.impl.TextChannelImpl
 
toString() - Method in class net.dv8tion.jda.entities.impl.UserImpl
 
toString() - Method in class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
toString() - Method in class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 
toString() - Method in enum net.dv8tion.jda.Region
 
TRACK_MAGIC - Static variable in interface org.tritonus.midi.file.MidiConstants
Track magic constant.
transferOwnership(User) - Method in class net.dv8tion.jda.managers.GuildManager
Transfers the ownership of this Guild to another user.

U

unBan(User) - Method in class net.dv8tion.jda.managers.GuildManager
Unbans the provided User from the Guild.
unBan(String) - Method in class net.dv8tion.jda.managers.GuildManager
Unbans the User from the Guild based on the provided userId.
unregister(Object) - Method in class net.dv8tion.jda.hooks.AnnotatedEventManager
 
unregister(Object) - Method in interface net.dv8tion.jda.hooks.IEventManager
 
unregister(Object) - Method in class net.dv8tion.jda.hooks.InterfacedEventManager
 
update() - Method in class net.dv8tion.jda.managers.AccountManager
Updates the profile of the connected account, sends the changed data to the Discord server.
update() - Method in class net.dv8tion.jda.managers.ChannelManager
This method will apply all accumulated changes received by setters
update() - Method in class net.dv8tion.jda.managers.GuildManager
This method will apply all accumulated changes received by setters
update() - Method in class net.dv8tion.jda.managers.PermissionOverrideManager
This method will apply all accumulated changes received by setters
update() - Method in class net.dv8tion.jda.managers.RoleManager
 
updateMessage(String) - Method in class net.dv8tion.jda.entities.impl.MessageImpl
 
updateMessage(String) - Method in interface net.dv8tion.jda.entities.Message
Edits this Messages content to the provided String.
updatePassword(String) - Method in class net.dv8tion.jda.managers.AccountManager
Used to update the password used with authentication.
This is NOT used to changed the password.
url - Variable in class net.dv8tion.jda.entities.MessageEmbed.Provider
 
url - Variable in class net.dv8tion.jda.entities.MessageEmbed.Thumbnail
 
url - Variable in class net.dv8tion.jda.entities.MessageEmbed.VideoInfo
 
urlOfResource - Variable in class net.dv8tion.jda.audio.player.URLPlayer
 
URLPlayer - Class in net.dv8tion.jda.audio.player
Created by Austin on 1/24/2016.
URLPlayer(JDA) - Constructor for class net.dv8tion.jda.audio.player.URLPlayer
Creates a new URLPlayer.
URLPlayer(JDA, URL) - Constructor for class net.dv8tion.jda.audio.player.URLPlayer
Creates a new URLPlayer with the given URL as resource.
URLPlayer(JDA, URL, int) - Constructor for class net.dv8tion.jda.audio.player.URLPlayer
Creates a new URLPlayer with the given URL as resource and a buffer with the given size.
USE_RUNNING_STATUS - Static variable in class org.tritonus.midi.file.StandardMidiFileWriter
TODO:
useAnnotatedEventManager(boolean) - Method in class net.dv8tion.jda.JDABuilder
Changes the internal EventManager.
User - Interface in net.dv8tion.jda.entities
Represents a Discord User.
USER_AGENT - Static variable in class net.dv8tion.jda.requests.Requester
 
USER_SPEAKING_UPDATE - Static variable in class net.dv8tion.jda.audio.AudioWebSocket
 
userAgent - Variable in class net.dv8tion.jda.audio.player.URLPlayer
 
UserAvatarUpdateEvent - Class in net.dv8tion.jda.events.user
 
UserAvatarUpdateEvent(JDA, int, User, String) - Constructor for class net.dv8tion.jda.events.user.UserAvatarUpdateEvent
 
UserGameUpdateEvent - Class in net.dv8tion.jda.events.user
 
UserGameUpdateEvent(JDA, int, User, String) - Constructor for class net.dv8tion.jda.events.user.UserGameUpdateEvent
 
UserImpl - Class in net.dv8tion.jda.entities.impl
 
UserImpl(String, JDAImpl) - Constructor for class net.dv8tion.jda.entities.impl.UserImpl
 
UserNameUpdateEvent - Class in net.dv8tion.jda.events.user
 
UserNameUpdateEvent(JDA, int, User, String) - Constructor for class net.dv8tion.jda.events.user.UserNameUpdateEvent
 
UserOnlineStatusUpdateEvent - Class in net.dv8tion.jda.events.user
 
UserOnlineStatusUpdateEvent(JDA, int, User, OnlineStatus) - Constructor for class net.dv8tion.jda.events.user.UserOnlineStatusUpdateEvent
 
UserTypingEvent - Class in net.dv8tion.jda.events.user
 
UserTypingEvent(JDA, int, User, TextChannel, OffsetDateTime) - Constructor for class net.dv8tion.jda.events.user.UserTypingEvent
 
UserTypingHandler - Class in net.dv8tion.jda.handle
 
UserTypingHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.UserTypingHandler
 
UserUpdateHandler - Class in net.dv8tion.jda.handle
 
UserUpdateHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.UserUpdateHandler
 

V

valueOf(String) - Static method in enum net.dv8tion.jda.EmbedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dv8tion.jda.MessageBuilder.Formatting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dv8tion.jda.OnlineStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dv8tion.jda.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.dv8tion.jda.Region
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.dv8tion.jda.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.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.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.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.Region
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class net.dv8tion.jda.JDAInfo
 
VERSION_BUILD - Static variable in class net.dv8tion.jda.JDAInfo
 
VERSION_MAJOR - Static variable in class net.dv8tion.jda.JDAInfo
 
VERSION_MINOR - Static variable in class net.dv8tion.jda.JDAInfo
 
VERSION_REVISION - Static variable in class net.dv8tion.jda.JDAInfo
 
VideoInfo(String, int, int) - Constructor for class net.dv8tion.jda.entities.MessageEmbed.VideoInfo
 
VoiceChangeHandler - Class in net.dv8tion.jda.handle
 
VoiceChangeHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.VoiceChangeHandler
 
VoiceChannel - Interface in net.dv8tion.jda.entities
Represents a Discord Voice Channel.
VoiceChannelCreateEvent - Class in net.dv8tion.jda.events.channel.voice
 
VoiceChannelCreateEvent(JDA, int, VoiceChannel) - Constructor for class net.dv8tion.jda.events.channel.voice.VoiceChannelCreateEvent
 
VoiceChannelDeleteEvent - Class in net.dv8tion.jda.events.channel.voice
 
VoiceChannelDeleteEvent(JDA, int, VoiceChannel) - Constructor for class net.dv8tion.jda.events.channel.voice.VoiceChannelDeleteEvent
 
VoiceChannelImpl - Class in net.dv8tion.jda.entities.impl
 
VoiceChannelImpl(String, Guild) - Constructor for class net.dv8tion.jda.entities.impl.VoiceChannelImpl
 
VoiceChannelUpdateNameEvent - Class in net.dv8tion.jda.events.channel.voice
 
VoiceChannelUpdateNameEvent(JDA, int, VoiceChannel, String) - Constructor for class net.dv8tion.jda.events.channel.voice.VoiceChannelUpdateNameEvent
 
VoiceChannelUpdatePermissionsEvent - Class in net.dv8tion.jda.events.channel.voice
 
VoiceChannelUpdatePermissionsEvent(JDA, int, VoiceChannel, List<Role>, List<User>) - Constructor for class net.dv8tion.jda.events.channel.voice.VoiceChannelUpdatePermissionsEvent
 
VoiceChannelUpdatePositionEvent - Class in net.dv8tion.jda.events.channel.voice
 
VoiceChannelUpdatePositionEvent(JDA, int, VoiceChannel, int) - Constructor for class net.dv8tion.jda.events.channel.voice.VoiceChannelUpdatePositionEvent
 
VoiceDeafEvent - Class in net.dv8tion.jda.events.voice
 
VoiceDeafEvent(JDA, int, VoiceStatus) - Constructor for class net.dv8tion.jda.events.voice.VoiceDeafEvent
 
VoiceJoinEvent - Class in net.dv8tion.jda.events.voice
 
VoiceJoinEvent(JDA, int, VoiceStatus) - Constructor for class net.dv8tion.jda.events.voice.VoiceJoinEvent
 
VoiceLeaveEvent - Class in net.dv8tion.jda.events.voice
 
VoiceLeaveEvent(JDA, int, VoiceStatus, VoiceChannel) - Constructor for class net.dv8tion.jda.events.voice.VoiceLeaveEvent
 
VoiceMuteEvent - Class in net.dv8tion.jda.events.voice
 
VoiceMuteEvent(JDA, int, VoiceStatus) - Constructor for class net.dv8tion.jda.events.voice.VoiceMuteEvent
 
VoiceSelfDeafEvent - Class in net.dv8tion.jda.events.voice
 
VoiceSelfDeafEvent(JDA, int, VoiceStatus) - Constructor for class net.dv8tion.jda.events.voice.VoiceSelfDeafEvent
 
VoiceSelfMuteEvent - Class in net.dv8tion.jda.events.voice
 
VoiceSelfMuteEvent(JDA, int, VoiceStatus) - Constructor for class net.dv8tion.jda.events.voice.VoiceSelfMuteEvent
 
VoiceServerDeafEvent - Class in net.dv8tion.jda.events.voice
 
VoiceServerDeafEvent(JDA, int, VoiceStatus) - Constructor for class net.dv8tion.jda.events.voice.VoiceServerDeafEvent
 
VoiceServerMuteEvent - Class in net.dv8tion.jda.events.voice
 
VoiceServerMuteEvent(JDA, int, VoiceStatus) - Constructor for class net.dv8tion.jda.events.voice.VoiceServerMuteEvent
 
VoiceServerUpdateHandler - Class in net.dv8tion.jda.handle
 
VoiceServerUpdateHandler(JDAImpl, int) - Constructor for class net.dv8tion.jda.handle.VoiceServerUpdateHandler
 
VoiceStatus - Interface in net.dv8tion.jda.entities
 
voiceStatus - Variable in class net.dv8tion.jda.events.voice.GenericVoiceEvent
 
VoiceStatusImpl - Class in net.dv8tion.jda.entities.impl
 
VoiceStatusImpl(User, Guild) - Constructor for class net.dv8tion.jda.entities.impl.VoiceStatusImpl
 

W

WAVE_DATA_MAGIC - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FACT_MAGIC - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FMT_MAGIC - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_ALAW - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_G721_ADPCM - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_G723_ADPCM - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_GSM610 - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_IMA_ADPCM - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_MPEG - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_MS_ADPCM - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_PCM - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_ULAW - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_FORMAT_UNSPECIFIED - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_RIFF_MAGIC - Static variable in class org.tritonus.sampled.file.WaveTool
 
WAVE_WAVE_MAGIC - Static variable in class org.tritonus.sampled.file.WaveTool
 
WaveAudioFileReader - Class in org.tritonus.sampled.file
Class for reading wave files.
WaveAudioFileReader() - Constructor for class org.tritonus.sampled.file.WaveAudioFileReader
 
WaveAudioFileWriter - Class in org.tritonus.sampled.file
Class for writing Microsoft(tm) WAVE files
WaveAudioFileWriter() - Constructor for class org.tritonus.sampled.file.WaveAudioFileWriter
 
WaveAudioOutputStream - Class in org.tritonus.sampled.file
AudioOutputStream for Wave files.
WaveAudioOutputStream(AudioFormat, long, TDataOutputStream) - Constructor for class org.tritonus.sampled.file.WaveAudioOutputStream
 
WaveTool - Class in org.tritonus.sampled.file
Common constants and methods for handling wave files.
WaveTool() - Constructor for class org.tritonus.sampled.file.WaveTool
 
WebSocketClient - Class in net.dv8tion.jda.requests
 
WebSocketClient(String, JDAImpl, HttpHost) - Constructor for class net.dv8tion.jda.requests.WebSocketClient
 
width - Variable in class net.dv8tion.jda.entities.MessageEmbed.Thumbnail
 
width - Variable in class net.dv8tion.jda.entities.MessageEmbed.VideoInfo
 
write(Sequence, int, OutputStream) - Method in class org.tritonus.midi.file.StandardMidiFileWriter
Write a Sequence as Standard MIDI File (SMF) to an OutputStream.
write(Sequence, int, File) - Method in class org.tritonus.midi.file.StandardMidiFileWriter
Write a Sequence as Standard MIDI File (SMF) to a File.
writeHeader() - Method in class org.tritonus.sampled.file.AiffAudioOutputStream
 
writeHeader() - Method in class org.tritonus.sampled.file.AuAudioOutputStream
 
writeHeader() - Method in class org.tritonus.sampled.file.WaveAudioOutputStream
 
writeIeeeExtended(TDataOutputStream, float) - Method in class org.tritonus.sampled.file.AiffAudioOutputStream
 
writeText(TDataOutputStream, String) - Static method in class org.tritonus.sampled.file.AuAudioOutputStream
Writes a null-terminated ascii string s to f.
A B C D E F G H I J K L M N O P R S T U V W