runTaskLaterAsynchronously

open override fun runTaskLaterAsynchronously(runnable: Runnable, delay: Long): BukkitScheduledTask

Schedules the specified task to be executed asynchronously after the time delay has passed

Return

The {@link MyScheduledTask} that represents the scheduled task

Parameters

runnable

The task to execute

delay

The time delay to pass before the task should be executed