| Package | Description |
|---|---|
| com.sk89q.worldedit.noise | |
| com.sk89q.worldedit.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomNoise
Generates noise non-deterministically using
Random. |
| Modifier and Type | Method and Description |
|---|---|
NoiseGenerator |
GroundScatterFunction.getNoiseGenerator()
Get the noise generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroundScatterFunction.setNoiseGenerator(NoiseGenerator noiseGenerator)
Set the noise generator.
|
| Constructor and Description |
|---|
GroundScatterFunction(EditSession editSession,
RegionFunction function,
NoiseGenerator noiseGenerator)
Create a new instance.
|
Copyright © 2010-2014. All Rights Reserved.