Interface TickTaskScheduler.TickTask<V>

All Superinterfaces:
Comparable<Delayed>, Delayed, Future<V>, ScheduledFuture<V>
Enclosing interface:
TickTaskScheduler

public static interface TickTaskScheduler.TickTask<V> extends ScheduledFuture<V>
A single task scheduled to run in the future.
  • 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