public class MapGenBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Random |
rand |
protected int |
range |
protected World |
worldObj |
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_)