Interface Scheduler


public interface Scheduler
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    newTask(@NotNull Plugin plugin, @NotNull Runnable runnable)
    Creates a new scheduler task.
  • Method Details

    • newTask

      @NotNull @NotNull Scheduler.Task newTask(@NotNull @NotNull Plugin plugin, @NotNull @NotNull Runnable runnable)
      Creates a new scheduler task.
      Parameters:
      plugin - the plugin
      runnable - the runnable
      Returns:
      the new created task
      Since:
      1.0.0