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

P

PacketHandler - Class in org.javacord.core.util.gateway
This class is extended by all PacketHandlers.
PacketHandler(DiscordApi, boolean, String) - Constructor for class org.javacord.core.util.gateway.PacketHandler
Creates a new instance of this class.
PATCH - org.javacord.core.util.rest.RestMethod
 
PAYMENT_SOURCE_REQUIRED_TO_REDEEM_GIFT - org.javacord.core.util.rest.RestRequestResultErrorCode
 
peekRequestFromQueue() - Method in class org.javacord.core.util.ratelimit.RatelimitBucket
Peeks a request from the bucket's queue.
PermissionsBuilderDelegateImpl - Class in org.javacord.core.entity.permission
The implementation of PermissionsBuilderDelegate.
PermissionsBuilderDelegateImpl() - Constructor for class org.javacord.core.entity.permission.PermissionsBuilderDelegateImpl
Creates a new permissions factory.
PermissionsBuilderDelegateImpl(Permissions) - Constructor for class org.javacord.core.entity.permission.PermissionsBuilderDelegateImpl
Creates a new permissions factory with the states of the given permissions object.
PermissionsImpl - Class in org.javacord.core.entity.permission
The implementation of the permissions interface.
PermissionsImpl(long) - Constructor for class org.javacord.core.entity.permission.PermissionsImpl
Creates a new instance of this class.
PermissionsImpl(long, long) - Constructor for class org.javacord.core.entity.permission.PermissionsImpl
Creates a new instance of this class.
pin(long, long) - Method in class org.javacord.core.entity.message.UncachedMessageUtilImpl
 
pin(String, String) - Method in class org.javacord.core.entity.message.UncachedMessageUtilImpl
 
pinMessage() - Method in class org.javacord.core.event.message.MessageEventImpl
 
PINS - org.javacord.core.util.rest.RestEndpoint
 
pollFirst() - Method in class org.javacord.core.entity.message.MessageSetImpl
 
pollLast() - Method in class org.javacord.core.entity.message.MessageSetImpl
 
pollRequestFromQueue() - Method in class org.javacord.core.util.ratelimit.RatelimitBucket
Polls a request from the bucket's queue.
PONG - org.javacord.core.entity.message.InteractionCallbackType
ACK a Ping.
position - Variable in class org.javacord.core.entity.channel.RegularServerChannelBuilderDelegateImpl
The position to update.
position - Variable in class org.javacord.core.entity.channel.RegularServerChannelUpdaterDelegateImpl
The position to update.
POST - org.javacord.core.util.rest.RestMethod
 
prepareBody(ObjectNode) - Method in class org.javacord.core.entity.channel.RegularServerChannelBuilderDelegateImpl
 
prepareBody(ObjectNode) - Method in class org.javacord.core.entity.channel.ServerChannelBuilderDelegateImpl
 
prepareBody(ObjectNode) - Method in class org.javacord.core.entity.channel.ServerThreadChannelBuilderDelegateImpl
 
prepareBody(ObjectNode) - Method in class org.javacord.core.interaction.ApplicationCommandUpdaterDelegateImpl
 
prepareBody(ObjectNode) - Method in class org.javacord.core.interaction.SlashCommandUpdaterDelegateImpl
 
prepareCommonWebhookMessageBodyParts(ObjectNode) - Method in class org.javacord.core.entity.message.MessageBuilderBaseDelegateImpl
 
prepareComponents(ObjectNode) - Method in class org.javacord.core.entity.message.MessageBuilderBaseDelegateImpl
 
prepareComponents(ObjectNode, boolean) - Method in class org.javacord.core.entity.message.MessageBuilderBaseDelegateImpl
 
prepareUpdateBody(ObjectNode) - Method in class org.javacord.core.entity.channel.RegularServerChannelUpdaterDelegateImpl
 
prepareUpdateBody(ObjectNode) - Method in class org.javacord.core.entity.channel.ServerChannelUpdaterDelegateImpl
 
