Interface ServerChannelInviteCreateEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent
public interface ServerChannelInviteCreateEvent extends ServerChannelEvent
A server channel invite create event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvitegetInvite()Gets the invite of the event.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getChannel, getServer
-
-
-
-
Method Detail
-
getInvite
Invite getInvite()
Gets the invite of the event.- Returns:
- The invite of the event.
-
-