Uses of Class
net.minecraft.world.gen.decorator.DepthAverageDecoratorConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.decorator |
-
Uses of DepthAverageDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type DepthAverageDecoratorConfig Modifier and Type Field Description static com.mojang.serialization.Codec<DepthAverageDecoratorConfig>DepthAverageDecoratorConfig. CODECstatic Decorator<DepthAverageDecoratorConfig>Decorator. DEPTH_AVERAGEMethods in net.minecraft.world.gen.decorator with parameters of type DepthAverageDecoratorConfig Modifier and Type Method Description protected intDepthAverageDecorator. getY(DecoratorContext decoratorContext, Random random, DepthAverageDecoratorConfig depthAverageDecoratorConfig, int int2)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type DepthAverageDecoratorConfig Constructor Description DepthAverageDecorator(com.mojang.serialization.Codec<DepthAverageDecoratorConfig> configCodec)