Uses of Interface
org.javacord.api.listener.channel.VoiceChannelAttachableListenerManager
-
Packages that use VoiceChannelAttachableListenerManager Package Description org.javacord.api.entity.channel org.javacord.api.listener.channel.server.voice org.javacord.api.listener.channel.user -
-
Uses of VoiceChannelAttachableListenerManager in org.javacord.api.entity.channel
Subinterfaces of VoiceChannelAttachableListenerManager in org.javacord.api.entity.channel Modifier and Type Interface Description interfacePrivateChannelThis class represents a private channel.interfaceServerStageVoiceChannelinterfaceServerVoiceChannelThis class represents a server voice channel.interfaceVoiceChannelThis class represents a voice channel. -
Uses of VoiceChannelAttachableListenerManager in org.javacord.api.listener.channel.server.voice
Subinterfaces of VoiceChannelAttachableListenerManager in org.javacord.api.listener.channel.server.voice Modifier and Type Interface Description interfaceServerVoiceChannelAttachableListenerManagerThis class can be used to add and retrieveServerVoiceChannelAttachableListeners. -
Uses of VoiceChannelAttachableListenerManager in org.javacord.api.listener.channel.user
Subinterfaces of VoiceChannelAttachableListenerManager in org.javacord.api.listener.channel.user Modifier and Type Interface Description interfacePrivateChannelAttachableListenerManagerThis class can be used to add and retrievePrivateChannelAttachableListeners.
-