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
/
EliteMobRemoveEvent
Elite
Mob
Remove
Event
public
class
EliteMobRemoveEvent
extends
Event
Members
Constructors
Elite
Mob
Remove
Event
Link copied to clipboard
public
void
EliteMobRemoveEvent
(
EliteEntity
eliteEntity
,
RemovalReason
removalReason
)
This is always the last event to be called when an Elite Mob dies, and is used to clean up references to it in memory.
Properties
entity
Link copied to clipboard
public
final
Entity
entity
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
removal
Reason
Link copied to clipboard
public
final
RemovalReason
removalReason
Functions
get
Elite
Mob
Entity
Link copied to clipboard
public
EliteEntity
getEliteMobEntity
(
)
get
Entity
Link copied to clipboard
public
Entity
getEntity
(
)
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
public
HandlerList
getHandlers
(
)
get
Removal
Reason
Link copied to clipboard
public
RemovalReason
getRemovalReason
(
)
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
(
)