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 java.util.Optional<VoiceChannel>DiscordApi. getVoiceChannelById(long id)Gets a voice channel by its id.default java.util.Optional<VoiceChannel>DiscordApi. getVoiceChannelById(java.lang.String id)Gets a voice channel by its id.java.util.Set<VoiceChannel>DiscordApi. getVoiceChannels()Gets all voice channels of the bot.default java.util.Set<VoiceChannel>DiscordApi. getVoiceChannelsByName(java.lang.String name)Gets all voice channels with the given name.default java.util.Set<VoiceChannel>DiscordApi. getVoiceChannelsByNameIgnoreCase(java.lang.String name)Gets 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 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 java.util.Optional<VoiceChannel>Channel. asVoiceChannel()Gets the channel as voice channel.default java.util.Optional<? extends VoiceChannel>VoiceChannel. getCurrentCachedInstance()default java.util.concurrent.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()
-