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
/
ScriptExecutable
Script
Executable
public
interface
ScriptExecutable
Inheritors
EliteScript
Members
Functions
check
Link copied to clipboard
public
abstract
void
check
(
Location
landingLocation
,
ScriptActionData
previousScriptActionData
)
public
abstract
void
check
(
EliteEntity
eliteEntity
,
LivingEntity
directTarget
,
ScriptActionData
previousScriptActionData
)