prepareUpdateBody(ObjectNode) - Method in class org.javacord.core.entity.channel.ServerForumChannelUpdaterDelegateImpl
 
prepareUpdateBody(ObjectNode) - Method in class org.javacord.core.entity.channel.ServerTextChannelUpdaterDelegateImpl
 
prepareUpdateBody(ObjectNode) - Method in class org.javacord.core.entity.channel.ServerThreadChannelUpdaterDelegateImpl
 
prepareUpdateBody(ObjectNode) - Method in class org.javacord.core.entity.channel.ServerVoiceChannelUpdaterDelegateImpl
 
PresencesReplaceHandler - Class in org.javacord.core.util.handler.user
Handles the presences replace packet.
PresencesReplaceHandler(DiscordApi) - Constructor for class org.javacord.core.util.handler.user.PresencesReplaceHandler
Creates a new instance of this class.
PresenceUpdateHandler - Class in org.javacord.core.util.handler.user
Handles the presence update packet.
PresenceUpdateHandler(DiscordApi) - Constructor for class org.javacord.core.util.handler.user.PresenceUpdateHandler
Creates a new instance of this class.
PrivacyProtectionLogger - Class in org.javacord.core.util.logging
This logger is used to wrap another logger and replace configured sensitive data by asterisks.
PrivateChannelCreateEventImpl - Class in org.javacord.core.event.channel.user
The implementation of PrivateChannelCreateEvent.
PrivateChannelCreateEventImpl(PrivateChannel) - Constructor for class org.javacord.core.event.channel.user.PrivateChannelCreateEventImpl
Creates a new private channel create event.
PrivateChannelDeleteEventImpl - Class in org.javacord.core.event.channel.user
The implementation of PrivateChannelDeleteEvent.
PrivateChannelDeleteEventImpl(PrivateChannel) - Constructor for class org.javacord.core.event.channel.user.PrivateChannelDeleteEventImpl
Creates a new private channel delete event.
PrivateChannelEventImpl - Class in org.javacord.core.event.channel.user
The implementation of PrivateChannelEvent.
PrivateChannelEventImpl(PrivateChannel) - Constructor for class org.javacord.core.event.channel.user.PrivateChannelEventImpl
Creates a new private channel event.
PrivateChannelImpl - Class in org.javacord.core.entity.channel
The implementation of PrivateChannel.
PrivateChannelImpl(DiscordApiImpl, long, UserImpl, Long) - Constructor for class org.javacord.core.entity.channel.PrivateChannelImpl
Creates a new private channel.
PrivateChannelImpl(DiscordApiImpl, JsonNode) - Constructor for class org.javacord.core.entity.channel.PrivateChannelImpl
Creates a new private channel.
PrivateChannelImpl(DiscordApiImpl, String, UserImpl, Long) - Constructor for class org.javacord.core.entity.channel.PrivateChannelImpl
Creates a new private channel.
PROVIDED_TOO_FEW_OR_TOO_MANY_MESSAGES_TO_DELETE - org.javacord.core.util.rest.RestRequestResultErrorCode
 
ProxyAuthenticator - Class in org.javacord.core.util.http
This class bridges the system default Authenticator for Basic auth and the Authenticator for any auth to the OkHttp proxy authenticator mechanism.
ProxyAuthenticator() - Constructor for class org.javacord.core.util.http.ProxyAuthenticator
Creates a new proxy authenticator that is capable of doing Basic auth with credentials from the system default authenticator.
ProxyAuthenticator(Authenticator) - Constructor for class org.javacord.core.util.http.ProxyAuthenticator
Creates a new proxy authenticator that requests the authentication headers to set from the given authenticator.
pruneMembers(int, String) - Method in class org.javacord.core.entity.server.ServerImpl
 
purgeCache() - Method in class org.javacord.core.DiscordApiImpl
Purges all cached entities.
PUT - org.javacord.core.util.rest.RestMethod
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes All Packages