| Interface | Description |
|---|---|
| AsyncSchedulerImplementation |
Represents a scheduler that can schedule tasks to be run asynchronously (separate from the server thread(s)).
|
| EntitySchedulerImplementation |
Represents a scheduler that can schedule tasks to be run on an entity.
|
| GlobalSchedulerImplementation |
Represents a scheduler that can schedule tasks to be run.
|
| RegionSchedulerImplementation |
Represents a scheduler that can schedule tasks to be run.
|
| ServerImplementation | |
| TaskImplementation<T> |
| Class | Description |
|---|---|
| FoliaCompatibility |
The main class of FoliaScheduler, provides methods for getting the server-specific schedulers.
|