Class BukkitTaskDispatcher
java.lang.Object
com.github.darksoulq.abyssallib.server.scheduler.BukkitTaskDispatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScheduledTaskschedule(org.bukkit.plugin.Plugin plugin, Runnable action, boolean async, long delayTicks, long periodTicks, AbstractScheduledTask abstractTask)
-
Constructor Details
-
BukkitTaskDispatcher
public BukkitTaskDispatcher()
-
-
Method Details
-
schedule
public static ScheduledTask schedule(org.bukkit.plugin.Plugin plugin, Runnable action, boolean async, long delayTicks, long periodTicks, AbstractScheduledTask abstractTask)
-