Package net.minecraft.world.biome.source
Class TheEndBiomeSource
java.lang.Object
net.minecraft.world.biome.source.BiomeSource
net.minecraft.world.biome.source.TheEndBiomeSource
- All Implemented Interfaces:
BiomeAccess.Storage
public class TheEndBiomeSource extends BiomeSource
-
Field Summary
Fields Modifier and Type Field Description private static List<Biome>BIOMESstatic com.mojang.serialization.Codec<TheEndBiomeSource>field_24730private longfield_24731private SimplexNoiseSamplernoiseFields inherited from class net.minecraft.world.biome.source.BiomeSource
biomes, field_24713, structureFeatures, topMaterials -
Constructor Summary
Constructors Constructor Description TheEndBiomeSource(long long2) -
Method Summary
Modifier and Type Method Description BiomegetBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)static floatgetNoiseAt(SimplexNoiseSampler simplexNoiseSampler, int int2, int int3)protected com.mojang.serialization.Codec<? extends BiomeSource>method_28442()booleanmethod_28479(long long2)BiomeSourcewithSeed(long seed)Methods inherited from class net.minecraft.world.biome.source.BiomeSource
getBiomesInArea, getSpawnBiomes, getTopMaterials, hasStructureFeature, locateBiome, locateBiome, method_28443
-
Field Details
-
field_24730
-
BIOMES
-
noise
-
field_24731
private final long field_24731
-
-
Constructor Details
-
TheEndBiomeSource
public TheEndBiomeSource(long long2)
-
-
Method Details
-
method_28442
- Specified by:
method_28442in classBiomeSource
-
withSeed
- Specified by:
withSeedin classBiomeSource
-
getBiomeForNoiseGen
-
method_28479
public boolean method_28479(long long2) -
getNoiseAt
-