public class TheEndBiomeSource extends BiomeSource
| Modifier and Type | Field and Description |
|---|---|
private static Set<Biome> |
BIOMES |
private SimplexNoiseSampler |
noise |
private ChunkRandom |
random |
biomes, structureFeatures, topMaterials| Constructor and Description |
|---|
TheEndBiomeSource(TheEndBiomeSourceConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Biome |
getBiomeForNoiseGen(int biomeX,
int biomeY,
int biomeZ) |
float |
getNoiseRange(int int2,
int int3) |
getBiomesInArea, getSpawnBiomes, getTopMaterials, hasStructureFeature, locateBiome, method_24385private final SimplexNoiseSampler noise
private final ChunkRandom random
public TheEndBiomeSource(TheEndBiomeSourceConfig config)
public Biome getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
public float getNoiseRange(int int2,
int int3)
getNoiseRange in class BiomeSource