Class CarvingMaskDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.CarvingMaskDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class CarvingMaskDecoratorConfig extends Object implements DecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<CarvingMaskDecoratorConfig>CODECprotected floatprobabilityprotected GenerationStep.CarverstepFields inherited from interface net.minecraft.world.gen.decorator.DecoratorConfig
DEFAULT -
Constructor Summary
Constructors Constructor Description CarvingMaskDecoratorConfig(GenerationStep.Carver step, float probability) -
Method Summary
-
Field Details
-
CODEC
-
step
-
probability
protected final float probability
-
-
Constructor Details
-
CarvingMaskDecoratorConfig
-