PlayerJoinArenaEvent

public class PlayerJoinArenaEvent extends Event

Public API notification fired after a player has joined an arena match. Use com.magmaguy.elitemobs.api.instanced.MatchJoinEvent to cancel admission.

Constructors

Link copied to clipboard
@Deprecated(forRemoval = false)
public void PlayerJoinArenaEvent(ArenaInstance arenaInstance)
public void PlayerJoinArenaEvent(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()