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 aVoiceChannel
was created.Can be used to get affected VoiceChannel.
-
-
Constructor Summary
Constructors Constructor Description VoiceChannelCreateEvent(JDA api, long responseNumber, VoiceChannel channel)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.channel.voice.GenericVoiceChannelEvent
getChannel, getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-
-
-
Constructor Detail
-
VoiceChannelCreateEvent
public VoiceChannelCreateEvent(@Nonnull JDA api, long responseNumber, @Nonnull VoiceChannel channel)
-
-