Uses of Interface
net.md_5.bungee.api.scheduler.ScheduledTask
-
Uses of ScheduledTask in io.github.waterfallmc.waterfall.exception
Modifier and TypeMethodDescriptionProxySchedulerException.getTask()
Gets the task which threw the exceptionModifierConstructorDescriptionprotected
ProxySchedulerException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, ScheduledTask task) ProxySchedulerException
(String message, Throwable cause, ScheduledTask task) ProxySchedulerException
(Throwable cause, ScheduledTask task) -
Uses of ScheduledTask in net.md_5.bungee.api.scheduler
Modifier and TypeMethodDescriptionSchedule a task to be executed asynchronously.Schedules a task to be executed asynchronously after the specified delay is up.Schedules a task to be executed asynchronously after the specified delay is up.Modifier and TypeMethodDescriptionvoid
TaskScheduler.cancel
(ScheduledTask task) Cancel a task to prevent it from executing, or if its a repeating task, prevent its further execution.