public class TheEndBiomeSource extends BiomeSource
| Modifier and Type | Field and Description |
|---|---|
private static List<Biome> |
BIOMES |
static com.mojang.serialization.Codec<TheEndBiomeSource> |
field_24730 |
private long |
field_24731 |
private SimplexNoiseSampler |
noise |
biomes, field_24713, structureFeatures, topMaterials| Constructor and Description |
|---|
TheEndBiomeSource(long long2) |
| 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) |
getBiomesInArea, getSpawnBiomes, getTopMaterials, hasStructureFeature, locateBiome, locateBiome, method_28443public static final com.mojang.serialization.Codec<TheEndBiomeSource> field_24730
private final SimplexNoiseSampler noise
private final long field_24731
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)