public class SingleBiomeSource extends BiomeSource implements NoiseBiomeSource
seed, settings| Constructor and Description |
|---|
SingleBiomeSource(long seed,
ModernBetaGeneratorSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.world.biome.Biome |
getBiome(int x,
int z)
Gets a biome for biome source at given coordinates.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseHeight, getHeightVariationpublic SingleBiomeSource(long seed,
ModernBetaGeneratorSettings settings)
public net.minecraft.world.biome.Biome getBiome(int x,
int z)
BiomeSourcegetBiome in interface NoiseBiomeSourcegetBiome in class BiomeSourcex - x-coordinate.z - z-coordinate.