Interface TaskCanceller


public interface TaskCanceller
An interface for cancelling tasks
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancel all tasks
    get(org.bukkit.plugin.Plugin plugin)
    Get the TaskCanceller for the given plugin
  • Method Details

    • get

      static TaskCanceller get(org.bukkit.plugin.Plugin plugin)
      Get the TaskCanceller for the given plugin
      Parameters:
      plugin - the plugin
      Returns:
      the TaskCanceller
    • cancelAll

      void cancelAll()
      Cancel all tasks