Uses of Class
net.minecraft.world.gen.decorator.WaterDepthThresholdDecoratorConfig
Packages that use WaterDepthThresholdDecoratorConfig
-
Uses of WaterDepthThresholdDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type WaterDepthThresholdDecoratorConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WaterDepthThresholdDecoratorConfig>WaterDepthThresholdDecoratorConfig.CODECstatic final Decorator<WaterDepthThresholdDecoratorConfig>Decorator.WATER_DEPTH_THRESHOLDMethods in net.minecraft.world.gen.decorator with parameters of type WaterDepthThresholdDecoratorConfigModifier and TypeMethodDescriptionprotected booleanWaterDepthThresholdDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, WaterDepthThresholdDecoratorConfig waterDepthThresholdDecoratorConfig, BlockPos blockPos) Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type WaterDepthThresholdDecoratorConfigModifierConstructorDescriptionWaterDepthThresholdDecorator(com.mojang.serialization.Codec<WaterDepthThresholdDecoratorConfig> configCodec)