Class DepthAverageDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.DepthAverageDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class DepthAverageDecoratorConfig extends Object implements DecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description intbaselinestatic com.mojang.serialization.Codec<DepthAverageDecoratorConfig>CODECintspreadFields inherited from interface net.minecraft.world.gen.decorator.DecoratorConfig
DEFAULT -
Constructor Summary
Constructors Constructor Description DepthAverageDecoratorConfig(int baseline, int spread) -
Method Summary
-
Field Details
-
CODEC
-
baseline
public final int baseline -
spread
public final int spread
-
-
Constructor Details
-
DepthAverageDecoratorConfig
public DepthAverageDecoratorConfig(int baseline, int spread)
-