| Package | Description |
|---|---|
| net.tridentsdk.server |
The main server workings, all of what happens, happens here.
|
| net.tridentsdk.server.chunk |
Contains infrastructure for player and world chunk management
|
| net.tridentsdk.server.packets.play.out |
Packets related to the gameplay of the server sent from the server
|
| net.tridentsdk.util |
Utilities used primarily within the API and available to plugins and the implementation
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TridentStart.main(String... args)
Starts the server up when the jarfile is run
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkLocationSet.clean0(int viewDist) |
Set<ChunkLocation> |
ChunkLocationSet.locations()
Obtains the chunks that are held in this location set
|
| Modifier and Type | Class and Description |
|---|---|
class |
PacketPlayOutOpenWindow |
| Modifier and Type | Class and Description |
|---|---|
class |
TridentLogger
Logger for Trident, automatically obtains the correct logger for the class
|
Copyright © 2016. All rights reserved.