public class MultiNoiseBiomeSourceConfig extends Object implements BiomeSourceConfig
| Modifier and Type | Field and Description |
|---|---|
private boolean |
field_24117 |
private List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> |
field_24118 |
private ImmutableList<Integer> |
hillinessOctaves |
private ImmutableList<Integer> |
humidityOctaves |
private long |
seed |
private ImmutableList<Integer> |
styleOctaves |
private ImmutableList<Integer> |
temperatureOctaves |
| Constructor and Description |
|---|
MultiNoiseBiomeSourceConfig(long seed) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<Integer> |
getHillinessOctaves() |
ImmutableList<Integer> |
getHumidityOctaves() |
long |
getSeed() |
ImmutableList<Integer> |
getStyleOctaves() |
ImmutableList<Integer> |
getTemperatureOctaves() |
List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> |
method_27347() |
MultiNoiseBiomeSourceConfig |
method_27350(List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> list) |
boolean |
method_27351() |
MultiNoiseBiomeSourceConfig |
withBiomes(List<Biome> list) |
private final long seed
private ImmutableList<Integer> temperatureOctaves
private ImmutableList<Integer> humidityOctaves
private ImmutableList<Integer> hillinessOctaves
private ImmutableList<Integer> styleOctaves
private boolean field_24117
private List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> field_24118
public MultiNoiseBiomeSourceConfig withBiomes(List<Biome> list)
public MultiNoiseBiomeSourceConfig method_27350(List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> list)
public List<com.mojang.datafixers.util.Pair<Biome.MixedNoisePoint,Biome>> method_27347()
public long getSeed()
public ImmutableList<Integer> getTemperatureOctaves()
public ImmutableList<Integer> getHumidityOctaves()
public ImmutableList<Integer> getHillinessOctaves()
public ImmutableList<Integer> getStyleOctaves()
public boolean method_27351()