MatchDestroyEvent

public class MatchDestroyEvent extends Event implements MatchEvent

Public API event fired once after the generic match roster, spectator, and death-marker state has been cleared. Subtypes may perform their own arena reset or world teardown immediately after this notification.

Constructors

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