Class JDAVoiceUpdateListener
-
- All Implemented Interfaces:
-
net.dv8tion.jda.api.hooks.VoiceDispatchInterceptor
public final class JDAVoiceUpdateListener implements VoiceDispatchInterceptor
-
-
Constructor Summary
Constructors Constructor Description JDAVoiceUpdateListener(LavalinkClient lavalink)
-
Method Summary
Modifier and Type Method Description Unit
onVoiceServerUpdate(VoiceDispatchInterceptor.VoiceServerUpdate update)
Boolean
onVoiceStateUpdate(VoiceDispatchInterceptor.VoiceStateUpdate update)
-
-
Constructor Detail
-
JDAVoiceUpdateListener
JDAVoiceUpdateListener(LavalinkClient lavalink)
-
-
Method Detail
-
onVoiceServerUpdate
Unit onVoiceServerUpdate(VoiceDispatchInterceptor.VoiceServerUpdate update)
-
onVoiceStateUpdate
Boolean onVoiceStateUpdate(VoiceDispatchInterceptor.VoiceStateUpdate update)
-
-
-
-