| Package | Description |
|---|---|
| net.tridentsdk.server |
The main server workings, all of what happens, happens here.
|
| net.tridentsdk.server.concurrent |
Contains most of the code to handle the concurrent of the server
|
| Class and Description |
|---|
| MainThread
Handles the running of the server, the "ticks" that occur 20 times a second
|
| Class and Description |
|---|
| ConcurrentTaskExecutor
Thread pool which allows tasks and result-bearing tasks to be executed concurrently
|
| ThreadsHandler
Handles the majority of the lifecycle for the concurrent
|
| TridentTaskScheduler
TridentTaskScheduler is a scheduling utility that is used to reflect ScheduledTasks at a given offset of the current
epoch of the server
|
Copyright © 2016. All rights reserved.