public static interface TaskBuilder.DelayedTick extends TaskBuilder.Delayed
| Modifier and Type | Method and Description |
|---|---|
ContextualTaskBuilder |
every(long ticks)
Marks that the new task should repeat on the specified interval,
and returns the next builder in the chain.
|
call, run, supply@Nonnull ContextualTaskBuilder every(long ticks)
ticks - the number of ticks to wait between executionsCopyright © 2022. All rights reserved.