Package net.pdevita.creeperheal2.utils
Class MCAsyncKt
-
- All Implemented Interfaces:
public final class MCAsyncKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static CoroutineContextasyncprivate final static CoroutineContextminecraft
-
Method Summary
Modifier and Type Method Description final CoroutineContextgetAsync()final CoroutineContextgetMinecraft()final static BukkitTaskasync(Object $self, Plugin plugin, Long delayTicks, Long repeatingTicks, Function0<Unit> f)Executes the given f via the plugin asynchronous. final static BukkitTasksync(Object $self, Plugin plugin, Long delayTicks, Long repeatingTicks, Function0<Unit> f)Executes the given f via the plugin synchronized with the server tick. -
-
Method Detail
-
getAsync
final CoroutineContext getAsync()
-
getMinecraft
final CoroutineContext getMinecraft()
-
async
final static BukkitTask async(Object $self, Plugin plugin, Long delayTicks, Long repeatingTicks, Function0<Unit> f)
Executes the given f via the plugin asynchronous.
-
-
-
-