Class TopSolidHeightmapNoiseBiasedDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.TopSolidHeightmapNoiseBiasedDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class TopSolidHeightmapNoiseBiasedDecoratorConfig extends Object implements DecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<TopSolidHeightmapNoiseBiasedDecoratorConfig>CODECHeightmap.Typeheightmapprivate static LoggerLOGGERdoublenoiseFactordoublenoiseOffsetintnoiseToCountRatio -
Constructor Summary
Constructors Constructor Description TopSolidHeightmapNoiseBiasedDecoratorConfig(int noiseToCountRatio, double noiseFactor, double noiseOffset, Heightmap.Type heightmap) -
Method Summary
-
Field Details
-
CODEC
public static final com.mojang.serialization.Codec<TopSolidHeightmapNoiseBiasedDecoratorConfig> CODEC -
LOGGER
-
noiseToCountRatio
public final int noiseToCountRatio -
noiseFactor
public final double noiseFactor -
noiseOffset
public final double noiseOffset -
heightmap
-
-
Constructor Details
-
TopSolidHeightmapNoiseBiasedDecoratorConfig
public TopSolidHeightmapNoiseBiasedDecoratorConfig(int noiseToCountRatio, double noiseFactor, double noiseOffset, Heightmap.Type heightmap)
-