| Package | Description | 
|---|---|
| org.bukkit.util.noise | 
 Classes dedicated to facilitating deterministic noise. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PerlinNoiseGenerator
Generates noise using the "classic" perlin generator 
 | 
class  | 
SimplexNoiseGenerator
Generates simplex-based noise. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected NoiseGenerator[] | 
OctaveGenerator.octaves  | 
| Modifier and Type | Method and Description | 
|---|---|
NoiseGenerator[] | 
OctaveGenerator.getOctaves()
Gets a clone of the individual octaves used within this generator 
 | 
| Constructor and Description | 
|---|
OctaveGenerator(NoiseGenerator[] octaves)  | 
Copyright © 2021. All rights reserved.