PlayerLeaveArenaEvent

public class PlayerLeaveArenaEvent extends Event

Public API notification fired after a player has fully left an arena match.

Constructors

Link copied to clipboard
@Deprecated(forRemoval = false)
public void PlayerLeaveArenaEvent(ArenaInstance arenaInstance)
public void PlayerLeaveArenaEvent(ArenaInstance arenaInstance, @Nullable() Player player)

Properties

Link copied to clipboard
Link copied to clipboard
public final static HandlerList handlers
Link copied to clipboard
@Nullable()
public final Player player

Functions

Link copied to clipboard
Link copied to clipboard
public static HandlerList getHandlerList()
Link copied to clipboard
public HandlerList getHandlers()
Link copied to clipboard
@Nullable()
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()