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
/
ElitePhaseSwitchEvent
Elite
Phase
Switch
Event
public
class
ElitePhaseSwitchEvent
extends
Event
Members
Constructors
Elite
Phase
Switch
Event
Link copied to clipboard
public
void
ElitePhaseSwitchEvent
(
CustomBossEntity
customBossEntity
,
PhaseBossEntity
phaseBossEntity
)
Properties
custom
Boss
Entity
Link copied to clipboard
public
final
CustomBossEntity
customBossEntity
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
phase
Boss
Entity
Link copied to clipboard
public
final
PhaseBossEntity
phaseBossEntity
Functions
get
Custom
Boss
Entity
Link copied to clipboard
public
CustomBossEntity
getCustomBossEntity
(
)
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
public
HandlerList
getHandlers
(
)
get
Phase
Boss
Entity
Link copied to clipboard
public
PhaseBossEntity
getPhaseBossEntity
(
)
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
(
)