Class Scheduler
java.lang.Object
net.guizhanss.guizhanlib.slimefun.addon.Scheduler
A class for scheduling tasks.
Modified from InfinityLib
- Author:
- Mooy1, ybw0014
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidrepeatAsync(int intervalTicks, int delayTicks, Runnable runnable) voidrepeatAsync(int intervalTicks, Runnable runnable) voidvoidvoidvoid
-
Constructor Details
-
Scheduler
-
-
Method Details
-
run
-
runAsync
-
run
-
runAsync
-
repeat
-
repeatAsync
-
repeat
-
repeatAsync
-