public static class BiomeGenBase.Height
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
rootHeight |
float |
variation |
| Constructor and Description |
|---|
Height(float rootHeightIn,
float variationIn) |
| Modifier and Type | Method and Description |
|---|---|
BiomeGenBase.Height |
attenuate()
Reduces the baseHeight by 20%, and the variation intensity by 40%, and returns the resulting Height
object
|
public BiomeGenBase.Height attenuate()