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