public class TheEndBiomeSource extends BiomeSource
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<TheEndBiomeSource> |
field_24730 |
private long |
field_24731 |
private Registry<Biome> |
field_26699 |
private Biome |
field_26700 |
private Biome |
field_26701 |
private Biome |
field_26702 |
private Biome |
field_26703 |
private Biome |
field_26704 |
private SimplexNoiseSampler |
noise |
biomes, field_24713, structureFeatures, topMaterials| Modifier | Constructor and Description |
|---|---|
|
TheEndBiomeSource(Registry<Biome> registry,
long long2) |
private |
TheEndBiomeSource(Registry<Biome> registry,
long long2,
Biome biome,
Biome biome2,
Biome biome3,
Biome biome4,
Biome biome5) |
| Modifier and Type | Method and Description |
|---|---|
Biome |
getBiomeForNoiseGen(int biomeX,
int biomeY,
int biomeZ) |
static float |
getNoiseAt(SimplexNoiseSampler simplexNoiseSampler,
int int2,
int int3) |
protected com.mojang.serialization.Codec<? extends BiomeSource> |
method_28442() |
boolean |
method_28479(long long2) |
BiomeSource |
withSeed(long seed) |
getBiomes, getBiomesInArea, getTopMaterials, hasStructureFeature, locateBiome, locateBiomepublic static final com.mojang.serialization.Codec<TheEndBiomeSource> field_24730
private final SimplexNoiseSampler noise
private final long field_24731
private final Biome field_26700
private final Biome field_26701
private final Biome field_26702
private final Biome field_26703
private final Biome field_26704
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)
public boolean method_28479(long long2)
public static float getNoiseAt(SimplexNoiseSampler simplexNoiseSampler, int int2, int int3)