public class BiomeCache.Block
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Biome[] |
biomes
Flattened 16 * 16 array of the biomes in this chunk
|
long |
lastAccessTime
The last time this BiomeCacheBlock was accessed, in milliseconds.
|
int |
x
World x coordinate of this entry, rounded down to nearest chunk
|
int |
z
World z coordinate of this entry, rounded down to nearest chunk
|
Constructor and Description |
---|
Block(int x,
int z) |
Modifier and Type | Method and Description |
---|---|
Biome |
getBiome(int x,
int z)
Returns the BiomeGenBase related to the x, z position from the cache block.
|
public Biome[] biomes
public int x
public int z
public long lastAccessTime
public Biome getBiome(int x, int z)