public class BiomeCache
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
BiomeCache.Block |
Constructor and Description |
---|
BiomeCache(BiomeProvider chunkManagerIn) |
Modifier and Type | Method and Description |
---|---|
void |
cleanupCache() |
Biome |
getBiome(int x,
int z,
Biome defaultValue) |
BiomeCache.Block |
getBiomeCacheBlock(int x,
int z) |
Biome[] |
getCachedBiomes(int x,
int z) |
public BiomeCache(BiomeProvider chunkManagerIn)
public BiomeCache.Block getBiomeCacheBlock(int x, int z)
public void cleanupCache()
public Biome[] getCachedBiomes(int x, int z)