Uses of Interface
org.javacord.api.util.Specializable
-
-
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.interfacePrivateChannelThis class represents a private channel.interfaceRegularServerChannelinterfaceServerChannelThis class represents a server channel.interfaceServerForumChannelThis class represents a server forum channel.interfaceServerStageVoiceChannelinterfaceServerTextChannelThis class represents a server text channel.interfaceServerThreadChannelThis class represents a channel thread.interfaceServerVoiceChannelThis class represents a server voice channel.interfaceTextChannelThis class represents a text channel.interfaceUnknownRegularServerChannelThis class represents an unknown regular server channel.interfaceUnknownServerChannelThis class represents an unknown server 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. -
Uses of Specializable in org.javacord.api.entity.message.component
Subinterfaces of Specializable in org.javacord.api.entity.message.component Modifier and Type Interface Description interfaceActionRowThis interface represents an ActionRow component.interfaceButtonThis interface represents a Button component.interfaceHighLevelComponentinterfaceLowLevelComponentinterfaceSelectMenuinterfaceTextInput -
Uses of Specializable in org.javacord.api.interaction
Subinterfaces of Specializable in org.javacord.api.interaction Modifier and Type Interface Description interfaceApplicationCommandinterfaceContextMenuinterfaceInteractioninterfaceMessageComponentInteractioninterfaceMessageContextMenuinterfaceSelectMenuInteractioninterfaceSlashCommandinterfaceUserContextMenu
-