public class CountTopSolidDecorator extends Decorator<CountDecoratorConfig>
CARVING_MASK, CHANCE_HEIGHTMAP, CHANCE_HEIGHTMAP_DOUBLE, CHANCE_PASSTHROUGH, CHANCE_RANGE, CHANCE_TOP_SOLID_HEIGHTMAP, CHORUS_PLANT, COUNT_BIASED_RANGE, COUNT_CHANCE_HEIGHTMAP, COUNT_CHANCE_HEIGHTMAP_DOUBLE, COUNT_DEPTH_AVERAGE, COUNT_EXTRA_HEIGHTMAP, COUNT_HEIGHT_64, COUNT_HEIGHTMAP, COUNT_HEIGHTMAP_32, COUNT_HEIGHTMAP_DOUBLE, COUNT_RANGE, COUNT_TOP_SOLID, COUNT_VERY_BIASED_RANGE, DARK_OAK_TREE, DUNGEONS, EMERALD_ORE, END_GATEWAY, END_ISLAND, FIRE, FOREST_ROCK, ICEBERG, LAVA_LAKE, LIGHT_GEM_CHANCE, MAGMA, NOISE_HEIGHTMAP_32, NOISE_HEIGHTMAP_DOUBLE, NOPE, RANDOM_COUNT_RANGE, TOP_SOLID_HEIGHTMAP, TOP_SOLID_HEIGHTMAP_NOISE_BIASED, TOP_SOLID_HEIGHTMAP_RANGE, WATER_LAKE| Constructor and Description |
|---|
CountTopSolidDecorator(com.mojang.serialization.Codec<CountDecoratorConfig> configCodec) |
| Modifier and Type | Method and Description |
|---|---|
Stream<BlockPos> |
getPositions(WorldAccess worldAccess,
ChunkGenerator chunkGenerator,
Random random,
CountDecoratorConfig countDecoratorConfig,
BlockPos blockPos) |
public CountTopSolidDecorator(com.mojang.serialization.Codec<CountDecoratorConfig> configCodec)
public Stream<BlockPos> getPositions(WorldAccess worldAccess, ChunkGenerator chunkGenerator, Random random, CountDecoratorConfig countDecoratorConfig, BlockPos blockPos)
getPositions in class Decorator<CountDecoratorConfig>