Package | Description |
---|---|
net.minecraft.world.gen.placement |
Modifier and Type | Field and Description |
---|---|
static Placement<NoiseDependant> |
Placement.NOISE_HEIGHTMAP_32 |
static Placement<NoiseDependant> |
Placement.NOISE_HEIGHTMAP_DOUBLE |
Modifier and Type | Method and Description |
---|---|
static NoiseDependant |
NoiseDependant.deserialize(com.mojang.datafixers.Dynamic<?> p_214734_0_) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<BlockPos> |
SurfacePlus32WithNoise.getPositions(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generatorIn,
java.util.Random random,
NoiseDependant configIn,
BlockPos pos) |
java.util.stream.Stream<BlockPos> |
TwiceSurfaceWithNoise.getPositions(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generatorIn,
java.util.Random random,
NoiseDependant configIn,
BlockPos pos) |
Constructor and Description |
---|
SurfacePlus32WithNoise(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends NoiseDependant> p_i51365_1_) |
TwiceSurfaceWithNoise(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends NoiseDependant> p_i51364_1_) |