Package net.minecraft.src
Class BiomeCacheBlock
java.lang.Object
net.minecraft.src.BiomeCacheBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe array of biome types stored in this BiomeCacheBlock.longThe last time this BiomeCacheBlock was accessed, in milliseconds.float[]An array of chunk rainfall values saved by this cache.float[]An array of chunk temperatures saved by this cache.intThe x coordinate of the BiomeCacheBlock.intThe z coordinate of the BiomeCacheBlock. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBiomeGenAt(int par1, int par2) Returns the BiomeGenBase related to the x, z position from the cache block.
-
Field Details
-
temperatureValues
public float[] temperatureValuesAn array of chunk temperatures saved by this cache. -
rainfallValues
public float[] rainfallValuesAn array of chunk rainfall values saved by this cache. -
biomes
The array of biome types stored in this BiomeCacheBlock. -
xPosition
public int xPositionThe x coordinate of the BiomeCacheBlock. -
zPosition
public int zPositionThe z coordinate of the BiomeCacheBlock. -
lastAccessTime
public long lastAccessTimeThe last time this BiomeCacheBlock was accessed, in milliseconds.
-
-
Constructor Details
-
BiomeCacheBlock
-
-
Method Details
-
getBiomeGenAt
Returns the BiomeGenBase related to the x, z position from the cache block.
-