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
/
ArenaCompleteEvent
Arena
Complete
Event
public
class
ArenaCompleteEvent
extends
Event
Members
Constructors
Arena
Complete
Event
Link copied to clipboard
public
void
ArenaCompleteEvent
(
ArenaInstance
arenaInstance
)
Called when an arena gets successfully completed by players.
Types
Arena
Complete
Event
Handler
Link copied to clipboard
public
class
ArenaCompleteEventHandler
implements
Listener
Properties
arena
Instance
Link copied to clipboard
public
final
ArenaInstance
arenaInstance
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
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
(
)
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
(
)