Interface TaskCanceller
public interface TaskCanceller
An interface for cancelling tasks
-
Method Summary
Modifier and TypeMethodDescriptionvoidCancel all tasksstatic TaskCancellerget(org.bukkit.plugin.Plugin plugin) Get theTaskCancellerfor the given plugin
-
Method Details
-
get
Get theTaskCancellerfor the given plugin- Parameters:
plugin- the plugin- Returns:
- the
TaskCanceller
-
cancelAll
void cancelAll()Cancel all tasks
-