PlayerJoinDungeonEvent

public class PlayerJoinDungeonEvent extends Event

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

Constructors

Link copied to clipboard
@Deprecated(forRemoval = false)
public void PlayerJoinDungeonEvent(DungeonInstance dungeonInstance)
public void PlayerJoinDungeonEvent(DungeonInstance dungeonInstance, @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()