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
Modifier and TypeFieldDescriptionprivate Biome
static com.mojang.serialization.Codec<TheEndBiomeSource>
private Biome
private Biome
static int
private static long
private static float
private SimplexNoise
private Biome
private Biome
private long
Fields inherited from class net.minecraft.world.level.biome.BiomeSource
possibleBiomes, supportedStructures, surfaceBlocks
-
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_48650_, int p_48651_, int p_48652_)
boolean
stable(long p_48654_)
withSeed(long p_48640_)
Methods inherited from class net.minecraft.world.level.biome.BiomeSource
canGenerateStructure, findBiomeHorizontal, findBiomeHorizontal, getBiomesWithin, getSurfaceBlocks, possibleBiomes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
codec
in classBiomeSource
-
withSeed
- Specified by:
withSeed
in classBiomeSource
-
getNoiseBiome
-
stable
public boolean stable(long p_48654_) -
getHeightValue
-