net.minecraft.world.biome

public class BiomeCache

akg
net.minecraft.class_1172
net.minecraft.world.biome.BiomeCache
net.minecraft.world.biome.BiomeCache

Field summary

Modifier and TypeField
private final BiomeSource
a
field_4665
source
provider
private long
b
field_4666
timeOfLastCleanUp
lastCleanupTime
private final it.unimi.dsi.fastutil.longs.Long2ObjectMap<BiomeCache$Entry>
c
field_12460
entriesByChunkPos
cacheMap
private final List<BiomeCache$Entry>
d
field_4668
entries
cache

Constructor summary

ModifierConstructor
public (BiomeSource source)

Method summary

Modifier and TypeMethod
public BiomeCache$Entry
a(int arg0, int arg1)
method_3841(int arg0, int arg1)
getEntry(int x, int z)
getBiomeCacheBlock(int x, int z)
public Biome
a(int arg0, int arg1, akf arg2)
method_3843(int arg0, int arg1, class_1170 arg2)
getBiome(int x, int z, Biome defaultValue)
getBiome(int x, int z, Biome defaultValue)
public void
a()
method_3840()
tick()
cleanupCache()
public Biome[]
b(int arg0, int arg1)
method_3844(int arg0, int arg1)
getBiomes(int x, int z)
getCachedBiomes(int x, int z)