Package net.dv8tion.jda.api.events.guild
Class GuildBanEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
-
- net.dv8tion.jda.api.events.guild.GuildBanEvent
-
- All Implemented Interfaces:
GenericEvent
public class GuildBanEvent extends GenericGuildEvent
-
-
Constructor Summary
Constructors Constructor Description GuildBanEvent(JDA api, long responseNumber, Guild guild, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User
getUser()
The bannedUser
-
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-