Uses of Interface
org.javacord.api.entity.Icon
-
-
Uses of Icon in org.javacord.api
Methods in org.javacord.api with parameters of type Icon Modifier and Type Method Description AccountUpdaterAccountUpdater. setAvatar(Icon avatar)Queues the avatar of the connected account to get updated.default java.util.concurrent.CompletableFuture<java.lang.Void>DiscordApi. updateAvatar(Icon avatar)Updates the avatar of the current account. -
Uses of Icon in org.javacord.api.entity.activity
Methods in org.javacord.api.entity.activity that return types with arguments of type Icon Modifier and Type Method Description java.util.Optional<Icon>ActivityAssets. getLargeImage()Gets the large image of the asset.java.util.Optional<Icon>ActivityAssets. getSmallImage()Gets the small image of the asset. -
Uses of Icon in org.javacord.api.entity.emoji
Methods in org.javacord.api.entity.emoji that return Icon Modifier and Type Method Description IconCustomEmoji. getImage()Gets the image of the emoji.Methods in org.javacord.api.entity.emoji with parameters of type Icon Modifier and Type Method Description CustomEmojiBuilderCustomEmojiBuilder. setImage(Icon image)Sets the image of the emoji. -
Uses of Icon in org.javacord.api.entity.emoji.internal
Methods in org.javacord.api.entity.emoji.internal with parameters of type Icon Modifier and Type Method Description voidCustomEmojiBuilderDelegate. setImage(Icon image)Sets the image of the emoji. -
Uses of Icon in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return Icon Modifier and Type Method Description IconMessageAuthor. getAvatar()Gets the avatar of the author.IconMessageAuthor. getAvatar(int size)Gets the avatar of the user.Methods in org.javacord.api.entity.message with parameters of type Icon Modifier and Type Method Description WebhookMessageBuilderWebhookMessageBuilder. addAttachment(Icon icon)Adds an attachment to the message.WebhookMessageBuilderWebhookMessageBuilder. addAttachment(Icon icon, java.lang.String description)Adds an attachment to the message.WebhookMessageBuilderWebhookMessageBuilder. addAttachmentAsSpoiler(Icon icon)Adds an attachment to the message and marks it as spoiler.WebhookMessageBuilderWebhookMessageBuilder. addAttachmentAsSpoiler(Icon icon, java.lang.String description)Adds an attachment to the message and marks it as spoiler.WebhookMessageBuilderWebhookMessageBuilder. setDisplayAvatar(Icon avatar)Sets the display avatar of the webhook. -
Uses of Icon in org.javacord.api.entity.message.embed
Methods in org.javacord.api.entity.message.embed with parameters of type Icon Modifier and Type Method Description EmbedBuilderEmbedBuilder. setAuthor(java.lang.String name, java.lang.String url, Icon icon)Sets the author of the embed.EmbedBuilderEmbedBuilder. setFooter(java.lang.String text, Icon icon)Sets the footer of the embed.EmbedBuilderEmbedBuilder. setImage(Icon image)Sets the image of the embed.EmbedBuilderEmbedBuilder. setThumbnail(Icon thumbnail)Sets the thumbnail of the embed. -
Uses of Icon in org.javacord.api.entity.message.embed.internal
Methods in org.javacord.api.entity.message.embed.internal with parameters of type Icon Modifier and Type Method Description voidEmbedBuilderDelegate. setAuthor(java.lang.String name, java.lang.String url, Icon icon)Sets the author of the embed.voidEmbedBuilderDelegate. setFooter(java.lang.String text, Icon icon)Sets the footer of the embed.voidEmbedBuilderDelegate. setImage(Icon image)Sets the image of the embed.voidEmbedBuilderDelegate. setThumbnail(Icon thumbnail)Sets the thumbnail of the embed. -
Uses of Icon in org.javacord.api.entity.message.internal
Methods in org.javacord.api.entity.message.internal with parameters of type Icon Modifier and Type Method Description voidMessageBuilderBaseDelegate. addAttachment(Icon icon, java.lang.String description)Adds an attachment to the message.voidMessageBuilderBaseDelegate. addAttachmentAsSpoiler(Icon icon, java.lang.String description)Adds a spoiler attachment to the message.voidWebhookMessageBuilderDelegate. setDisplayAvatar(Icon avatar)Sets the display avatar of the webhook. -
Uses of Icon in org.javacord.api.entity.permission
Methods in org.javacord.api.entity.permission that return types with arguments of type Icon Modifier and Type Method Description java.util.Optional<Icon>Role. getIcon()Gets the Icon of the role.java.util.Optional<Icon>Role. getIcon(int size)Gets the Icon of the role. -
Uses of Icon in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type Icon Modifier and Type Method Description java.util.Optional<Icon>Server. getDiscoverySplash()Gets the discovery splash of the server.java.util.Optional<Icon>Server. getIcon()Gets the icon of the server.java.util.Optional<Icon>Server. getSplash()Gets the splash of the server.java.util.Optional<Icon>Server. getUserServerAvatar(User user)Gets the user's server specific avatar.java.util.Optional<Icon>Server. getUserServerAvatar(User user, int size)Gets the user's server specific avatar in the given size.Methods in org.javacord.api.entity.server with parameters of type Icon Modifier and Type Method Description ServerUpdaterServerUpdater. setBanner(Icon banner)Queues the banner to be updated.ServerBuilderServerBuilder. setIcon(Icon icon)Sets the server's icon.ServerUpdaterServerUpdater. setIcon(Icon icon)Queues the icon to be updated.ServerUpdaterServerUpdater. setSplash(Icon splash)Queues the splash to be updated.default java.util.concurrent.CompletableFuture<java.lang.Void>Server. updateBanner(Icon banner)Updates the banner of the server.default java.util.concurrent.CompletableFuture<java.lang.Void>Server. updateIcon(Icon icon)Updates the icon of the server.default java.util.concurrent.CompletableFuture<java.lang.Void>Server. updateSplash(Icon splash)Updates the splash of the server. -
Uses of Icon in org.javacord.api.entity.server.internal
Methods in org.javacord.api.entity.server.internal with parameters of type Icon Modifier and Type Method Description voidServerUpdaterDelegate. setBanner(Icon banner)Queues the banner to be updated.voidServerBuilderDelegate. setIcon(Icon icon)Sets the server's icon.voidServerUpdaterDelegate. setIcon(Icon icon)Queues the icon to be updated.voidServerUpdaterDelegate. setSplash(Icon splash)Queues the splash to be updated. -
Uses of Icon in org.javacord.api.entity.server.invite
Methods in org.javacord.api.entity.server.invite that return types with arguments of type Icon Modifier and Type Method Description java.util.Optional<Icon>Invite. getServerIcon()Gets the icon of the server.java.util.Optional<Icon>Invite. getServerSplash()Gets the splash of the server. -
Uses of Icon in org.javacord.api.entity.team
Methods in org.javacord.api.entity.team that return types with arguments of type Icon Modifier and Type Method Description java.util.Optional<Icon>Team. getIcon()Gets the icon of the team. -
Uses of Icon in org.javacord.api.entity.user
Methods in org.javacord.api.entity.user that return Icon Modifier and Type Method Description IconUser. getAvatar()Gets the avatar of the user.IconUser. getAvatar(int size)Gets the avatar of the user.IconUser. getEffectiveAvatar(Server server)Gets the user's effective avatar in the given server.IconUser. getEffectiveAvatar(Server server, int size)Gets the user's effective avatar in the given server at the given size.Methods in org.javacord.api.entity.user that return types with arguments of type Icon Modifier and Type Method Description java.util.Optional<Icon>User. getServerAvatar(Server server)Gets the user's server-specific avatar in the given server.java.util.Optional<Icon>User. getServerAvatar(Server server, int size)Gets the user's server-specific avatar in the given server at the given image size. -
Uses of Icon in org.javacord.api.entity.webhook
Methods in org.javacord.api.entity.webhook that return types with arguments of type Icon Modifier and Type Method Description java.util.Optional<Icon>Webhook. getAvatar()Gets the default avatar of the webhook.Methods in org.javacord.api.entity.webhook with parameters of type Icon Modifier and Type Method Description default java.util.concurrent.CompletableFuture<Message>IncomingWebhook. sendMessage(java.lang.String content, java.lang.String displayName, Icon avatar)Sends a message.default java.util.concurrent.CompletableFuture<Message>IncomingWebhook. sendMessage(java.lang.String content, EmbedBuilder embed, java.lang.String displayName, Icon avatar)Sends a message.default java.util.concurrent.CompletableFuture<Message>IncomingWebhook. sendMessage(EmbedBuilder embed, java.lang.String displayName, Icon avatar)Sends a message.WebhookBuilderWebhookBuilder. setAvatar(Icon avatar)Sets the avatar.WebhookUpdaterWebhookUpdater. setAvatar(Icon avatar)Queues the avatar to be updated.default java.util.concurrent.CompletableFuture<Webhook>Webhook. updateAvatar(Icon avatar)Updates the avatar of the webhook. -
Uses of Icon in org.javacord.api.entity.webhook.internal
Methods in org.javacord.api.entity.webhook.internal with parameters of type Icon Modifier and Type Method Description voidWebhookBuilderDelegate. setAvatar(Icon avatar)Sets the avatar.voidWebhookUpdaterDelegate. setAvatar(Icon avatar)Queues the avatar to be updated. -
Uses of Icon in org.javacord.api.event.server
Methods in org.javacord.api.event.server that return types with arguments of type Icon Modifier and Type Method Description java.util.Optional<Icon>ServerChangeDiscoverySplashEvent. getNewDiscoverySplash()Gets the new discovery splash of the server.java.util.Optional<Icon>ServerChangeIconEvent. getNewIcon()Gets the new icon of the server.java.util.Optional<Icon>ServerChangeSplashEvent. getNewSplash()Gets the new splash of the server.java.util.Optional<Icon>ServerChangeDiscoverySplashEvent. getOldDiscoverySplash()Gets the old discovery splash of the server.java.util.Optional<Icon>ServerChangeIconEvent. getOldIcon()Gets the old icon of the server.java.util.Optional<Icon>ServerChangeSplashEvent. getOldSplash()Gets the old splash of the server. -
Uses of Icon in org.javacord.api.event.user
Methods in org.javacord.api.event.user that return Icon Modifier and Type Method Description IconUserChangeAvatarEvent. getNewAvatar()Gets the new avatar of the user.IconUserChangeAvatarEvent. getOldAvatar()Gets the old avatar of the user.Methods in org.javacord.api.event.user that return types with arguments of type Icon Modifier and Type Method Description java.util.Optional<Icon>UserChangeServerAvatarEvent. getNewServerAvatar()Gets the new server avatar of the user.java.util.Optional<Icon>UserChangeServerAvatarEvent. getNewServerAvatar(int size)Gets the new server avatar of the user in the given size.java.util.Optional<Icon>UserChangeServerAvatarEvent. getOldServerAvatar()Gets the old server avatar of the user.java.util.Optional<Icon>UserChangeServerAvatarEvent. getOldServerAvatar(int size)Gets the old server avatar of the user in the given size. -
Uses of Icon in org.javacord.api.interaction.callback
Methods in org.javacord.api.interaction.callback with parameters of type Icon Modifier and Type Method Description TExtendedInteractionMessageBuilderBase. addAttachment(Icon icon)Adds an attachment to the message.TExtendedInteractionMessageBuilderBase. addAttachment(Icon icon, java.lang.String description)Adds an attachment to the message.InteractionMessageBuilderInteractionMessageBuilder. addAttachment(Icon icon)InteractionMessageBuilderInteractionMessageBuilder. addAttachment(Icon icon, java.lang.String description)TExtendedInteractionMessageBuilderBase. addAttachmentAsSpoiler(Icon icon)Adds an attachment to the message and marks it as spoiler.TExtendedInteractionMessageBuilderBase. addAttachmentAsSpoiler(Icon icon, java.lang.String description)Adds an attachment to the message and marks it as spoiler.InteractionMessageBuilderInteractionMessageBuilder. addAttachmentAsSpoiler(Icon icon)InteractionMessageBuilderInteractionMessageBuilder. addAttachmentAsSpoiler(Icon icon, java.lang.String description) -
Uses of Icon in org.javacord.api.internal
Methods in org.javacord.api.internal with parameters of type Icon Modifier and Type Method Description voidAccountUpdaterDelegate. setAvatar(Icon avatar)Queues the avatar of the connected account to get updated.
-