Class WorldSurfaceHeightmapDecorator
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.WorldSurfaceHeightmapDecorator
public class WorldSurfaceHeightmapDecorator extends HeightmapDecorator<NopeDecoratorConfig>
- Mappings:
Namespace Name official cvuintermediary net/minecraft/class_5446named net/minecraft/world/gen/decorator/WorldSurfaceHeightmapDecorator
-
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, EMERALD_ORE, END_GATEWAY, END_ISLAND, FIRE, GLOWSTONE, HEIGHTMAP, HEIGHTMAP_SPREAD_DOUBLE, HEIGHTMAP_WORLD_SURFACE, ICEBERG, LAVA_LAKE, MAGMA, NOPE, RANGE, RANGE_BIASED, RANGE_VERY_BIASED, SPREAD_32_ABOVE, SQUARE, TOP_SOLID_HEIGHTMAP, WATER_LAKE -
Constructor Summary
Constructors Constructor Description WorldSurfaceHeightmapDecorator(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
-
WorldSurfaceHeightmapDecorator
public WorldSurfaceHeightmapDecorator(com.mojang.serialization.Codec<NopeDecoratorConfig> configCodec)- Mappings:
Namespace Name Mixin selector official <init>Lcvs;<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 aLcvu;a(Lcrv;)Lcmp$a;intermediary method_30464Lnet/minecraft/class_5446;method_30464(Lnet/minecraft/class_3113;)Lnet/minecraft/class_2902$class_2903;named getHeightmapTypeLnet/minecraft/world/gen/decorator/WorldSurfaceHeightmapDecorator;getHeightmapType(Lnet/minecraft/world/gen/decorator/NopeDecoratorConfig;)Lnet/minecraft/world/Heightmap$Type;
-