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.powers.scripts.caching
/
ScriptEventsBlueprint
Script
Events
Blueprint
public
class
ScriptEventsBlueprint
Members
Constructors
Script
Events
Blueprint
Link copied to clipboard
public
void
ScriptEventsBlueprint
(
List
<
String
>
values
,
String
scriptName
,
String
filename
)
public
void
ScriptEventsBlueprint
(
Map
<
String
,
Object
>
configurationValues
,
String
scriptName
,
String
filename
)
Properties
events
Link copied to clipboard
public
final
Set
<
Class
>
events
Functions
get
Events
Link copied to clipboard
public
Set
<
Class
>
getEvents
(
)
is
Zone
Listener
Link copied to clipboard
public
boolean
isZoneListener
(
)