public interface BukkitTask
Modifier and Type | Method and 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 © 2021. All rights reserved.