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:
BiomeManager.NoiseBiomeSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Biomestatic com.mojang.serialization.Codec<TheEndBiomeSource>private Biomeprivate Biomestatic intprivate static longprivate static floatprivate SimplexNoiseprivate Biomeprivate Biomeprivate longFields inherited from class net.minecraft.world.level.biome.BiomeSource
possibleBiomes, supportedStructures, surfaceBlocks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.mojang.serialization.Codec<? extends BiomeSource>codec()static floatgetHeightValue(SimplexNoise p_48646_, int p_48647_, int p_48648_)getNoiseBiome(int p_48650_, int p_48651_, int p_48652_)booleanstable(long p_48654_)withSeed(long p_48640_)Methods inherited from class net.minecraft.world.level.biome.BiomeSource
canGenerateStructure, findBiomeHorizontal, findBiomeHorizontal, getBiomesWithin, getSurfaceBlocks, possibleBiomesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.biome.BiomeManager.NoiseBiomeSource
getPrimaryBiome
-
Field Details
-
CODEC
-
ISLAND_THRESHOLD
private static final float ISLAND_THRESHOLD- See Also:
- Constant Field Values
-
ISLAND_CHUNK_DISTANCE
public static final int ISLAND_CHUNK_DISTANCE- See Also:
- Constant Field Values
-
ISLAND_CHUNK_DISTANCE_SQR
private static final long ISLAND_CHUNK_DISTANCE_SQR- See Also:
- Constant Field Values
-
islandNoise
-
biomes
-
seed
private final long seed -
end
-
highlands
-
midlands
-
islands
-
barrens
-
-
Constructor Details
-
TheEndBiomeSource
-
TheEndBiomeSource
-
-
Method Details
-
codec
- Specified by:
codecin classBiomeSource
-
withSeed
- Specified by:
withSeedin classBiomeSource
-
getNoiseBiome
-
stable
public boolean stable(long p_48654_) -
getHeightValue
-