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