MatchLeaveEvent

public class MatchLeaveEvent extends Event implements MatchEvent, MatchPlayerEvent

Public API event fired after a player has fully left a match. Moving between the active-player and spectator sets does not count as leaving while the player remains a participant.

Constructors

Link copied to clipboard
public void MatchLeaveEvent(MatchInstance matchInstance, Player player)

Properties

Link copied to clipboard
public final static HandlerList handlers
Link copied to clipboard
public final Player player

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

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