Class SpreadDoubleHeightmapDecorator<DC extends DecoratorConfig>
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractHeightmapDecorator<DC>
net.minecraft.world.gen.decorator.SpreadDoubleHeightmapDecorator<DC>
public class SpreadDoubleHeightmapDecorator<DC extends DecoratorConfig> extends AbstractHeightmapDecorator<DC>
- Mappings:
Namespace Name official cwwintermediary net/minecraft/class_5448named net/minecraft/world/gen/decorator/SpreadDoubleHeightmapDecorator
-
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 SpreadDoubleHeightmapDecorator(com.mojang.serialization.Codec<DC> configCodec) -
Method Summary
Modifier and Type Method Description protected Heightmap.TypegetHeightmapType(DC config)Stream<BlockPos>getPositions(DecoratorContext context, Random random, DC config, BlockPos pos)
-
Constructor Details
-
SpreadDoubleHeightmapDecorator
- Mappings:
Namespace Name Mixin selector official <init>Lcws;<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
-
getHeightmapType
- Specified by:
getHeightmapTypein classAbstractHeightmapDecorator<DC extends DecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLcwq;a(Lcsi;)Lcnk$a;intermediary method_30463Lnet/minecraft/class_5445;method_30463(Lnet/minecraft/class_2998;)Lnet/minecraft/class_2902$class_2903;named getHeightmapTypeLnet/minecraft/world/gen/decorator/AbstractHeightmapDecorator;getHeightmapType(Lnet/minecraft/world/gen/decorator/DecoratorConfig;)Lnet/minecraft/world/Heightmap$Type;
-
getPositions
public Stream<BlockPos> getPositions(DecoratorContext context, Random random, DC config, BlockPos pos)- Specified by:
getPositionsin classDecorator<DC extends DecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLcws;a(Lcwn;Ljava/util/Random;Lcsi;Lfx;)Ljava/util/stream/Stream;intermediary method_14452Lnet/minecraft/class_3284;method_14452(Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2998;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;named getPositionsLnet/minecraft/world/gen/decorator/Decorator;getPositions(Lnet/minecraft/world/gen/decorator/DecoratorContext;Ljava/util/Random;Lnet/minecraft/world/gen/decorator/DecoratorConfig;Lnet/minecraft/util/math/BlockPos;)Ljava/util/stream/Stream;
-