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
/
ScriptZoneLeaveEvent
Script
Zone
Leave
Event
public
class
ScriptZoneLeaveEvent
extends
Event
Members
Constructors
Script
Zone
Leave
Event
Link copied to clipboard
public
void
ScriptZoneLeaveEvent
(
EliteEntity
customBossEntity
,
LivingEntity
entity
)
Properties
elite
Entity
Link copied to clipboard
public
final
EliteEntity
eliteEntity
entity
Link copied to clipboard
public
final
LivingEntity
entity
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
Functions
get
Elite
Entity
Link copied to clipboard
public
EliteEntity
getEliteEntity
(
)
get
Entity
Link copied to clipboard
public
LivingEntity
getEntity
(
)
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
(
)