| Package | Description |
|---|---|
| net.tridentsdk.server.world |
Implements classes in the package
net.tridentsdk.world.* package |
| net.tridentsdk.server.world.gen.brush |
Classes that generate the world with extra features such as trees
|
| net.tridentsdk.world |
World access: Chunks, dimensions, and loading, and world generation
|
| Modifier and Type | Method and Description |
|---|---|
List<FeatureGenerator> |
TridentWorldLoader.brushes() |
| Modifier and Type | Class and Description |
|---|---|
class |
OakTreeBrush
Generates oak trees in the world
|
class |
TallGrassBrush
Creates tall grass in the world
|
| Modifier and Type | Method and Description |
|---|---|
List<FeatureGenerator> |
WorldLoader.brushes()
Obtains a mutable collection of the overlay brushes used to generate the world
|
Copyright © 2016. All rights reserved.