Guild Invite Event
class GuildInviteEvent(player: Player, val guild: Guild, val invitedPlayer: Player) : GuildEvent(source)
Class representing an event that occurs when a player is invited to join a guild.
Constructors
Link copied to clipboard
Creates a new GuildInviteEvent.
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.