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
/
ScriptActions
Script
Actions
public
class
ScriptActions
Members
Constructors
Script
Actions
Link copied to clipboard
public
void
ScriptActions
(
ScriptActionsBlueprint
scriptActionsBlueprint
,
Map
<
String
,
ScriptExecutable
>
eliteScriptMap
,
ScriptRuntimeOwner
runtimeOwner
)
Properties
script
Actions
List
Link copied to clipboard
public
final
List
<
ScriptAction
>
scriptActionsList
Functions
get
Script
Actions
List
Link copied to clipboard
public
List
<
ScriptAction
>
getScriptActionsList
(
)
is
Valid
Link copied to clipboard
public
boolean
isValid
(
)
run
Scripts
Link copied to clipboard
public
void
runScripts
(
ScriptActionData
previousScriptActiondata
)
public
void
runScripts
(
ScriptActionData
previousActionData
,
Location
landingLocation
)
public
void
runScripts
(
EliteEntity
eliteEntity
,
LivingEntity
directTarget
,
Event
event
)