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
/
ScriptInstance
/
ownRepeating
own
Repeating
public
int
ownRepeating
(
int delayTicks
,
int intervalTicks
,
Runnable
runnable
)
Schedule a repeating owned Java task; auto-cancelled on shutdown. Returns its id.