Class HeightmapRangeDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.HeightmapRangeDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class HeightmapRangeDecoratorConfig extends Object implements DecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<HeightmapRangeDecoratorConfig>CODECintmaxintmin -
Constructor Summary
Constructors Constructor Description HeightmapRangeDecoratorConfig(int min, int max) -
Method Summary
-
Field Details
-
Constructor Details
-
HeightmapRangeDecoratorConfig
public HeightmapRangeDecoratorConfig(int min, int max)
-