Class HeightmapDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<HeightmapDecoratorConfig>
net.minecraft.world.gen.decorator.HeightmapDecorator
public class HeightmapDecorator extends Decorator<HeightmapDecoratorConfig>
- Mappings:
Namespace Name official cxvintermediary net/minecraft/class_5438named net/minecraft/world/gen/decorator/HeightmapDecorator
-
Field Summary
Fields inherited from class net.minecraft.world.gen.decorator.Decorator
CARVING_MASK, CAVE_SURFACE, CHANCE, COUNT, COUNT_EXTRA, COUNT_MULTILAYER, COUNT_NOISE, COUNT_NOISE_BIASED, DARK_OAK_TREE, DECORATED, DEPTH_AVERAGE, END_GATEWAY, GLOWSTONE, HEIGHTMAP, HEIGHTMAP_SPREAD_DOUBLE, ICEBERG, LAVA_LAKE, NOPE, RANGE, RANGE_BIASED_TO_BOTTOM, RANGE_VERY_BIASED_TO_BOTTOM, SPREAD_32_ABOVE, SQUARE, WATER_DEPTH_THRESHOLD -
Constructor Summary
Constructors Constructor Description HeightmapDecorator(com.mojang.serialization.Codec<HeightmapDecoratorConfig> configCodec) -
Method Summary
Modifier and Type Method Description Stream<BlockPos>getPositions(DecoratorContext decoratorContext, Random random, HeightmapDecoratorConfig heightmapDecoratorConfig, BlockPos blockPos)
-
Constructor Details
-
HeightmapDecorator
- Mappings:
Namespace Name Mixin selector official <init>Lcxt;<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
-
getPositions
public Stream<BlockPos> getPositions(DecoratorContext decoratorContext, Random random, HeightmapDecoratorConfig heightmapDecoratorConfig, BlockPos blockPos)- Specified by:
getPositionsin classDecorator<HeightmapDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLcxv;a(Lcxp;Ljava/util/Random;Lctk;Lfx;)Ljava/util/stream/Stream;intermediary method_34384Lnet/minecraft/class_5438;method_34384(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_5925;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;named getPositionsLnet/minecraft/world/gen/decorator/HeightmapDecorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/HeightmapDecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;
-