Package | Description |
---|---|
com.comphenix.protocol.utility |
Modifier and Type | Method and Description |
---|---|
static WrappedScheduler.TaskWrapper |
WrappedScheduler.runAsynchronouslyOnce(Plugin plugin,
java.lang.Runnable runnable,
long firstDelay)
Schedule a given task for a single asynchronous execution.
|
static WrappedScheduler.TaskWrapper |
WrappedScheduler.runAsynchronouslyRepeat(Plugin plugin,
BukkitScheduler scheduler,
java.lang.Runnable runnable,
long firstDelay,
long repeatDelay)
Schedule a given task for asynchronous execution.
|
static WrappedScheduler.TaskWrapper |
WrappedScheduler.runAsynchronouslyRepeat(Plugin plugin,
java.lang.Runnable runnable,
long firstDelay,
long repeatDelay)
Schedule a given task for multiple asynchronous executions.
|