Uses of Interface
org.javacord.api.listener.server.VoiceStateUpdateListener
-
Packages that use VoiceStateUpdateListener Package Description org.javacord.api.listener org.javacord.api.listener.channel.server -
-
Uses of VoiceStateUpdateListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type VoiceStateUpdateListener Modifier and Type Method Description default ListenerManager<VoiceStateUpdateListener>GloballyAttachableListenerManager. addVoiceStateUpdateListener(VoiceStateUpdateListener listener)Adds aVoiceStateUpdateListener.default java.util.List<VoiceStateUpdateListener>GloballyAttachableListenerManager. getVoiceStateUpdateListeners()Gets all registeredVoiceStateUpdateListeners.Methods in org.javacord.api.listener with parameters of type VoiceStateUpdateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addVoiceStateUpdateListener(VoiceStateUpdateListener listener)Adds aVoiceStateUpdateListenerto all createdDiscordApiinstances.default ListenerManager<VoiceStateUpdateListener>GloballyAttachableListenerManager. addVoiceStateUpdateListener(VoiceStateUpdateListener listener)Adds aVoiceStateUpdateListener.Method parameters in org.javacord.api.listener with type arguments of type VoiceStateUpdateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addVoiceStateUpdateListener(java.util.function.Function<DiscordApi,VoiceStateUpdateListener> listenerFunction)Adds aVoiceStateUpdateListenerto all createdDiscordApiinstances.default DiscordApiBuilderChainableGloballyAttachableListenerManager. addVoiceStateUpdateListener(java.util.function.Supplier<VoiceStateUpdateListener> listenerSupplier)Adds aVoiceStateUpdateListenerto all createdDiscordApiinstances. -
Uses of VoiceStateUpdateListener in org.javacord.api.listener.channel.server
Methods in org.javacord.api.listener.channel.server that return types with arguments of type VoiceStateUpdateListener Modifier and Type Method Description ListenerManager<VoiceStateUpdateListener>ServerChannelAttachableListenerManager. addVoiceStateUpdateListener(VoiceStateUpdateListener listener)Adds aVoiceStateUpdateListener.java.util.List<VoiceStateUpdateListener>ServerChannelAttachableListenerManager. getVoiceStateUpdateListeners()Gets all registeredVoiceStateUpdateListeners.Methods in org.javacord.api.listener.channel.server with parameters of type VoiceStateUpdateListener Modifier and Type Method Description ListenerManager<VoiceStateUpdateListener>ServerChannelAttachableListenerManager. addVoiceStateUpdateListener(VoiceStateUpdateListener listener)Adds aVoiceStateUpdateListener.
-