Guild Deposit Money Event
class GuildDepositMoneyEvent(player: Player, val guild: Guild, val amount: Double) : GuildEvent(source)
Class representing an event that occurs when a player deposits money into a guild.
Constructors
Link copied to clipboard
Creates a new GuildDepositMoneyEvent.
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.