Class RangeDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractRangeDecorator<RangeDecoratorConfig>
net.minecraft.world.gen.decorator.RangeDecorator
- Mappings:
Namespace Name official dcxintermediary net/minecraft/class_5855named net/minecraft/world/gen/decorator/RangeDecorator
-
Field Summary
Fields inherited from class net.minecraft.world.gen.decorator.Decorator
BLOCK_FILTER, BLOCK_SURVIVES_FILTER, CARVING_MASK, CAVE_SURFACE, CHANCE, COUNT, COUNT_EXTRA, COUNT_MULTILAYER, COUNT_NOISE, COUNT_NOISE_BIASED, DARK_OAK_TREE, DECORATED, END_GATEWAY, ENVIRONMENT_SCAN, HEIGHTMAP, ICEBERG, LAVA_LAKE, NOPE, RANGE, SQUARE, SURFACE_RELATIVE_THRESHOLD, WATER_DEPTH_THRESHOLD -
Constructor Summary
ConstructorsConstructorDescriptionRangeDecorator(com.mojang.serialization.Codec<RangeDecoratorConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetY(DecoratorContext decoratorContext, Random random, RangeDecoratorConfig rangeDecoratorConfig, int int2) Methods inherited from class net.minecraft.world.gen.decorator.AbstractRangeDecorator
getPositions
-
Constructor Details
-
RangeDecorator
- Mappings:
Namespace Name Mixin selector official <init>Ldco;<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
-
getY
protected int getY(DecoratorContext decoratorContext, Random random, RangeDecoratorConfig rangeDecoratorConfig, int int2) - Specified by:
getYin classAbstractRangeDecorator<RangeDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLdcx;a(Ldck;Ljava/util/Random;Lcyf;I)Iintermediary method_36317Lnet/minecraft/class_5855;method_36317(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2997;I)Inamed getYLnet/minecraft/world/gen/decorator/RangeDecorator;getY(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/RangeDecoratorConfig;I)I
-