MatchStartEvent

public class MatchStartEvent extends Event implements MatchEvent

Public API event fired after a match enters ONGOING, its players are moved to the start, and its participant snapshot has been established.

Constructors

Link copied to clipboard
public void MatchStartEvent(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()