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 |
---|---|
void |
generate(World worldIn,
int x,
int z,
ChunkPrimer primer) |
protected void |
recursiveGenerate(World worldIn,
int chunkX,
int chunkZ,
int p_180701_4_,
int p_180701_5_,
ChunkPrimer chunkPrimerIn) |
protected int range
protected java.util.Random rand
protected World worldObj
public void generate(World worldIn, int x, int z, ChunkPrimer primer)
protected void recursiveGenerate(World worldIn, int chunkX, int chunkZ, int p_180701_4_, int p_180701_5_, ChunkPrimer chunkPrimerIn)