A B C D E F G H I J K L M N O P Q R S T U V W
I
- Icon - Interface in org.javacord.api.entity
-
This class represents a discord icon, for example a server icon or a user avatar.
- ICON - org.javacord.api.entity.auditlog.AuditLogChangeType
- ID - org.javacord.api.entity.auditlog.AuditLogChangeType
- IDLE - org.javacord.api.entity.user.UserStatus
-
The user is idle.
- INVISIBLE - org.javacord.api.entity.user.UserStatus
-
The user is invisible.
- Invite - Interface in org.javacord.api.entity.server.invite
-
This class represents an invite object.
- INVITE_CREATE - org.javacord.api.entity.auditlog.AuditLogActionType
- INVITE_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
- INVITE_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
- InviteBuilder - Class in org.javacord.api.entity.server.invite
-
A class to create
inviteobjects. - InviteBuilder(ServerChannel) - Constructor for class org.javacord.api.entity.server.invite.InviteBuilder
-
Creates a new invite builder.
- InviteBuilderDelegate - Interface in org.javacord.api.entity.server.invite.internal
-
This class is internally used by the
InviteBuilderto create invites. - INVITER_ID - org.javacord.api.entity.auditlog.AuditLogChangeType
- isAdmin(User) - Method in interface org.javacord.api.entity.server.Server
-
Checks if the given user is an administrator of the server.
- isAnimated() - Method in interface org.javacord.api.entity.emoji.Emoji
-
Checks if the emoji is animated.
- isAnimated() - Method in interface org.javacord.api.entity.Icon
-
Checks if the icon is animated.
- isBot() - Method in interface org.javacord.api.entity.user.User
-
Checks if the user is a bot account.
- isBotOwner() - Method in interface org.javacord.api.entity.message.MessageAuthor
-
Checks if the author is the owner of the current account.
- isBotOwner() - Method in interface org.javacord.api.entity.user.User
-
Checks if this user is the owner of the current account.
- isBotUser() - Method in interface org.javacord.api.entity.message.MessageAuthor
-
Checks if the author is a bot user.
- isCachedForever() - Method in interface org.javacord.api.entity.message.Message
-
Checks if the message is kept in cache forever.
- isConnected(long) - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
-
Checks whether the user with the given id is connected to this channel.
- isConnected(ServerVoiceChannel) - Method in interface org.javacord.api.entity.user.User
-
Checks whether this user is connected to the given channel.
- isConnected(User) - Method in interface org.javacord.api.entity.channel.ServerVoiceChannel
-
Checks whether the given user is connected to this channel.
- isCustomEmoji() - Method in interface org.javacord.api.entity.emoji.Emoji
-
Checks if the emoji is a custom emoji.
- isDeafened(long) - Method in interface org.javacord.api.entity.server.Server
-
Gets the deafened state of the user with the given id.
- isDeafened(Server) - Method in interface org.javacord.api.entity.user.User
-
Gets the deafened state of the user in the given server.
- isDeafened(User) - Method in interface org.javacord.api.entity.server.Server
-
Gets the deafened state of the given user.
- isDebugEnabled() - Static method in class org.javacord.api.util.logging.FallbackLoggerConfiguration
-
Checks whether debug logging is enabled.
- isDefaultAutomaticMessageCacheCleanupEnabled() - Method in interface org.javacord.api.DiscordApi
-
Gets whether automatic message cache cleanup is enabled.
- isDisplayedSeparately() - Method in interface org.javacord.api.entity.permission.Role
-
Check if this role is pinned in the user listing (sometimes called "hoist").
- isEmpty() - Method in interface org.javacord.api.entity.permission.Permissions
-
Checks if the all permission types are set to
PermissionState.UNSET. - isEveryoneRole() - Method in interface org.javacord.api.entity.permission.Role
-
Checks if the role is the @everyone role.
- isGlobalListener() - Method in interface org.javacord.api.util.event.ListenerManager
-
Checks if the managed listener is a global listener.
- isGroupMessage() - Method in interface org.javacord.api.entity.message.Message
-
Checks if the message was sent in a
group channel. - isGroupMessage() - Method in interface org.javacord.api.event.message.CertainMessageEvent
-
Checks if the event's message was sent in a
group channel. - isImage() - Method in interface org.javacord.api.entity.message.MessageAttachment
-
Checks if the attachment is an image.
- isInline() - Method in interface org.javacord.api.entity.message.embed.EmbedField
-
Gets whether or not this field should display inline.
- isKnownCustomEmoji() - Method in interface org.javacord.api.entity.emoji.Emoji
-
Checks if the emoji is a known custom emoji.
- isLarge() - Method in interface org.javacord.api.entity.server.Server
-
Checks if the server is considered large.
- isManaged() - Method in interface org.javacord.api.entity.emoji.KnownCustomEmoji
-
Checks if this emoji is managed.
- isManaged() - Method in interface org.javacord.api.entity.permission.Role
-
Checks if this role is managed by an integration.
- isMember(User) - Method in interface org.javacord.api.entity.channel.GroupChannel
-
Checks if the user is a member of this group channel.
- isMember(User) - Method in interface org.javacord.api.entity.server.Server
-
Checks if the given user is a member of this server.
- isMentionable() - Method in interface org.javacord.api.entity.permission.Role
-
Check if this role is mentionable.
- isMove() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelMemberJoinEvent
-
Gets whether this event is part of a move.
- isMove() - Method in interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelMemberLeaveEvent
-
Gets whether this event is part of a move.
- isMuted(long) - Method in interface org.javacord.api.entity.server.Server
-
Gets the muted state of the user with the given id.
- isMuted(Server) - Method in interface org.javacord.api.entity.user.User
-
Gets the muted state of the user in the given server.
- isMuted(User) - Method in interface org.javacord.api.entity.server.Server
-
Gets the muted state of the given user.
- isNewDeafened() - Method in interface org.javacord.api.event.user.UserChangeDeafenedEvent
-
Gets the new deafened state of the user.
- isNewMuted() - Method in interface org.javacord.api.event.user.UserChangeMutedEvent
-
Gets the new muted state of the user.
- isNewSelfDeafened() - Method in interface org.javacord.api.event.user.UserChangeSelfDeafenedEvent
-
Gets the new self-deafened state of the user.
- isNewSelfMuted() - Method in interface org.javacord.api.event.user.UserChangeSelfMutedEvent
-
Gets the new self-muted state of the user.
- isNsfw() - Method in interface org.javacord.api.entity.channel.ChannelCategory
-
Checks is the category is "not safe for work".
- isNsfw() - Method in interface org.javacord.api.entity.channel.ServerTextChannel
-
Checks is the channel is "not safe for work".
- isOldDeafened() - Method in interface org.javacord.api.event.user.UserChangeDeafenedEvent
-
Gets the old deafened state of the user.
- isOldMuted() - Method in interface org.javacord.api.event.user.UserChangeMutedEvent
-
Gets the old muted state of the user.
- isOldSelfDeafened() - Method in interface org.javacord.api.event.user.UserChangeSelfDeafenedEvent
-
Gets the old self-deafened state of the user.
- isOldSelfMuted() - Method in interface org.javacord.api.event.user.UserChangeSelfMutedEvent
-
Gets the old self-muted state of the user.
- isOwner(User) - Method in interface org.javacord.api.entity.server.Server
-
Checks if the given user is the owner of the server.
- isPinned() - Method in interface org.javacord.api.entity.message.Message
-
Checks if the message is pinned.
- isPrivate() - Method in interface org.javacord.api.entity.message.Message
-
Deprecated.Use
Message.isPrivateMessage()instead. - isPrivateMessage() - Method in interface org.javacord.api.entity.message.Message
-
Checks if the message was sent in a
private channel. - isPrivateMessage() - Method in interface org.javacord.api.event.message.CertainMessageEvent
-
Checks if the event's message was sent in a
private channel. - isPublicBot() - Method in interface org.javacord.api.entity.ApplicationInfo
-
Check if the application's bot is public.
- isRegularUser() - Method in interface org.javacord.api.entity.message.MessageAuthor
-
Checks if the author is a regular user.
- isRevoked() - Method in interface org.javacord.api.entity.server.invite.RichInvite
-
Checks if the invite is revoked.
- isSelfDeafened(long) - Method in interface org.javacord.api.entity.server.Server
-
Gets the self-deafened state of the user with the given id.
- isSelfDeafened(Server) - Method in interface org.javacord.api.entity.user.User
-
Gets the self-deafened state of the user in the given server.
- isSelfDeafened(User) - Method in interface org.javacord.api.entity.server.Server
-
Gets the self-deafened state of the given user.
- isSelfMuted(long) - Method in interface org.javacord.api.entity.server.Server
-
Gets the self-muted state of the user with the given id.
- isSelfMuted(Server) - Method in interface org.javacord.api.entity.user.User
-
Gets the self-muted state of the user in the given server.
- isSelfMuted(User) - Method in interface org.javacord.api.entity.server.Server
-
Gets the self-muted state of the given user.
- isServerAdmin() - Method in interface org.javacord.api.entity.message.MessageAuthor
-
Checks if the author is an administrator of the server where the message was sent.
- isServerMessage() - Method in interface org.javacord.api.entity.message.Message
-
Checks if the message was sent in a
server channel. - isServerMessage() - Method in interface org.javacord.api.event.message.CertainMessageEvent
-
Checks if the event's message was sent in a
server channel. - isSet(int) - Method in enum org.javacord.api.entity.permission.PermissionType
-
Checks if the permission is "included" in the given integer.
- isSpoiler() - Method in interface org.javacord.api.entity.message.MessageAttachment
-
Checks whether the attachment is marked as a spoiler.
- isTemporary() - Method in interface org.javacord.api.entity.server.invite.RichInvite
-
Checks if the invite only grants temporary membership.
- isTraceEnabled() - Static method in class org.javacord.api.util.logging.FallbackLoggerConfiguration
-
Checks whether trace logging is enabled.
- isTts() - Method in interface org.javacord.api.entity.message.Message
-
Checks if this message is text-to-speech.
- isUnicodeEmoji() - Method in interface org.javacord.api.entity.emoji.Emoji
-
Checks if the emoji is a unicode.
- isUser() - Method in interface org.javacord.api.entity.message.MessageAuthor
-
Checks if the author of the message is a user.
- isVip() - Method in enum org.javacord.api.entity.Region
-
Checks if the region of is for VIPs only.
- isWaitingForServersOnStartup() - Method in interface org.javacord.api.DiscordApi
-
Checks if Javacord is waiting for all servers to become available on startup.
- isWaitingForServersOnStartup() - Method in class org.javacord.api.DiscordApiBuilder
-
Checks if Javacord should wait for all servers to become available on startup.
- isWaitingForServersOnStartup() - Method in interface org.javacord.api.internal.DiscordApiBuilderDelegate
-
Checks if Javacord should wait for all servers to become available on startup.
- isWebhook() - Method in interface org.javacord.api.entity.message.MessageAuthor
-
Checks if the author is a webhook.
- isYourself() - Method in interface org.javacord.api.entity.message.MessageAuthor
-
Gets if this author is the user of the connected account.
- isYourself() - Method in interface org.javacord.api.entity.user.User
-
Gets if this user is the user of the connected account.
- ITALICS - org.javacord.api.entity.message.MessageDecoration