net.minecraft.world.level.biome

public class TheEndBiomeSource

extends BiomeSource

All mapped superinterfaces:

BiomeManager$NoiseBiomeSource

bye
net.minecraft.world.level.biome.TheEndBiomeSource
net.minecraft.class_2169
net.minecraft.world.biome.source.TheEndBiomeSource
net.minecraft.src.C_1672_
net.minecraft.world.level.biome.WorldChunkManagerTheEnd

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<TheEndBiomeSource>
e
CODEC
field_24730
CODEC
f_48617_
private static final float
g
ISLAND_THRESHOLD
field_30985
field_30985
f_151885_
public static final int
f
ISLAND_CHUNK_DISTANCE
field_30984
field_30984
f_151884_
private static final long
h
ISLAND_CHUNK_DISTANCE_SQR
field_30986
field_30986
f_151886_
private final SimplexNoise
i
islandNoise
field_9831
noise
f_48618_
private final Registry<Biome>
j
biomes
field_26699
biomeRegistry
f_48619_
private final long
k
seed
field_24731
seed
f_48620_
private final Biome
l
end
field_26700
centerBiome
f_48621_
private final Biome
m
highlands
field_26701
highlandsBiome
f_48622_
private final Biome
n
midlands
field_26702
midlandsBiome
f_48623_
private final Biome
o
islands
field_26703
smallIslandsBiome
f_48624_
private final Biome
p
barrens
field_26704
barrensBiome
f_48625_

Constructor summary

ModifierConstructor
public (Registry<Biome> biomeRegistry, long seed)
private (Registry<Biome> biomeRegistry, long seed, Biome centerBiome, Biome highlandsBiome, Biome midlandsBiome, Biome smallIslandsBiome, Biome barrensBiome)

Method summary

Modifier and TypeMethod
protected com.mojang.serialization.Codec<? extends BiomeSource>
a()
codec()
method_28442()
getCodec()
m_5820_()
public BiomeSource
a(long arg0)
withSeed(long arg0)
method_27985(long arg0)
withSeed(long arg0)
m_7206_(long arg0)
public Biome
b(int arg0, int arg1, int arg2)
getNoiseBiome(int arg0, int arg1, int arg2)
method_16359(int arg0, int arg1, int arg2)
getBiomeForNoiseGen(int arg0, int arg1, int arg2)
m_7158_(int p_48651_, int p_48652_, int arg2)
getBiome(int arg0, int arg1, int arg2)
public boolean
b(long arg0)
stable(long arg0)
method_28479(long arg0)
matches(long seed)
m_48653_(long arg0)
public static float
a(ddz arg0, int arg1, int arg2)
getHeightValue(SimplexNoise arg0, int arg1, int arg2)
method_8757(class_3541 arg0, int arg1, int arg2)
getNoiseAt(SimplexNoiseSampler arg0, int arg1, int arg2)
m_48645_(C_2666_ p_48646_, int p_48647_, int p_48648_)