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 par1) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
compareBiomesById(int p_151616_0_,
int p_151616_1_) |
abstract int[] |
getInts(int var1,
int var2,
int var3,
int var4) |
static byte |
getModdedBiomeSize(WorldType worldType,
byte original) |
void |
initChunkSeed(long par1,
long par3) |
static GenLayer[] |
initializeAllBiomeGenerators(long par0,
WorldType par2WorldType) |
void |
initWorldGenSeed(long par1) |
protected static boolean |
isBiomeOceanic(int p_151618_0_) |
protected int |
nextInt(int par1) |
protected long |
nextLong(long par1) |
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 par0, WorldType par2WorldType)
public void initWorldGenSeed(long par1)
public void initChunkSeed(long par1, long par3)
protected int nextInt(int par1)
protected long nextLong(long par1)
public abstract int[] getInts(int var1, int var2, int var3, int var4)
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_)
public static byte getModdedBiomeSize(WorldType worldType, byte original)