Class GuildInviteCreateEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
-
- net.dv8tion.jda.api.events.guild.invite.GenericGuildInviteEvent
-
- net.dv8tion.jda.api.events.guild.invite.GuildInviteCreateEvent
-
- All Implemented Interfaces:
GenericEvent
public class GuildInviteCreateEvent extends GenericGuildInviteEvent
-
-
Constructor Summary
Constructors Constructor Description GuildInviteCreateEvent(JDA api, long responseNumber, Invite invite, GuildChannel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Invite
getInvite()
The invite which was created.-
Methods inherited from class net.dv8tion.jda.api.events.guild.invite.GenericGuildInviteEvent
getCategory, getChannel, getChannelType, getCode, getStoreChannel, getTextChannel, getUrl, getVoiceChannel
-
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-