public interface BukkitWorker
Workers are used to execute async tasks.
| Modifier and Type | Method and Description | 
|---|---|
@NotNull Plugin | 
getOwner()
Returns the Plugin that owns this task. 
 | 
int | 
getTaskId()
Returns the taskId for the task being executed by this worker. 
 | 
@NotNull Thread | 
getThread()
Returns the thread for the worker. 
 | 
int getTaskId()
@NotNull @NotNull Plugin getOwner()
@NotNull @NotNull Thread getThread()
Copyright © 2021. All rights reserved.