Uses of Class
net.minecraft.world.gen.decorator.CarvingMaskDecoratorConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.decorator |
-
Uses of CarvingMaskDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type CarvingMaskDecoratorConfig Modifier and Type Field Description static Decorator<CarvingMaskDecoratorConfig>Decorator. CARVING_MASKstatic com.mojang.serialization.Codec<CarvingMaskDecoratorConfig>CarvingMaskDecoratorConfig. CODECMethods in net.minecraft.world.gen.decorator with parameters of type CarvingMaskDecoratorConfig Modifier and Type Method Description Stream<BlockPos>CarvingMaskDecorator. getPositions(DecoratorContext decoratorContext, Random random, CarvingMaskDecoratorConfig carvingMaskDecoratorConfig, BlockPos blockPos)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type CarvingMaskDecoratorConfig Constructor Description CarvingMaskDecorator(com.mojang.serialization.Codec<CarvingMaskDecoratorConfig> configCodec)