Uses of Class
net.minecraft.world.gen.decorator.DepthAverageDecoratorConfig
Packages that use DepthAverageDecoratorConfig
-
Uses of DepthAverageDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type DepthAverageDecoratorConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<DepthAverageDecoratorConfig>DepthAverageDecoratorConfig.CODECstatic Decorator<DepthAverageDecoratorConfig>Decorator.DEPTH_AVERAGEMethods in net.minecraft.world.gen.decorator with parameters of type DepthAverageDecoratorConfigModifier and TypeMethodDescriptionprotected intDepthAverageDecorator.getY(DecoratorContext decoratorContext, Random random, DepthAverageDecoratorConfig depthAverageDecoratorConfig, int int2)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type DepthAverageDecoratorConfigModifierConstructorDescriptionDepthAverageDecorator(com.mojang.serialization.Codec<DepthAverageDecoratorConfig> configCodec)