public abstract class GenLayer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
baseSeed |
protected GenLayer |
parent |
Constructor and Description |
---|
GenLayer(long p_i2125_1_) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
compareBiomesById(int p_151616_0_,
int p_151616_1_) |
abstract int[] |
getInts(int p_75904_1_,
int p_75904_2_,
int p_75904_3_,
int p_75904_4_) |
void |
initChunkSeed(long p_75903_1_,
long p_75903_3_) |
static GenLayer[] |
initializeAllBiomeGenerators(long p_75901_0_,
WorldType p_75901_2_) |
void |
initWorldGenSeed(long p_75905_1_) |
protected static boolean |
isBiomeOceanic(int p_151618_0_) |
protected int |
nextInt(int p_75902_1_) |
protected int |
selectModeOrRandom(int p_151617_1_,
int p_151617_2_,
int p_151617_3_,
int p_151617_4_) |
protected int |
selectRandom(int... p_151619_1_) |
protected GenLayer parent
protected long baseSeed
public static GenLayer[] initializeAllBiomeGenerators(long p_75901_0_, WorldType p_75901_2_)
public void initWorldGenSeed(long p_75905_1_)
public void initChunkSeed(long p_75903_1_, long p_75903_3_)
protected int nextInt(int p_75902_1_)
public abstract int[] getInts(int p_75904_1_, int p_75904_2_, int p_75904_3_, int p_75904_4_)
protected static boolean compareBiomesById(int p_151616_0_, int p_151616_1_)
protected static boolean isBiomeOceanic(int p_151618_0_)
protected int selectRandom(int... p_151619_1_)
protected int selectModeOrRandom(int p_151617_1_, int p_151617_2_, int p_151617_3_, int p_151617_4_)