Interface TaskBuilder.DelayedTick
- All Superinterfaces:
ContextualPromiseBuilder,TaskBuilder.Delayed
- Enclosing interface:
- TaskBuilder
-
Method Summary
Modifier and TypeMethodDescription@NotNull ContextualTaskBuilderevery(long ticks) Marks that the new task should repeat on the specified interval, and returns the next builder in the chain.Methods inherited from interface dev.demeng.pluginbase.scheduler.builder.ContextualPromiseBuilder
call, run, supply
-
Method Details
-
every
Marks that the new task should repeat on the specified interval, and returns the next builder in the chain.- Parameters:
ticks- the number of ticks to wait between executions- Returns:
- a delayed builder
-