public class MapGenBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Random |
rand
The RNG used by the MapGen classes.
|
protected int |
range
The number of Chunks to gen-check in any given direction.
|
protected World |
worldObj
This world object.
|
Constructor and Description |
---|
MapGenBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
func_151538_a(World p_151538_1_,
int p_151538_2_,
int p_151538_3_,
int p_151538_4_,
int p_151538_5_,
Block[] p_151538_6_) |
void |
func_151539_a(IChunkProvider p_151539_1_,
World p_151539_2_,
int p_151539_3_,
int p_151539_4_,
Block[] p_151539_5_) |
protected int range
protected java.util.Random rand
protected World worldObj
public void func_151539_a(IChunkProvider p_151539_1_, World p_151539_2_, int p_151539_3_, int p_151539_4_, Block[] p_151539_5_)