MatchInstantiateEvent

public class MatchInstantiateEvent extends Event implements MatchEvent, Cancellable

Public API event fired after the match's constructor parameters have been assigned but before watchdog tasks start or the instance enters the global registry. Cancelling prevents the match from becoming active.

Constructors

Link copied to clipboard
public void MatchInstantiateEvent(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
Link copied to clipboard
public boolean isCancelled()
Link copied to clipboard
public void setCancelled(boolean b)

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()