Package net.minecraft.world.level.biome
Class TheEndBiomeSource
java.lang.Object
net.minecraft.world.level.biome.BiomeSource
net.minecraft.world.level.biome.TheEndBiomeSource
- All Implemented Interfaces:
BiomeResolver
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.biome.BiomeSource
BiomeSource.StepFeatureData
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TheEndBiomeSource>
static final int
private static final long
private static final float
private final SimplexNoise
private final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.mojang.serialization.Codec<? extends BiomeSource>
codec()
static float
getHeightValue
(SimplexNoise p_48646_, int p_48647_, int p_48648_) getNoiseBiome
(int p_204292_, int p_204293_, int p_204294_, Climate.Sampler p_204295_) boolean
stable
(long p_48654_) withSeed
(long p_48640_) Methods inherited from class net.minecraft.world.level.biome.BiomeSource
addDebugInfo, featuresPerStep, findBiomeHorizontal, findBiomeHorizontal, getBiomesWithin, possibleBiomes
-
Field Details
-
CODEC
-
ISLAND_THRESHOLD
private static final float ISLAND_THRESHOLD- See Also:
-
ISLAND_CHUNK_DISTANCE
public static final int ISLAND_CHUNK_DISTANCE- See Also:
-
ISLAND_CHUNK_DISTANCE_SQR
private static final long ISLAND_CHUNK_DISTANCE_SQR- See Also:
-
islandNoise
-
seed
private final long seed -
end
-
highlands
-
midlands
-
islands
-
barrens
-
-
Constructor Details
-
TheEndBiomeSource
-
TheEndBiomeSource
-
-
Method Details
-
codec
- Specified by:
codec
in classBiomeSource
-
withSeed
- Specified by:
withSeed
in classBiomeSource
-
getNoiseBiome
public Holder<Biome> getNoiseBiome(int p_204292_, int p_204293_, int p_204294_, Climate.Sampler p_204295_) - Specified by:
getNoiseBiome
in interfaceBiomeResolver
- Specified by:
getNoiseBiome
in classBiomeSource
-
stable
public boolean stable(long p_48654_) -
getHeightValue
-