public interface BukkitTask
| Modifier and Type | Method and Description | 
|---|---|
void | 
cancel()
Will attempt to cancel this task. 
 | 
@NotNull 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()
@NotNull @NotNull Plugin getOwner()
boolean isSync()
boolean isCancelled()
void cancel()
Copyright © 2022. All rights reserved.