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