GuildWarStartEvent

class GuildWarStartEvent(val challenger: Guild, val defender: Guild) : Event(source)

An event that is called when a guild war starts.

Constructors

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

Creates a new GuildWarStartEvent with the given challenger and defender.

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