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
/
NPCProximityEnterEvent
NPCProximity
Enter
Event
public
class
NPCProximityEnterEvent
extends
Event
Members
Constructors
NPCProximity
Enter
Event
Link copied to clipboard
public
void
NPCProximityEnterEvent
(
NPCEntity
npcEntity
,
Player
player
,
double activationRadius
)
Properties
activation
Radius
Link copied to clipboard
public
final
double
activationRadius
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
npc
Entity
Link copied to clipboard
public
final
NPCEntity
npcEntity
player
Link copied to clipboard
public
final
Player
player
Functions
get
Activation
Radius
Link copied to clipboard
public
double
getActivationRadius
(
)
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
public
HandlerList
getHandlers
(
)
get
NPCEntity
Link copied to clipboard
public
NPCEntity
getNPCEntity
(
)
get
Player
Link copied to clipboard
public
Player
getPlayer
(
)
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
(
)