Package | Description |
---|---|
net.minecraft.world.gen.placement |
Modifier and Type | Field and Description |
---|---|
static Placement<HeightWithChanceConfig> |
Placement.COUNT_CHANCE_HEIGHTMAP |
static Placement<HeightWithChanceConfig> |
Placement.COUNT_CHANCE_HEIGHTMAP_DOUBLE |
Modifier and Type | Method and Description |
---|---|
static HeightWithChanceConfig |
HeightWithChanceConfig.deserialize(com.mojang.datafixers.Dynamic<?> p_214724_0_) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<BlockPos> |
TwiceSurfaceWithChanceMultiple.getPositions(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generatorIn,
java.util.Random random,
HeightWithChanceConfig configIn,
BlockPos pos) |
java.util.stream.Stream<BlockPos> |
AtSurfaceWithChanceMultiple.getPositions(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generatorIn,
java.util.Random random,
HeightWithChanceConfig configIn,
BlockPos pos) |
Constructor and Description |
---|
AtSurfaceWithChanceMultiple(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends HeightWithChanceConfig> p_i51387_1_) |
TwiceSurfaceWithChanceMultiple(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends HeightWithChanceConfig> p_i51386_1_) |