![]() |
Bukkit
1.4.7-R1.0
|
Represents a task being executed by the scheduler. More...
Public Member Functions | |
| int | getTaskId () |
| Returns the taskId for the task. | |
| Plugin | getOwner () |
| Returns the Plugin that owns this task. | |
| boolean | isSync () |
| Returns true if the Task is a sync task. | |
| void | cancel () |
| Will attempt to cancel this task. | |
Represents a task being executed by the scheduler.
Definition at line 9 of file BukkitTask.java.
| void org.bukkit.scheduler.BukkitTask.cancel | ( | ) |
Will attempt to cancel this task.
| Plugin org.bukkit.scheduler.BukkitTask.getOwner | ( | ) |
Returns the Plugin that owns this task.
| int org.bukkit.scheduler.BukkitTask.getTaskId | ( | ) |
Returns the taskId for the task.
| boolean org.bukkit.scheduler.BukkitTask.isSync | ( | ) |
Returns true if the Task is a sync task.