Class DepthAverageDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.class_5858<DepthAverageDecoratorConfig>
net.minecraft.world.gen.decorator.DepthAverageDecorator
public class DepthAverageDecorator extends class_5858<DepthAverageDecoratorConfig>
- Mappings:
Namespace Name official cvuintermediary net/minecraft/class_3252named net/minecraft/world/gen/decorator/DepthAverageDecorator
-
Field Summary
Fields inherited from class net.minecraft.world.gen.decorator.Decorator
CARVING_MASK, CHANCE, COUNT, COUNT_EXTRA, COUNT_MULTILAYER, COUNT_NOISE, COUNT_NOISE_BIASED, DARK_OAK_TREE, DECORATED, DEPTH_AVERAGE, END_GATEWAY, GLOWSTONE, HEIGHTMAP, HEIGHTMAP_SPREAD_DOUBLE, HEIGHTMAP_WORLD_SURFACE, ICEBERG, LAVA_LAKE, NOPE, RANGE, RANGE_BIASED_TO_BOTTOM, RANGE_VERY_BIASED_TO_BOTTOM, SPREAD_32_ABOVE, SQUARE, TOP_SOLID_HEIGHTMAP -
Constructor Summary
Constructors Constructor Description DepthAverageDecorator(com.mojang.serialization.Codec<DepthAverageDecoratorConfig> configCodec) -
Method Summary
Modifier and Type Method Description protected intmethod_33875(DecoratorContext decoratorContext, Random random, DepthAverageDecoratorConfig depthAverageDecoratorConfig, int int2)Methods inherited from class net.minecraft.class_5858
getPositions
-
Constructor Details
-
DepthAverageDecorator
public DepthAverageDecorator(com.mojang.serialization.Codec<DepthAverageDecoratorConfig> configCodec)- Mappings:
Namespace Name Mixin selector official <init>Lcvx;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_3284;<init>(Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/world/gen/decorator/Decorator;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
method_33875
protected int method_33875(DecoratorContext decoratorContext, Random random, DepthAverageDecoratorConfig depthAverageDecoratorConfig, int int2)- Specified by:
method_33875in classclass_5858<DepthAverageDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLcvu;a(Lcvs;Ljava/util/Random;Lcvt;I)Iintermediary method_33871Lnet/minecraft/class_3252;method_33871(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_3277;I)Inamed method_33875Lnet/minecraft/world/gen/decorator/DepthAverageDecorator;method_33875(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/DepthAverageDecoratorConfig;I)I
-