public interface BukkitTask
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
cancel() | 
 Will attempt to cancel this task. 
 | 
Plugin | 
getOwner() | 
 Returns the Plugin that owns this task. 
 | 
int | 
getTaskId() | 
 Returns the taskId for the task. 
 | 
boolean | 
isCancelled() | 
 Returns true if this task has been cancelled. 
 | 
boolean | 
isSync() | 
 Returns true if the Task is a sync task. 
 | 
int getTaskId()
Plugin getOwner()
boolean isSync()
boolean isCancelled()
void cancel()
Copyright © 2018. All rights reserved.