Class NoiseHeightmapDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.NoiseHeightmapDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class NoiseHeightmapDecoratorConfig extends Object implements DecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description intaboveNoiseintbelowNoisestatic com.mojang.serialization.Codec<NoiseHeightmapDecoratorConfig>CODECdoublenoiseLevel -
Constructor Summary
Constructors Constructor Description NoiseHeightmapDecoratorConfig(double noiseLevel, int belowNoise, int aboveNoise) -
Method Summary
-
Field Details
-
CODEC
-
noiseLevel
public final double noiseLevel -
belowNoise
public final int belowNoise -
aboveNoise
public final int aboveNoise
-
-
Constructor Details
-
NoiseHeightmapDecoratorConfig
public NoiseHeightmapDecoratorConfig(double noiseLevel, int belowNoise, int aboveNoise)
-