| Package | Description |
|---|---|
| net.tridentsdk.registry |
Contains the entry points to class implementations and the server files
|
| net.tridentsdk.server.service |
Contains implementations of classes in the
net.tridentsdk.registry and net.tridentsdk.service
packages |
| net.tridentsdk.server.world |
Implements classes in the package
net.tridentsdk.world.* package |
| net.tridentsdk.server.world.gen |
Contains world generators that create the default world terrain
|
| net.tridentsdk.world |
World access: Chunks, dimensions, and loading, and world generation
|
| net.tridentsdk.world.settings |
Contains enum types describing the properties of a world
|
| Modifier and Type | Method and Description |
|---|---|
WorldLoader |
Implementation.newLoader(Class<? extends ChunkGenerator> g) |
| Modifier and Type | Method and Description |
|---|---|
WorldLoader |
TridentImpl.newLoader(Class<? extends ChunkGenerator> g) |
| Modifier and Type | Method and Description |
|---|---|
ChunkGenerator |
TridentWorldLoader.generator() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWorldGen
Default world generator engine for Trident
|
class |
FlatWorldGen
Generates a flat world
|
| Modifier and Type | Method and Description |
|---|---|
ChunkGenerator |
WorldLoader.generator()
The generator used to load new chunks used by this world loader
|
| Modifier and Type | Method and Description |
|---|---|
static WorldLoader |
WorldLoader.newLoader(Class<? extends ChunkGenerator> clas)
Creates a new world loader using the generator specified
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ChunkGenerator> |
WorldCreateOptions.generator() |
| Modifier and Type | Method and Description |
|---|---|
WorldCreateOptions |
WorldCreateOptions.generator(Class<? extends ChunkGenerator> generator)
Uses the specified generator to generate chunks in the world
|
Copyright © 2016. All rights reserved.