BukkitTask

public interface BukkitTask

Represents getClassById task being executed by the scheduler

Functions

Link copied to clipboard
public abstract void cancel()
Will attempt to cancel this task.
Link copied to clipboard
public abstract Plugin getOwner()
Returns the Plugin that owns this task.
Link copied to clipboard
public abstract int getTaskId()
Returns the taskId for the task.
Link copied to clipboard
public abstract boolean isSync()
Returns true if the Task is getClassById sync task.