public static class BiomeElevation.Vanilla extends BiomeElevation
BiomeElevation which takes height and variation values in the format used by vanilla Minecraft.BiomeElevation.Absolute, BiomeElevation.VanillaDEFAULT, height, normalizedHeight, normalizedVariation, variation| Constructor and Description |
|---|
Vanilla(double height,
double variation) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
normalizeHeight(double height) |
protected double |
normalizeVariation(double variation) |
getHeight, getNormalizedHeight, getNormalizedVariation, getVariationprotected double normalizeHeight(double height)
normalizeHeight in class BiomeElevationprotected double normalizeVariation(double variation)
normalizeVariation in class BiomeElevationCopyright © 2020. All rights reserved.