public abstract class GenLayer extends Object
Constructor and Description |
---|
GenLayer(long par1) |
Modifier and Type | Method and Description |
---|---|
abstract int[] |
getInts(int i,
int j,
int k,
int l)
Returns a list of integer values generated by this layer.
|
static byte |
getModdedBiomeSize(WorldType worldType,
byte original) |
void |
initChunkSeed(long par1,
long par3)
Initialize layer's current chunkSeed based on the local worldGenSeed and the (x,z) chunk coordinates.
|
static GenLayer[] |
initializeAllBiomeGenerators(long par0,
WorldType par2WorldType)
the first array item is a linked list of the bioms, the second is the zoom function, the third is the same as the
first.
|
void |
initWorldGenSeed(long par1)
Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an
argument).
|
public static GenLayer[] initializeAllBiomeGenerators(long par0, WorldType par2WorldType)
public void initWorldGenSeed(long par1)
public void initChunkSeed(long par1, long par3)
public abstract int[] getInts(int i, int j, int k, int l)
public static byte getModdedBiomeSize(WorldType worldType, byte original)