Package eu.sculkpowered.server.scheduler
Interface Scheduler
public interface Scheduler
-
Nested Class Summary
-
Method Summary
-
Method Details
-
newTask
@NotNull @NotNull Scheduler.Task newTask(@NotNull @NotNull Plugin plugin, @NotNull @NotNull Runnable runnable) Creates a new scheduler task.- Parameters:
plugin
- the pluginrunnable
- the runnable- Returns:
- the new created task
- Since:
- 1.0.0
-