Package foundry.veil.api
Interface TickTaskScheduler.TickTask<V>
- All Superinterfaces:
Comparable<Delayed>
,Delayed
,Future<V>
,ScheduledFuture<V>
- Enclosing interface:
TickTaskScheduler
A single task scheduled to run in the future.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface java.util.concurrent.Future
cancel, exceptionNow, get, get, isCancelled, isDone, resultNow, state
-
Method Details
-
getDelay
long getDelay()- Returns:
- The number of ticks until this task will run
-
toCompletableFuture
CompletableFuture<V> toCompletableFuture()- Returns:
- This task represented as a future
-