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 CoroutineContext
async
private final static CoroutineContext
minecraft
-
Method Summary
Modifier and Type Method Description final CoroutineContext
getAsync()
final CoroutineContext
getMinecraft()
final static BukkitTask
async(Object $self, Plugin plugin, Long delayTicks, Long repeatingTicks, Function0<Unit> f)
Executes the given f via the plugin asynchronous. final static BukkitTask
sync(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.
-
-
-
-