GuildWarEndEvent

class GuildWarEndEvent(val challenger: Guild, val defender: Guild, val winner: Guild) : Event(source)

An event that is called when a guild war ends.

Constructors

Link copied to clipboard
fun GuildWarEndEvent(challenger: Guild, defender: Guild, winner: Guild)

Creates a new GuildWarEndEvent with the given challenger, defender and winner.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@NotNull
open fun getEventName(): String
Link copied to clipboard
open override fun getHandlers(): HandlerList

Gets a list of all registered handlers for this event.

Link copied to clipboard

Properties

Link copied to clipboard

the guild who initiated the war

Link copied to clipboard

the guild who was challenged

Link copied to clipboard

the guild that won the war