Uses of Interface
org.javacord.api.util.Specializable
-
Packages that use Specializable Package Description org.javacord.api.entity.channel org.javacord.api.entity.channel.internal org.javacord.api.entity.emoji -
-
Uses of Specializable in org.javacord.api.entity.channel
Subinterfaces of Specializable in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceCategorizableThis class represents an entity which can have a channel category.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 Specializable in org.javacord.api.entity.channel.internal
Subinterfaces of Specializable in org.javacord.api.entity.channel.internal Modifier and Type Interface Description interfaceChannelSpecializationA base type for types aChannelmay be specialized to via theSpecializableinterface. -
Uses of Specializable in org.javacord.api.entity.emoji
Subinterfaces of Specializable in org.javacord.api.entity.emoji Modifier and Type Interface Description interfaceCustomEmojiThis class represents a custom emoji.interfaceEmojiThis class represents an emoji which can be a custom emoji (known or unknown) or a unicode emoji.interfaceKnownCustomEmojiThis class represents a known custom emoji.
-