Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.scripting
/
ScriptProjectiles
/
launch
launch
public
boolean
launch
(
ScriptInstance
instance
,
Player
owner
,
BooleanSupplier
active
,
Location
at
,
Vector
direction
,
double speed
,
double range
,
int ticks
,
LuaFunction
impact
,
LuaFunction
visual
,
boolean protectedPath
)