public class TopSolidHeightmapNoiseBiasedDecoratorConfig extends Object implements DecoratorConfig
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<TopSolidHeightmapNoiseBiasedDecoratorConfig> |
CODEC |
Heightmap.Type |
heightmap |
private static Logger |
LOGGER |
double |
noiseFactor |
double |
noiseOffset |
int |
noiseToCountRatio |
DEFAULT| Constructor and Description |
|---|
TopSolidHeightmapNoiseBiasedDecoratorConfig(int noiseToCountRatio,
double noiseFactor,
double noiseOffset,
Heightmap.Type heightmap) |
public static final com.mojang.serialization.Codec<TopSolidHeightmapNoiseBiasedDecoratorConfig> CODEC
private static final Logger LOGGER
public final int noiseToCountRatio
public final double noiseFactor
public final double noiseOffset
public final Heightmap.Type heightmap
public TopSolidHeightmapNoiseBiasedDecoratorConfig(int noiseToCountRatio,
double noiseFactor,
double noiseOffset,
Heightmap.Type heightmap)