Package com.comphenix.protocol.scheduler
Class FoliaScheduler
java.lang.Object
com.comphenix.protocol.scheduler.FoliaScheduler
- All Implemented Interfaces:
ProtocolScheduler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrunTaskAsync(Runnable task) scheduleSyncDelayedTask(Runnable task, long delay) scheduleSyncRepeatingTask(Runnable task, long delay, long period)
-
Constructor Details
-
FoliaScheduler
public FoliaScheduler(org.bukkit.plugin.Plugin plugin)
-
-
Method Details
-
scheduleSyncRepeatingTask
- Specified by:
scheduleSyncRepeatingTaskin interfaceProtocolScheduler
-
runTask
- Specified by:
runTaskin interfaceProtocolScheduler
-
scheduleSyncDelayedTask
- Specified by:
scheduleSyncDelayedTaskin interfaceProtocolScheduler
-
runTaskAsync
- Specified by:
runTaskAsyncin interfaceProtocolScheduler
-