@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.scheduler
-
Interface Summary Interface Description ScheduledTask ScheduledTaskFuture<V> Represents aRunnableScheduledFuture
of aScheduledTask
.ScheduledUpdate<T> Represents a scheduled block update.ScheduledUpdateList<T> A tick based priority scheduled list targeting specific types of objects that need to be ticked.Scheduler Represents a scheduler for runningtasks
.Task Represents a task that has been scheduled.Task.Builder Represents a builder to create aTask
.TaskExecutorService A delegatingExecutorService
that schedules all its tasks on Sponge'sScheduler
.TaskFuture<V> Represents aFuture
of aScheduledTask
.TaskPriority -
Class Summary Class Description TaskPriorities -
Enum Summary Enum Description ScheduledUpdate.State Represents the state of aScheduledUpdate
.