Uses of Interface
org.javacord.api.event.channel.server.voice.ServerVoiceChannelMemberJoinEvent
-
Packages that use ServerVoiceChannelMemberJoinEvent Package Description org.javacord.api.listener.channel.server.voice -
-
Uses of ServerVoiceChannelMemberJoinEvent in org.javacord.api.listener.channel.server.voice
Methods in org.javacord.api.listener.channel.server.voice with parameters of type ServerVoiceChannelMemberJoinEvent Modifier and Type Method Description voidServerVoiceChannelMemberJoinListener. onServerVoiceChannelMemberJoin(ServerVoiceChannelMemberJoinEvent event)This method is called every time a user joins a server voice channel.
-