Uses of Interface
org.javacord.api.util.Specializable
-
Packages that use Specializable Package Description org.javacord.api.audio org.javacord.api.audio.internal org.javacord.api.entity.channel org.javacord.api.entity.channel.internal org.javacord.api.entity.emoji -
-
Uses of Specializable in org.javacord.api.audio
Subinterfaces of Specializable in org.javacord.api.audio Modifier and Type Interface Description interfaceAudioSourceinterfaceBufferableAudioSourceA bufferable audio source.interfaceDownloadableAudioSourceA downloadable audio source.interfacePauseableAudioSourceA pauseable audio source.interfaceSeekableAudioSourceA seekable audio source.Classes in org.javacord.api.audio that implement Specializable Modifier and Type Class Description classAudioSourceBaseThe base class of every audio source.classSilentAudioSourceA silent audio source that's always muted. -
Uses of Specializable in org.javacord.api.audio.internal
Subinterfaces of Specializable in org.javacord.api.audio.internal Modifier and Type Interface Description interfaceAudioSourceBaseDelegateThis class is internally used by theAudioSourceBase. -
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.interfaceServerStageVoiceChannelinterfaceServerTextChannelThis 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.
-