Uses of Interface
org.javacord.api.entity.channel.ServerStageVoiceChannel
-
Packages that use ServerStageVoiceChannel Package Description org.javacord.api org.javacord.api.entity.channel org.javacord.api.entity.server org.javacord.api.event.channel.server.voice -
-
Uses of ServerStageVoiceChannel in org.javacord.api
Methods in org.javacord.api that return types with arguments of type ServerStageVoiceChannel Modifier and Type Method Description default java.util.Optional<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannelById(long id)Gets a server stage voice channel by its id.default java.util.Optional<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannelById(java.lang.String id)Gets a server stage voice channel by its id.java.util.Set<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannels()Gets all server stage voice channels of the bot.default java.util.Set<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannelsByName(java.lang.String name)Gets all server stage voice channels with the given name.default java.util.Set<ServerStageVoiceChannel>DiscordApi. getServerStageVoiceChannelsByNameIgnoreCase(java.lang.String name)Gets all server stage voice channels with the given name. -
Uses of ServerStageVoiceChannel in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type ServerStageVoiceChannel Modifier and Type Method Description default java.util.Optional<ServerStageVoiceChannel>Channel. asServerStageVoiceChannel()Gets the channel as server stage voice channel.default java.util.Optional<ServerStageVoiceChannel>ServerStageVoiceChannel. getCurrentCachedInstance()default java.util.concurrent.CompletableFuture<ServerStageVoiceChannel>ServerStageVoiceChannel. getLatestInstance() -
Uses of ServerStageVoiceChannel in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type ServerStageVoiceChannel Modifier and Type Method Description default java.util.Optional<ServerStageVoiceChannel>Server. getStageVoiceChannelById(long id)Gets a stage voice channel by its id.default java.util.Optional<ServerStageVoiceChannel>Server. getStageVoiceChannelById(java.lang.String id)Gets a voice channel by its id. -
Uses of ServerStageVoiceChannel in org.javacord.api.event.channel.server.voice
Methods in org.javacord.api.event.channel.server.voice that return ServerStageVoiceChannel Modifier and Type Method Description ServerStageVoiceChannelServerStageVoiceChannelChangeTopicEvent. getChannel()
-