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

C

CachedMessagePinEventImpl - Class in org.javacord.core.event.message
The implementation of CachedMessagePinEvent.
CachedMessagePinEventImpl(Message) - Constructor for class org.javacord.core.event.message.CachedMessagePinEventImpl
Creates a new cached message pin event.
CachedMessageUnpinEventImpl - Class in org.javacord.core.event.message
The implementation of CachedMessageUnpinEvent.
CachedMessageUnpinEventImpl(Message) - Constructor for class org.javacord.core.event.message.CachedMessageUnpinEventImpl
Creates a new cached message unpin event.
CANNOT_EDIT_A_MESSAGE_AUTHORED_BY_ANOTHER_USER - org.javacord.core.util.rest.RestRequestResultErrorCode
 
CANNOT_EXECUTE_ACTION_ON_A_DM_CHANNEL - org.javacord.core.util.rest.RestRequestResultErrorCode
 
CANNOT_EXECUTE_ACTION_ON_A_SYSTEM_MESSAGE - org.javacord.core.util.rest.RestRequestResultErrorCode
 
CANNOT_SEND_AN_EMPTY_MESSAGE - org.javacord.core.util.rest.RestRequestResultErrorCode
 
CANNOT_SEND_MESSAGES_IN_A_VOICE_CHANNEL - org.javacord.core.util.rest.RestRequestResultErrorCode
 
CANNOT_SEND_MESSAGES_TO_THIS_USER - org.javacord.core.util.rest.RestRequestResultErrorCode
 
category - Variable in class org.javacord.core.entity.channel.ServerTextChannelUpdaterDelegateImpl
The category to update.
category - Variable in class org.javacord.core.entity.channel.ServerVoiceChannelUpdaterDelegateImpl
The category to update.
ceiling(Message) - Method in class org.javacord.core.entity.message.MessageSetImpl
 
CertainMessageEventImpl - Class in org.javacord.core.event.message
The implementation of CertainMessageEvent.
CertainMessageEventImpl(Message) - Constructor for class org.javacord.core.event.message.CertainMessageEventImpl
Creates a new certain message event.
channel - Variable in class org.javacord.core.entity.channel.ChannelUpdaterDelegateImpl
The channel to update.
channel - Variable in class org.javacord.core.entity.channel.ServerChannelUpdaterDelegateImpl
The channel to update.
channel - Variable in class org.javacord.core.entity.webhook.WebhookBuilderDelegateImpl
The channel for the webhook.
channel - Variable in class org.javacord.core.entity.webhook.WebhookUpdaterDelegateImpl
The channel to update.
CHANNEL - org.javacord.core.util.rest.RestEndpoint
 
CHANNEL_INVITE - org.javacord.core.util.rest.RestEndpoint
 
CHANNEL_TYPING - org.javacord.core.util.rest.RestEndpoint
 
CHANNEL_VERIFICATION_LEVEL_IS_TOO_HIGH - org.javacord.core.util.rest.RestRequestResultErrorCode
 
CHANNEL_WEBHOOK - org.javacord.core.util.rest.RestEndpoint
 
