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 | 
biomesEqualOrMesaPlateau(int biomeIDA,
                        int biomeIDB)  | 
abstract int[] | 
getInts(int areaX,
       int areaY,
       int areaWidth,
       int areaHeight)  | 
static int | 
getModdedBiomeSize(WorldType worldType,
                  int original)  | 
void | 
initChunkSeed(long p_75903_1_,
             long p_75903_3_)  | 
static GenLayer[] | 
initializeAllBiomeGenerators(long seed,
                            WorldType p_180781_2_,
                            java.lang.String p_180781_3_)  | 
void | 
initWorldGenSeed(long seed)  | 
protected static boolean | 
isBiomeOceanic(int p_151618_0_)  | 
protected int | 
nextInt(int p_75902_1_)  | 
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 seed, WorldType p_180781_2_, java.lang.String p_180781_3_)
public void initWorldGenSeed(long seed)
public void initChunkSeed(long p_75903_1_,
                          long p_75903_3_)
protected int nextInt(int p_75902_1_)
public abstract int[] getInts(int areaX,
                              int areaY,
                              int areaWidth,
                              int areaHeight)
protected static boolean biomesEqualOrMesaPlateau(int biomeIDA,
                                                  int biomeIDB)
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_)
protected long nextLong(long par1)
public static int getModdedBiomeSize(WorldType worldType, int original)