Uses of Interface
org.javacord.api.entity.channel.VoiceChannel
-
Packages that use VoiceChannel Package Description org.javacord.api org.javacord.api.entity.channel org.javacord.api.event.channel -
-
Uses of VoiceChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type VoiceChannel Modifier and Type Method Description default Optional<VoiceChannel>DiscordApi. getVoiceChannelById(long id)Gets a voice channel by its id.default Optional<VoiceChannel>DiscordApi. getVoiceChannelById(String id)Gets a voice channel by its id.Collection<VoiceChannel>DiscordApi. getVoiceChannels()Gets a collection with all voice channels of the bot.default Collection<VoiceChannel>DiscordApi. getVoiceChannelsByName(String name)Gets a collection with all voice channels with the given name.default Collection<VoiceChannel>DiscordApi. getVoiceChannelsByNameIgnoreCase(String name)Gets a collection with all voice channels with the given name. -
Uses of VoiceChannel in org.javacord.api.entity.channel
Subinterfaces of VoiceChannel in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceGroupChannelThis class represents a group channel.interfacePrivateChannelThis class represents a private channel.interfaceServerStageVoiceChannelinterfaceServerVoiceChannelThis class represents a server voice channel.Methods in org.javacord.api.entity.channel that return types with arguments of type VoiceChannel Modifier and Type Method Description default Optional<VoiceChannel>Channel. asVoiceChannel()Gets the channel as voice channel.default Optional<? extends VoiceChannel>VoiceChannel. getCurrentCachedInstance()default CompletableFuture<? extends VoiceChannel>VoiceChannel. getLatestInstance() -
Uses of VoiceChannel in org.javacord.api.event.channel
Methods in org.javacord.api.event.channel that return VoiceChannel Modifier and Type Method Description VoiceChannelVoiceChannelEvent. getChannel()
-