| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.generator | |
| com.sk89q.worldedit.tools |
| Modifier and Type | Method and Description |
|---|---|
int |
EditSession.makeForest(Iterable<Vector2D> it,
int upperY,
int lowerY,
double density,
TreeGenerator treeGenerator)
Deprecated.
Use
ForestGenerator with a
FlatRegionApplicator |
int |
EditSession.makeForest(Vector basePos,
int size,
double density,
TreeGenerator treeGenerator)
Makes a forest.
|
| Constructor and Description |
|---|
ForestGenerator(EditSession editSession,
TreeGenerator treeGenerator)
Create a new instance.
|
| Constructor and Description |
|---|
TreePlanter(TreeGenerator gen) |
Copyright © 2010-2014. All Rights Reserved.