public abstract class BiomeSource
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
seed |
protected ModernBetaGeneratorSettings |
settings |
| Constructor and Description |
|---|
BiomeSource(long seed,
ModernBetaGeneratorSettings settings)
Constructs a Modern Beta biome source, given the world's seed and generator settings.
|
| Modifier and Type | Method and Description |
|---|---|
abstract net.minecraft.world.biome.Biome |
getBiome(int x,
int z)
Gets a biome for biome source at given coordinates.
|
protected final long seed
protected final ModernBetaGeneratorSettings settings
public BiomeSource(long seed,
ModernBetaGeneratorSettings settings)
seed - The world seed.settings - The generator settings.