JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH
Package de.kentoj.scrow.bukkit.scheduler
package
de.kentoj.scrow.bukkit.scheduler
Related Packages
Package
Description
de.kentoj.scrow.bukkit
de.kentoj.scrow.bukkit.gameserver
de.kentoj.scrow.bukkit.minigame
de.kentoj.scrow.bukkit.region
All Classes and Interfaces
Interfaces
Classes
Class
Description
Task
<T>
TaskImpl
<T>
A Task runs entirely async, when sync is used, a subtask is run on the main thread and the async thread blocks until the subtask returns.
Tasks
TaskState
<T>