MatchEndEvent

public class MatchEndEvent extends Event implements MatchEvent

Public API event fired once when a running match reaches a completed, victory, or defeat state. The instance still exists at this point and may remain available during its configured closing delay.

Constructors

Link copied to clipboard
public void MatchEndEvent(MatchInstance matchInstance)

Properties

Link copied to clipboard
public final static HandlerList handlers

Functions

Link copied to clipboard
@NotNull()
public static HandlerList getHandlerList()
Link copied to clipboard
@NotNull()
public HandlerList getHandlers()
Link copied to clipboard

Inherited functions

Link copied to clipboard
public String getEventName()
Link copied to clipboard
public abstract HandlerList getHandlers()
Link copied to clipboard
public final boolean isAsynchronous()