| 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 @NotNull NoiseGenerator[] |
OctaveGenerator.octaves |
| Modifier and Type | Method | Description |
|---|---|---|
@NotNull NoiseGenerator[] |
OctaveGenerator.getOctaves() |
Gets a clone of the individual octaves used within this generator
|
| Constructor | Description |
|---|---|
OctaveGenerator(@NotNull NoiseGenerator[] octaves) |
Copyright © 2020. All rights reserved.