Class TopSolidHeightmapDecorator
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractHeightmapDecorator<DC>
net.minecraft.world.gen.decorator.HeightmapDecorator<NopeDecoratorConfig>
net.minecraft.world.gen.decorator.TopSolidHeightmapDecorator
public class TopSolidHeightmapDecorator extends HeightmapDecorator<NopeDecoratorConfig>
- Mappings:
Namespace Name official cxiintermediary net/minecraft/class_3318named net/minecraft/world/gen/decorator/TopSolidHeightmapDecorator
-
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 TopSolidHeightmapDecorator(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec) -
Method Summary
Modifier and Type Method Description protected Heightmap.TypegetHeightmapType(NopeDecoratorConfig nopeDecoratorConfig)Methods inherited from class net.minecraft.world.gen.decorator.HeightmapDecorator
getPositions
-
Constructor Details
-
TopSolidHeightmapDecorator
- 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<NopeDecoratorConfig>- Mappings:
Namespace Name Mixin selector official aLcxi;a(Lcsw;)Lcnk$a;intermediary method_30470Lnet/minecraft/class_3318;method_30470(Lnet/minecraft/class_3113;)Lnet/minecraft/class_2902$class_2903;named getHeightmapTypeLnet/minecraft/world/gen/decorator/TopSolidHeightmapDecorator;getHeightmapType(Lnet/minecraft/world/gen/decorator/NopeDecoratorConfig;)Lnet/minecraft/world/Heightmap$Type;
-