ChannelCategoryBuilderDelegateImpl - Class in org.javacord.core.entity.channel
The implementation of ChannelCategoryBuilderDelegate.
ChannelCategoryBuilderDelegateImpl(ServerImpl) - Constructor for class org.javacord.core.entity.channel.ChannelCategoryBuilderDelegateImpl
Creates a new channel category builder delegate.
ChannelCategoryImpl - Class in org.javacord.core.entity.channel
The implementation of ChannelCategory.
ChannelCategoryImpl(DiscordApiImpl, ServerImpl, JsonNode) - Constructor for class org.javacord.core.entity.channel.ChannelCategoryImpl
Creates a new server channel category object.
ChannelCreateHandler - Class in org.javacord.core.util.handler.channel
Handles the channel create packet.
ChannelCreateHandler(DiscordApi) - Constructor for class org.javacord.core.util.handler.channel.ChannelCreateHandler
Creates a new instance of this class.
ChannelDeleteHandler - Class in org.javacord.core.util.handler.channel
Handles the channel delete packet.
ChannelDeleteHandler(DiscordApi) - Constructor for class org.javacord.core.util.handler.channel.ChannelDeleteHandler
Creates a new instance of this class.
ChannelPinsUpdateEventImpl - Class in org.javacord.core.event.message
The implementation of ChannelPinsUpdateEvent.
ChannelPinsUpdateEventImpl(TextChannel, Instant) - Constructor for class org.javacord.core.event.message.ChannelPinsUpdateEventImpl
Creates a new channel pins update event.
ChannelPinsUpdateHandler - Class in org.javacord.core.util.handler.channel
Handles the channel pins update packet.
ChannelPinsUpdateHandler(DiscordApi) - Constructor for class org.javacord.core.util.handler.channel.ChannelPinsUpdateHandler
Creates a new instance of this class.
ChannelUpdateHandler - Class in org.javacord.core.util.handler.channel
Handles the channel update packet.
ChannelUpdateHandler(DiscordApi) - Constructor for class org.javacord.core.util.handler.channel.ChannelUpdateHandler
Creates a new instance of this class.
ChannelUpdaterDelegateImpl - Class in org.javacord.core.entity.channel
The implementation of GroupChannelUpdaterDelegate.
ChannelUpdaterDelegateImpl(GroupChannel) - Constructor for class org.javacord.core.entity.channel.ChannelUpdaterDelegateImpl
Creates a new group channel updater delegate.
ChannelUserEventImpl - Class in org.javacord.core.event.user
The implementation of TextChannelUserEvent.
ChannelUserEventImpl(User, TextChannel) - Constructor for class org.javacord.core.event.user.ChannelUserEventImpl
Creates a new text channel user event.
ClassHelper - Class in org.javacord.core.util
This class contains some helpers to handle classes.
clean() - Method in class org.javacord.core.util.cache.MessageCacheImpl
Cleans the cache.
cleanup() - Method in class org.javacord.core.entity.channel.GroupChannelImpl
 
cleanup() - Method in class org.javacord.core.entity.channel.PrivateChannelImpl
 
cleanup() - Method in class org.javacord.core.entity.channel.ServerTextChannelImpl
 
cleanup() - Method in class org.javacord.core.entity.server.ServerImpl
 
cleanup() - Method in class org.javacord.core.entity.user.UserImpl
 
cleanup() - Method in class org.javacord.core.util.cache.MessageCacheImpl
 
cleanup() - Method in interface org.javacord.core.util.Cleanupable
Does any cleanup that would prevent this instance from being eligible for garbage collection like cancelling scheduled repeated tasks or calling cleanup on "owned" cleanupable objects.
cleanup() - Method in class org.javacord.core.util.ratelimit.RatelimitManager
 
Cleanupable - Interface in org.javacord.core.util
This class represents an object which can clean up after itself.
clear() - Method in class org.javacord.core.entity.message.MessageSetImpl
 
clearDelegate() - Method in class org.javacord.core.entity.message.embed.EditableEmbedFieldImpl
Clears the delegate of this editable embed field and thus makes this instance unusable.
CLIENT_DISCONNECT - org.javacord.core.util.gateway.VoiceGatewayOpcode
a client has disconnected from the voice channel.
COMMANDED_RECONNECT - org.javacord.core.util.gateway.WebSocketCloseCode
Discord asked for a reconnect, and there is no pre-defined matching close reason, thus 4999 is used which is unlikely to get assigned by Discord.
COMMANDED_RECONNECT - org.javacord.core.util.gateway.WebSocketCloseReason
 
comparator() - Method in class org.javacord.core.entity.message.MessageSetImpl
 
compareTo(Message) - Method in class org.javacord.core.entity.message.MessageImpl
 
compareTo(Role) - Method in class org.javacord.core.entity.permission.RoleImpl
contains(Object) - Method in class org.javacord.core.entity.message.MessageSetImpl
 
