Class BiomeCache

java.lang.Object
net.minecraft.src.BiomeCache

public class BiomeCache extends Object
  • Constructor Details

  • Method Details

    • getBiomeCacheBlock

      public BiomeCacheBlock getBiomeCacheBlock(int par1, int par2)
      Returns a biome cache block at location specified.
    • getBiomeGenAt

      public BiomeGenBase getBiomeGenAt(int par1, int par2)
      Returns the BiomeGenBase related to the x, z position from the cache.
    • cleanupCache

      public void cleanupCache()
      Removes BiomeCacheBlocks from this cache that haven't been accessed in at least 30 seconds.
    • getCachedBiomes

      public BiomeGenBase[] getCachedBiomes(int par1, int par2)
      Returns the array of cached biome types in the BiomeCacheBlock at the given location.