| Package | Description |
|---|---|
| com.sk89q.worldedit.generator | |
| com.sk89q.worldedit.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
FloraGenerator
Generates flora (which may include tall grass, flowers, etc.).
|
class |
ForestGenerator
Generates forests by searching for the ground starting from the given upper Y
coordinate for every column given.
|
class |
GardenPatchGenerator |
| Modifier and Type | Method and Description |
|---|---|
RegionFunction |
GroundScatterFunction.getFunction()
Get the function to apply.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroundScatterFunction.setFunction(RegionFunction function)
Set the function to apply.
|
| Constructor and Description |
|---|
GroundScatterFunction(EditSession editSession,
RegionFunction function)
Create a new instance using a
RandomNoise as the noise generator. |
GroundScatterFunction(EditSession editSession,
RegionFunction function,
NoiseGenerator noiseGenerator)
Create a new instance.
|
Copyright © 2010-2014. All Rights Reserved.