public class CheckerboardBiomeSource extends BiomeSource
| Modifier and Type | Field and Description |
|---|---|
private List<Biome> |
biomeArray |
static com.mojang.serialization.Codec<CheckerboardBiomeSource> |
field_24715 |
private int |
field_24716 |
private int |
gridSize |
biomes, field_24713, structureFeatures, topMaterials| Constructor and Description |
|---|
CheckerboardBiomeSource(List<Biome> list,
int size) |
| Modifier and Type | Method and Description |
|---|---|
Biome |
getBiomeForNoiseGen(int biomeX,
int biomeY,
int biomeZ) |
protected com.mojang.serialization.Codec<? extends BiomeSource> |
method_28442() |
BiomeSource |
withSeed(long seed) |
getBiomesInArea, getSpawnBiomes, getTopMaterials, hasStructureFeature, locateBiome, locateBiome, method_28443public static final com.mojang.serialization.Codec<CheckerboardBiomeSource> field_24715
private final int gridSize
private final int field_24716
protected com.mojang.serialization.Codec<? extends BiomeSource> method_28442()
method_28442 in class BiomeSource@Environment(value=CLIENT) public BiomeSource withSeed(long seed)
withSeed in class BiomeSourcepublic Biome getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)