Interface TaskScheduler
public interface TaskScheduler
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TaskSchedulercreate(@NotNull org.bukkit.plugin.Plugin plugin) @NotNull RunningTaskrunEveryTick(@NotNull Runnable runnable) voidrunNextTick(@NotNull Runnable runnable)
-
Method Details
-
create
-
runEveryTick
-
runNextTick
-