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
/
EliteMobDeathEvent
Elite
Mob
Death
Event
public
class
EliteMobDeathEvent
extends
Event
Members
Constructors
Elite
Mob
Death
Event
Link copied to clipboard
public
void
EliteMobDeathEvent
(
EliteEntity
eliteEntity
,
EntityDeathEvent
entityDeathEvent
)
public
void
EliteMobDeathEvent
(
EliteEntity
eliteEntity
)
This is necessary for End Dragons
Types
Elite
Mob
Death
Event
Filter
Link copied to clipboard
public
class
EliteMobDeathEventFilter
implements
Listener
Properties
elite
Entity
Link copied to clipboard
public
final
EliteEntity
eliteEntity
entity
Link copied to clipboard
public
final
Entity
entity
entity
Death
Event
Link copied to clipboard
public
EntityDeathEvent
entityDeathEvent
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
Functions
call
And
Remove
Link copied to clipboard
public
static
void
callAndRemove
(
EliteEntity
eliteEntity
)
public
static
void
callAndRemove
(
EliteEntity
eliteEntity
,
EntityDeathEvent
entityDeathEvent
)
get
Elite
Entity
Link copied to clipboard
public
EliteEntity
getEliteEntity
(
)
get
Entity
Link copied to clipboard
public
Entity
getEntity
(
)
get
Entity
Death
Event
Link copied to clipboard
public
EntityDeathEvent
getEntityDeathEvent
(
)
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
(
)