Class CountDepthDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.CountDepthDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class CountDepthDecoratorConfig extends Object implements DecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description intbaselineintcountstatic com.mojang.serialization.Codec<CountDepthDecoratorConfig>field_24982intspread -
Constructor Summary
Constructors Constructor Description CountDepthDecoratorConfig(int count, int baseline, int spread) -
Method Summary
-
Field Details
-
field_24982
-
count
public final int count -
baseline
public final int baseline -
spread
public final int spread
-
-
Constructor Details
-
CountDepthDecoratorConfig
public CountDepthDecoratorConfig(int count, int baseline, int spread)
-