Class BiomeCacheBlock

java.lang.Object
net.minecraft.src.BiomeCacheBlock

public class BiomeCacheBlock extends Object
  • Field Details

    • temperatureValues

      public float[] temperatureValues
      An array of chunk temperatures saved by this cache.
    • rainfallValues

      public float[] rainfallValues
      An array of chunk rainfall values saved by this cache.
    • biomes

      public BiomeGenBase[] biomes
      The array of biome types stored in this BiomeCacheBlock.
    • xPosition

      public int xPosition
      The x coordinate of the BiomeCacheBlock.
    • zPosition

      public int zPosition
      The z coordinate of the BiomeCacheBlock.
    • lastAccessTime

      public long lastAccessTime
      The last time this BiomeCacheBlock was accessed, in milliseconds.
  • Constructor Details

    • BiomeCacheBlock

      public BiomeCacheBlock(BiomeCache par1BiomeCache, int par2, int par3)
  • Method Details

    • getBiomeGenAt

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