YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.world.biome.BiomeCacheBlock Class Reference

Public Member Functions

 BiomeCacheBlock (BiomeCache par1BiomeCache, int par2, int par3)
 
BiomeGenBase getBiomeGenAt (int par1, int par2)
 

Public Attributes

float[] temperatureValues
 
float[] rainfallValues
 
BiomeGenBase[] biomes
 
int xPosition
 
int zPosition
 
long lastAccessTime
 

Constructor & Destructor Documentation

net.minecraft.world.biome.BiomeCacheBlock.BiomeCacheBlock ( BiomeCache  par1BiomeCache,
int  par2,
int  par3 
)

Member Function Documentation

BiomeGenBase net.minecraft.world.biome.BiomeCacheBlock.getBiomeGenAt ( int  par1,
int  par2 
)

Returns the BiomeGenBase related to the x, z position from the cache block.

Member Data Documentation

BiomeGenBase [] net.minecraft.world.biome.BiomeCacheBlock.biomes

The array of biome types stored in this BiomeCacheBlock.

long net.minecraft.world.biome.BiomeCacheBlock.lastAccessTime

The last time this BiomeCacheBlock was accessed, in milliseconds.

float [] net.minecraft.world.biome.BiomeCacheBlock.rainfallValues

An array of chunk rainfall values saved by this cache.

float [] net.minecraft.world.biome.BiomeCacheBlock.temperatureValues

An array of chunk temperatures saved by this cache.

int net.minecraft.world.biome.BiomeCacheBlock.xPosition

The x coordinate of the BiomeCacheBlock.

int net.minecraft.world.biome.BiomeCacheBlock.zPosition

The z coordinate of the BiomeCacheBlock.


The documentation for this class was generated from the following file: