public class MultiNoiseBiomeSourceConfig extends Object implements BiomeSourceConfig
| Modifier and Type | Field and Description |
|---|---|
private ImmutableList<Integer> |
altitudeOctaves |
private List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> |
biomePoints |
private ImmutableList<Integer> |
humidityOctaves |
private long |
seed |
private ImmutableList<Integer> |
temperatureOctaves |
private boolean |
threeDimensionalSampling |
private ImmutableList<Integer> |
weirdnessOctaves |
| Constructor and Description |
|---|
MultiNoiseBiomeSourceConfig(long seed) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<Integer> |
getAltitudeOctaves() |
List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> |
getBiomePoints() |
ImmutableList<Integer> |
getHumidityOctaves() |
long |
getSeed() |
ImmutableList<Integer> |
getTemperatureOctaves() |
ImmutableList<Integer> |
getWeirdnessOctaves() |
boolean |
useThreeDimensionalSampling() |
MultiNoiseBiomeSourceConfig |
withBiomePoints(List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> biomePoints) |
MultiNoiseBiomeSourceConfig |
withBiomes(List<Biome> biomes) |
private final long seed
private ImmutableList<Integer> temperatureOctaves
private ImmutableList<Integer> humidityOctaves
private ImmutableList<Integer> altitudeOctaves
private ImmutableList<Integer> weirdnessOctaves
private boolean threeDimensionalSampling
private List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> biomePoints
public MultiNoiseBiomeSourceConfig withBiomes(List<Biome> biomes)
public MultiNoiseBiomeSourceConfig withBiomePoints(List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> biomePoints)
public List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> getBiomePoints()
public long getSeed()
public ImmutableList<Integer> getTemperatureOctaves()
public ImmutableList<Integer> getHumidityOctaves()
public ImmutableList<Integer> getAltitudeOctaves()
public ImmutableList<Integer> getWeirdnessOctaves()
public boolean useThreeDimensionalSampling()