Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.api
/
PlayerLeaveArenaEvent
Player
Leave
Arena
Event
public
class
PlayerLeaveArenaEvent
extends
Event
Public API notification fired after a player has fully left an arena match.
Members
Constructors
Player
Leave
Arena
Event
Link copied to clipboard
@
Deprecated
(
forRemoval
=
false
)
public
void
PlayerLeaveArenaEvent
(
ArenaInstance
arenaInstance
)
public
void
PlayerLeaveArenaEvent
(
ArenaInstance
arenaInstance
,
@
Nullable
(
)
Player
player
)
Properties
arena
Instance
Link copied to clipboard
public
final
ArenaInstance
arenaInstance
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
player
Link copied to clipboard
@
Nullable
(
)
public
final
Player
player
Functions
get
Arena
Instance
Link copied to clipboard
public
ArenaInstance
getArenaInstance
(
)
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
public
HandlerList
getHandlers
(
)
get
Player
Link copied to clipboard
@
Nullable
(
)
public
Player
getPlayer
(
)
Inherited functions
get
Event
Name
Link copied to clipboard
public
String
getEventName
(
)
get
Handlers
Link copied to clipboard
public
abstract
HandlerList
getHandlers
(
)
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)