| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.GenLayer
public abstract class GenLayer
| Constructor Summary | |
|---|---|
GenLayer(long par1)
 | 
|
| Method Summary | |
|---|---|
abstract  int[] | 
getInts(int var1,
               int var2,
               int var3,
               int var4)
Returns a list of integer values generated by this layer.  | 
 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).  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GenLayer(long par1)
| Method Detail | 
|---|
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 var1,
                              int var2,
                              int var3,
                              int var4)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||