public class MapGenBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Random |
rand |
protected int |
range |
protected World |
world |
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) |
static void |
setupChunkSeed(long p_191068_0_,
java.util.Random p_191068_2_,
int p_191068_3_,
int p_191068_4_) |
protected int range
protected java.util.Random rand
protected World world
public void generate(World worldIn, int x, int z, ChunkPrimer primer)
public static void setupChunkSeed(long p_191068_0_, java.util.Random p_191068_2_, int p_191068_3_, int p_191068_4_)
protected void recursiveGenerate(World worldIn, int chunkX, int chunkZ, int p_180701_4_, int p_180701_5_, ChunkPrimer chunkPrimerIn)