| 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.world |
Implements classes in the package
net.tridentsdk.world.* package |
| Modifier and Type | Field and Description |
|---|---|
static TridentWorld |
TridentServer.WORLD |
| Constructor and Description |
|---|
ChunkHandler(TridentWorld world)
Creates a new chunk handler to manage the chunks of the provided world
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,TridentWorld> |
TridentWorldLoader.WORLDS |
| Modifier and Type | Method and Description |
|---|---|
TridentWorld |
TridentChunk.world() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TridentWorld> |
TridentWorldLoader.worlds() |
| Modifier and Type | Method and Description |
|---|---|
static WorldSettings |
TridentWorldSettings.load(TridentWorld world,
WorldCreateOptions options) |
TridentChunk |
RegionFile.loadChunkData(TridentWorld world,
ChunkLocation location) |
| Constructor and Description |
|---|
TridentChunk(TridentWorld world,
ChunkLocation coord) |
TridentChunk(TridentWorld world,
int x,
int z) |
TridentChunkSnapshot(TridentWorld world,
TridentChunk chunk) |
Copyright © 2016. All rights reserved.