public class HeightmapSpreadDoubleDecorator<DC extends DecoratorConfig> extends AbstractHeightmapDecorator<DC>
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 and Description |
|---|
HeightmapSpreadDoubleDecorator(com.mojang.serialization.Codec<DC> configCodec) |
| Modifier and Type | Method and Description |
|---|---|
protected Heightmap.Type |
getHeightmapType(DC config) |
Stream<BlockPos> |
getPositions(DecoratorContext context,
Random random,
DC config,
BlockPos pos) |
public HeightmapSpreadDoubleDecorator(com.mojang.serialization.Codec<DC> configCodec)
protected Heightmap.Type getHeightmapType(DC config)
getHeightmapType in class AbstractHeightmapDecorator<DC extends DecoratorConfig>public Stream<BlockPos> getPositions(DecoratorContext context, Random random, DC config, BlockPos pos)
getPositions in class Decorator<DC extends DecoratorConfig>