Uses of Enum Class
group.worldstandard.pudel.api.audio.VoiceConnectionStatus
Packages that use VoiceConnectionStatus
-
Uses of VoiceConnectionStatus in group.worldstandard.pudel.api.audio
Subclasses with type arguments of type VoiceConnectionStatus in group.worldstandard.pudel.api.audioModifier and TypeClassDescriptionenumRepresents the status of a voice connection.Methods in group.worldstandard.pudel.api.audio that return VoiceConnectionStatusModifier and TypeMethodDescriptionVoiceManager.getConnectionStatus(long guildId) Get the current connection status for a guild.static VoiceConnectionStatusReturns the enum constant of this class with the specified name.static VoiceConnectionStatus[]VoiceConnectionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in group.worldstandard.pudel.api.audio that return types with arguments of type VoiceConnectionStatusModifier and TypeMethodDescriptionVoiceManager.connect(long guildId, long voiceChannelId) Connect to a voice channel.