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
/
EliteMobEnterCombatEvent
Elite
Mob
Enter
Combat
Event
public
class
EliteMobEnterCombatEvent
extends
Event
Members
Constructors
Elite
Mob
Enter
Combat
Event
Link copied to clipboard
public
void
EliteMobEnterCombatEvent
(
EliteEntity
eliteEntity
,
Player
targetEntity
)
Types
Elite
Mob
Enter
Combat
Event
Filter
Link copied to clipboard
public
class
EliteMobEnterCombatEventFilter
implements
Listener
Properties
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
target
Entity
Link copied to clipboard
public
final
Player
targetEntity
Functions
get
Elite
Mob
Entity
Link copied to clipboard
public
EliteEntity
getEliteMobEntity
(
)
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
public
HandlerList
getHandlers
(
)
get
Target
Entity
Link copied to clipboard
public
Player
getTargetEntity
(
)
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
(
)