Class TextChannelCreateEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.text.GenericTextChannelEvent
-
- net.dv8tion.jda.api.events.channel.text.TextChannelCreateEvent
-
- All Implemented Interfaces:
GenericEvent
public class TextChannelCreateEvent extends GenericTextChannelEvent
Indicates that aTextChannel
has been created.Can be used to detect new TextChannel creation.
-
-
Constructor Summary
Constructors Constructor Description TextChannelCreateEvent(JDA api, long responseNumber, TextChannel channel)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.channel.text.GenericTextChannelEvent
getChannel, getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-
-
-
Constructor Detail
-
TextChannelCreateEvent
public TextChannelCreateEvent(@Nonnull JDA api, long responseNumber, @Nonnull TextChannel channel)
-
-