runTaskLater

fun runTaskLater(ticks: Long = 1, task: () -> Unit): BukkitTask

Runs a task after the given ticks (1 tick = 0.05 seconds)

Return

the BukkitTask

Parameters

ticks

The ticks to run after. Defaults to 1 tick (0.05 seconds)

task

The task to run