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 BiomebarrensBiomeprivate Registry<Biome>biomeRegistryprivate BiomecenterBiomestatic com.mojang.serialization.Codec<TheEndBiomeSource>CODECprivate BiomehighlandsBiomeprivate BiomemidlandsBiomeprivate SimplexNoiseSamplernoiseprivate longseedprivate BiomesmallIslandsBiomeFields inherited from class net.minecraft.world.biome.source.BiomeSource
biomes, structureFeatures, topMaterials -
Constructor Summary
-
Method Summary
Modifier and Type Method Description BiomegetBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)protected com.mojang.serialization.Codec<? extends BiomeSource>getCodec()static floatgetNoiseAt(SimplexNoiseSampler simplexNoiseSampler, int int2, int int3)booleanmatches(long seed)BiomeSourcewithSeed(long seed)Methods inherited from class net.minecraft.world.biome.source.BiomeSource
getBiomes, getBiomesInArea, getTopMaterials, hasStructureFeature, locateBiome, locateBiome
-
Field Details
-
CODEC
-
noise
-
biomeRegistry
-
seed
private final long seed -
centerBiome
-
highlandsBiome
-
midlandsBiome
-
smallIslandsBiome
-
barrensBiome
-
-
Constructor Details
-
TheEndBiomeSource
-
TheEndBiomeSource
-
-
Method Details
-
getCodec
- Specified by:
getCodecin classBiomeSource
-
withSeed
- Specified by:
withSeedin classBiomeSource
-
getBiomeForNoiseGen
-
matches
public boolean matches(long seed) -
getNoiseAt
-