Class AbstractHeightmapDecorator<DC extends DecoratorConfig>
java.lang.Object
net.minecraft.world.gen.decorator.Decorator<DC>
net.minecraft.world.gen.decorator.AbstractHeightmapDecorator<DC>
- Direct Known Subclasses:
DarkOakTreeDecorator,HeightmapDecorator,SpreadDoubleHeightmapDecorator
public abstract class AbstractHeightmapDecorator<DC extends DecoratorConfig> extends Decorator<DC>
-
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 AbstractHeightmapDecorator(com.mojang.serialization.Codec<DC> configCodec) -
Method Summary
Modifier and Type Method Description protected abstract Heightmap.TypegetHeightmapType(DC config)Methods inherited from class net.minecraft.world.gen.decorator.Decorator
configure, getCodec, getPositions, toString
-
Constructor Details
-
AbstractHeightmapDecorator
-
-
Method Details
-
getHeightmapType
-