containsAll(Collection<?>) - Method in class org.javacord.core.entity.message.MessageSetImpl
 
containsYou() - Method in class org.javacord.core.entity.message.ReactionImpl
 
create() - Method in class org.javacord.core.entity.channel.ChannelCategoryBuilderDelegateImpl
 
create() - Method in class org.javacord.core.entity.channel.ServerTextChannelBuilderDelegateImpl
 
create() - Method in class org.javacord.core.entity.channel.ServerVoiceChannelBuilderDelegateImpl
 
create() - Method in class org.javacord.core.entity.emoji.CustomEmojiBuilderDelegateImpl
 
create() - Method in class org.javacord.core.entity.permission.RoleBuilderDelegateImpl
 
create() - Method in class org.javacord.core.entity.server.invite.InviteBuilderDelegateImpl
 
create() - Method in class org.javacord.core.entity.server.ServerBuilderDelegateImpl
 
create() - Method in class org.javacord.core.entity.webhook.WebhookBuilderDelegateImpl
 
createAccountUpdaterDelegate(DiscordApi) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createChannelCategoryBuilderDelegate(Server) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createCustomEmojiBuilderDelegate(Server) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createCustomEmojiUpdaterDelegate(KnownCustomEmoji) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
CREATED - org.javacord.core.util.rest.RestRequestHttpResponseCode
The entity was created successfully.
createDiscordApiBuilderDelegate() - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createDiscordExceptionValidator() - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createEmbedBuilderDelegate() - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createExceptionLoggerDelegate() - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createGroupChannelUpdaterDelegate(GroupChannel) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createInstance(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Method in interface org.javacord.core.util.exception.DiscordExceptionInstantiator
Creates a new instance of the class T.
createInviteBuilderDelegate(ServerChannel) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createMessageBuilderDelegate() - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createPermissionsBuilderDelegate() - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createPermissionsBuilderDelegate(Permissions) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createRoleBuilderDelegate(Server) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createRoleUpdaterDelegate(Role) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createServerBuilderDelegate(DiscordApi) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createServerChannelUpdaterDelegate(ServerChannel) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createServerTextChannelBuilderDelegate(Server) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createServerTextChannelUpdaterDelegate(ServerTextChannel) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createServerUpdaterDelegate(Server) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createServerVoiceChannelBuilderDelegate(Server) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createServerVoiceChannelUpdaterDelegate(ServerVoiceChannel) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createWebhookBuilderDelegate(ServerTextChannel) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
createWebhookUpdaterDelegate(Webhook) - Method in class org.javacord.core.util.DelegateFactoryDelegateImpl
 
CURRENT_USER - org.javacord.core.util.rest.RestEndpoint
 
CUSTOM_EMOJI - org.javacord.core.util.rest.RestEndpoint
 
CustomEmojiBuilderDelegateImpl - Class in org.javacord.core.entity.emoji
The implementation of CustomEmojiBuilderDelegate.
CustomEmojiBuilderDelegateImpl(ServerImpl) - Constructor for class org.javacord.core.entity.emoji.CustomEmojiBuilderDelegateImpl
Creates a new custom emoji builder delegate.
CustomEmojiImpl - Class in org.javacord.core.entity.emoji
The implementation of CustomEmoji.
CustomEmojiImpl(DiscordApiImpl, long, String, boolean) - Constructor for class org.javacord.core.entity.emoji.CustomEmojiImpl
Creates a new custom emoji.
CustomEmojiImpl(DiscordApiImpl, JsonNode) - Constructor for class org.javacord.core.entity.emoji.CustomEmojiImpl
Creates a new custom emoji.
CustomEmojiUpdaterDelegateImpl - Class in org.javacord.core.entity.emoji
The implementation of CustomEmojiUpdaterDelegate.
CustomEmojiUpdaterDelegateImpl(KnownCustomEmoji) - Constructor for class org.javacord.core.entity.emoji.CustomEmojiUpdaterDelegateImpl
Creates a new custom emoji updater delegate.
A B C D E F G H I K L M N O P Q R S T U V W