Colosseum Runnable
Represents a task that can be scheduled.
Functions
Cancels this task.
Returns true if this task has been cancelled.
Schedules this in the Bukkit scheduler to run on next tick.
Asynchronous tasks should never access any API in Bukkit. Great care should be taken to assure the thread-safety of asynchronous tasks.
Schedules this in the Bukkit scheduler to run asynchronously.
Schedules this to run after the specified number of server ticks.
Asynchronous tasks should never access any API in Bukkit. Great care should be taken to assure the thread-safety of asynchronous tasks.
Schedules this to run asynchronously after the specified number of server ticks.
Schedules this to repeatedly run until cancelled, starting after the specified number of server ticks.
Asynchronous tasks should never access any API in Bukkit. Great care should be taken to assure the thread-safety of asynchronous tasks.
Schedules this to repeatedly run asynchronously until cancelled, starting after the specified number of server ticks.