Class FoliaScheduler
java.lang.Object
me.hsgamer.hscore.bukkit.scheduler.folia.FoliaScheduler
- All Implemented Interfaces:
Scheduler
The Folia implementation of
Scheduler-
Constructor Details
-
FoliaScheduler
public FoliaScheduler(org.bukkit.plugin.Plugin plugin)
-
-
Method Details
-
cancelAllTasks
public void cancelAllTasks()Description copied from interface:SchedulerCancel all tasks- Specified by:
cancelAllTasksin interfaceScheduler
-
async
Description copied from interface:SchedulerGet theRunnerfor asynchronous tasks -
sync
Description copied from interface:SchedulerGet theRunnerfor synchronous tasks
-