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