Uses of Interface
org.javacord.api.entity.Updatable
-
-
Uses of Updatable in org.javacord.api.entity
Subinterfaces of Updatable in org.javacord.api.entity Modifier and Type Interface Description interfaceUpdatableFromCache<T extends DiscordEntity>This class represents an entity which is updatable from cache. -
Uses of Updatable in org.javacord.api.entity.channel
Subinterfaces of Updatable in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceChannelThe class represents a channel.interfaceChannelCategoryThis class represents a channel category.interfaceGroupChannelThis class represents a group channel.interfacePrivateChannelThis class represents a private channel.interfaceServerChannelThis class represents a server channel.interfaceServerTextChannelThis class represents a server text channel.interfaceServerVoiceChannelThis class represents a server voice channel.interfaceTextChannelThis class represents a text channel.interfaceVoiceChannelThis class represents a voice channel. -
Uses of Updatable in org.javacord.api.entity.emoji
Subinterfaces of Updatable in org.javacord.api.entity.emoji Modifier and Type Interface Description interfaceCustomEmojiThis class represents a custom emoji.interfaceKnownCustomEmojiThis class represents a known custom emoji. -
Uses of Updatable in org.javacord.api.entity.message
Subinterfaces of Updatable in org.javacord.api.entity.message Modifier and Type Interface Description interfaceMessageThis class represents a Discord message. -
Uses of Updatable in org.javacord.api.entity.permission
Subinterfaces of Updatable in org.javacord.api.entity.permission Modifier and Type Interface Description interfaceRoleThis class represents a Discord role, e.g. -
Uses of Updatable in org.javacord.api.entity.server
Subinterfaces of Updatable in org.javacord.api.entity.server Modifier and Type Interface Description interfaceServerThe class represents a Discord server, sometimes also called guild. -
Uses of Updatable in org.javacord.api.entity.user
Subinterfaces of Updatable in org.javacord.api.entity.user Modifier and Type Interface Description interfaceUserThis class represents a user. -
Uses of Updatable in org.javacord.api.entity.webhook
Subinterfaces of Updatable in org.javacord.api.entity.webhook Modifier and Type Interface Description interfaceWebhookThis class represents a webhook.
-