public class BiomeCache.Block
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Biome[] |
biomes
The array of biome types stored in this BiomeCacheBlock.
|
long |
lastAccessTime
The last time this BiomeCacheBlock was accessed, in milliseconds.
|
int |
xPosition
The x coordinate of the BiomeCacheBlock.
|
int |
zPosition
The z coordinate of the BiomeCacheBlock.
|
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 xPosition
public int zPosition
public long lastAccessTime
public Biome getBiome(int x, int z)