public class TheEndBiomeSource extends BiomeSource
| Modifier and Type | Field and Description |
|---|---|
private static Set<Biome> |
BIOMES |
private SimplexNoiseSampler |
noise |
biomes, structureFeatures, topMaterials| Constructor and Description |
|---|
TheEndBiomeSource(long long2) |
| Modifier and Type | Method and Description |
|---|---|
BiomeSource |
create(long seed) |
Biome |
getBiomeForNoiseGen(int biomeX,
int biomeY,
int biomeZ) |
float |
getNoiseAt(int x,
int z) |
getBiomesInArea, getSpawnBiomes, getTopMaterials, hasStructureFeature, locateBiome, method_24385private final SimplexNoiseSampler noise
@Environment(value=CLIENT) public BiomeSource create(long seed)
create in class BiomeSourcepublic Biome getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
public float getNoiseAt(int x,
int z)
getNoiseAt in class BiomeSource