public class CheckerboardBiomeSource extends BiomeSource
| Modifier and Type | Field and Description |
|---|---|
private Biome[] |
biomeArray |
private int |
gridSize |
biomes, structureFeatures, topMaterials| Constructor and Description |
|---|
CheckerboardBiomeSource(Biome[] biomes,
int size) |
| Modifier and Type | Method and Description |
|---|---|
BiomeSource |
create(long seed) |
Biome |
getBiomeForNoiseGen(int biomeX,
int biomeY,
int biomeZ) |
getBiomesInArea, getNoiseAt, getSpawnBiomes, getTopMaterials, hasStructureFeature, locateBiome, method_24385private final Biome[] biomeArray
private final int gridSize
public CheckerboardBiomeSource(Biome[] biomes, int size)
@Environment(value=CLIENT) public BiomeSource create(long seed)
create in class BiomeSourcepublic Biome getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)