Guild Kick Event
class GuildKickEvent(player: Player, val guild: Guild, val kicked: OfflinePlayer, val cause: GuildKickEvent.Cause) : GuildEvent(source)
Class representing an event that occurs when a player is kicked from a guild.
Constructors
Link copied to clipboard
fun GuildKickEvent(player: Player, guild: Guild, kicked: OfflinePlayer, cause: GuildKickEvent.Cause)
Creates a new GuildKickEvent.
Types
Link copied to clipboard
Enumeration class representing the possible reasons a player may be kicked from a guild.
Functions
Link copied to clipboard
Link copied to clipboard
Returns the list of handlers, through which this event is passed.
Link copied to clipboard
Link copied to clipboard
Returns whether this event is cancelled or not.
Link copied to clipboard
Sets whether this event is cancelled or not.