public class VanillaLayeredBiomeSource extends BiomeSource
| Modifier and Type | Field and Description |
|---|---|
private static List<Biome> |
BIOMES |
private BiomeLayerSampler |
biomeSampler |
static com.mojang.serialization.Codec<VanillaLayeredBiomeSource> |
CODEC |
private boolean |
field_24498 |
private long |
field_24728 |
private boolean |
field_24729 |
biomes, field_24713, structureFeatures, topMaterials| Constructor and Description |
|---|
VanillaLayeredBiomeSource(long long2,
boolean bool,
boolean bool2) |
| 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<VanillaLayeredBiomeSource> CODEC
private final BiomeLayerSampler biomeSampler
private final long field_24728
private final boolean field_24498
private final boolean field_24729
public VanillaLayeredBiomeSource(long long2,
boolean bool,
boolean bool2)
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)