Class CountNoiseDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.CountNoiseDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class CountNoiseDecoratorConfig extends Object implements DecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description intaboveNoiseintbelowNoisestatic com.mojang.serialization.Codec<CountNoiseDecoratorConfig>CODECdoublenoiseLevelFields inherited from interface net.minecraft.world.gen.decorator.DecoratorConfig
DEFAULT -
Constructor Summary
Constructors Constructor Description CountNoiseDecoratorConfig(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
-
CountNoiseDecoratorConfig
public CountNoiseDecoratorConfig(double noiseLevel, int belowNoise, int aboveNoise)
-