Class AbstractScheduledTask
java.lang.Object
com.github.darksoulq.abyssallib.server.scheduler.AbstractScheduledTask
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractScheduledTask(BooleanSupplier until, BooleanSupplier whileCond, org.bukkit.entity.Entity entity) -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()failure()getWrappedRunnable(Runnable action, long periodMillis) booleanboolean
-
Constructor Details
-
AbstractScheduledTask
public AbstractScheduledTask(BooleanSupplier until, BooleanSupplier whileCond, org.bukkit.entity.Entity entity)
-
-
Method Details
-
getWrappedRunnable
-
cancel
public void cancel() -
isCancelled
public boolean isCancelled() -
isRunning
public boolean isRunning() -
nextExecution
-
failure
-
completion
-