Class VoiceChannelCreateEvent
- java.lang.Object
- 
- net.dv8tion.jda.api.events.Event
- 
- net.dv8tion.jda.api.events.channel.voice.GenericVoiceChannelEvent
- 
- net.dv8tion.jda.api.events.channel.voice.VoiceChannelCreateEvent
 
 
 
- 
- All Implemented Interfaces:
- GenericEvent
 
 public class VoiceChannelCreateEvent extends GenericVoiceChannelEvent Indicates that aVoiceChannelwas created.Can be used to get affected VoiceChannel. 
- 
- 
Constructor SummaryConstructors Constructor Description VoiceChannelCreateEvent(JDA api, long responseNumber, VoiceChannel channel)
 - 
Method Summary- 
Methods inherited from class net.dv8tion.jda.api.events.channel.voice.GenericVoiceChannelEventgetChannel, getGuild
 - 
Methods inherited from class net.dv8tion.jda.api.events.EventgetJDA, getResponseNumber
 
- 
 
- 
- 
- 
Constructor Detail- 
VoiceChannelCreateEventpublic VoiceChannelCreateEvent(@Nonnull JDA api, long responseNumber, @Nonnull VoiceChannel channel)
 
- 
 
-