public interface TaskScheduler
  • Method Details

    • create

      @NotNull static @NotNull TaskScheduler create(@NotNull @NotNull org.bukkit.plugin.Plugin plugin)
    • runEveryTick

      @NotNull @NotNull RunningTask runEveryTick(@NotNull @NotNull Runnable runnable)
    • runNextTick

      void runNextTick(@NotNull @NotNull Runnable runnable)