Class TaskDispatcher
java.lang.Object
com.github.darksoulq.abyssallib.server.scheduler.TaskDispatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondispatch(Runnable action, boolean async, org.bukkit.entity.Entity entity, org.bukkit.Location location, long delay, Clock delayClock, long period, Clock periodClock, BooleanSupplier until, BooleanSupplier whileCond)
-
Constructor Details
-
TaskDispatcher
public TaskDispatcher(org.bukkit.plugin.Plugin plugin)
-
-
Method Details
-
dispatch
public ScheduledTask dispatch(Runnable action, boolean async, org.bukkit.entity.Entity entity, org.bukkit.Location location, long delay, Clock delayClock, long period, Clock periodClock, BooleanSupplier until, BooleanSupplier whileCond)
-