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 CompletableFuture<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 Optional<Icon>ActivityAssets. getLargeImage()Gets the large image of the asset.Optional<Icon>ActivityAssets. getSmallImage()Gets the small image of the asset. -
Uses of Icon in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type Icon Modifier and Type Method Description Optional<Icon>GroupChannel. getIcon()Gets the icon of the group channel. -
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.Methods in org.javacord.api.entity.message with parameters of type Icon Modifier and Type Method Description MessageBuilderMessageBuilder. addAttachment(Icon icon)Adds an attachment to the message.WebhookMessageBuilderWebhookMessageBuilder. addAttachment(Icon icon)Adds an attachment to the message.MessageBuilderMessageBuilder. addAttachmentAsSpoiler(Icon icon)Adds an attachment to the message and marks it as spoiler.WebhookMessageBuilderWebhookMessageBuilder. addAttachmentAsSpoiler(Icon icon)Adds an attachment to the message and marks it as spoiler.MessageBuilderMessageBuilder. addFile(Icon icon)Adds a file to the message.WebhookMessageBuilderWebhookMessageBuilder. addFile(Icon icon)Adds a file to the message.MessageBuilderMessageBuilder. addFileAsSpoiler(Icon icon)Adds a file to the message and marks it as spoiler.WebhookMessageBuilderWebhookMessageBuilder. addFileAsSpoiler(Icon icon)Adds a file 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(String name, String url, Icon icon)Sets the author of the embed.EmbedBuilderEmbedBuilder. setFooter(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(String name, String url, Icon icon)Sets the author of the embed.voidEmbedBuilderDelegate. setFooter(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 voidMessageBuilderDelegate. addAttachment(Icon icon)Adds an attachment to the message.voidMessageBuilderDelegate. addAttachmentAsSpoiler(Icon icon)Adds a spoiler attachment to the message.voidMessageBuilderDelegate. addFile(Icon icon)Adds a file to the message.voidMessageBuilderDelegate. addFileAsSpoiler(Icon icon)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.server
Methods in org.javacord.api.entity.server that return types with arguments of type Icon Modifier and Type Method Description Optional<Icon>Server. getDiscoverySplash()Gets the discovery splash of the server.Optional<Icon>Server. getIcon()Gets the icon of the server.Optional<Icon>Server. getSplash()Gets the splash of the server.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 CompletableFuture<Void>Server. updateBanner(Icon banner)Updates the banner of the server.default CompletableFuture<Void>Server. updateIcon(Icon icon)Updates the icon of the server.default CompletableFuture<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 Optional<Icon>Invite. getServerIcon()Gets the icon of the server.Optional<Icon>Invite. getServerSplash()Gets the splash of the server. -
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. -
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 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 CompletableFuture<Message>IncomingWebhook. sendMessage(String content, String displayName, Icon avatar)Sends a message.default CompletableFuture<Message>IncomingWebhook. sendMessage(String content, EmbedBuilder embed, String displayName, Icon avatar)Sends a message.default CompletableFuture<Message>IncomingWebhook. sendMessage(EmbedBuilder embed, 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 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 Optional<Icon>ServerChangeDiscoverySplashEvent. getNewDiscoverySplash()Gets the new discovery splash of the server.Optional<Icon>ServerChangeIconEvent. getNewIcon()Gets the new icon of the server.Optional<Icon>ServerChangeSplashEvent. getNewSplash()Gets the new splash of the server.Optional<Icon>ServerChangeDiscoverySplashEvent. getOldDiscoverySplash()Gets the old discovery splash of the server.Optional<Icon>ServerChangeIconEvent. getOldIcon()Gets the old icon of the server.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. -
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.
-