Package-level declarations
Types
Link copied to clipboard
class ShardRunnable(val task: ShardRunnable.() -> Unit, val async: Boolean = false, val delay: Long = 0) : BukkitRunnable
Functions
Link copied to clipboard
Schedules an asynchronous task to be executed by the Bukkit scheduler.
Link copied to clipboard
fun delay(value: Long, unit: TimeUnit = TimeUnit.MILLISECONDS, async: Boolean = false, runnable: ShardRunnable.() -> Unit): ShardRunnable
Schedules a delayed task to be executed by the Bukkit scheduler.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard