public class GenLayerRiverMix extends GenLayer
| Constructor and Description |
|---|
GenLayerRiverMix(long p_i2129_1_,
GenLayer p_i2129_3_,
GenLayer p_i2129_4_) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getInts(int areaX,
int areaY,
int areaWidth,
int areaHeight)
Returns a list of integer values generated by this layer.
|
void |
initWorldGenSeed(long seed)
Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an
argument).
|
biomesEqualOrMesaPlateau, getModdedBiomeSize, initChunkSeed, initializeAllBiomeGenerators, isBiomeOceanic, nextInt, nextLong, selectModeOrRandom, selectRandompublic void initWorldGenSeed(long seed)
initWorldGenSeed in class GenLayerpublic int[] getInts(int areaX,
int areaY,
int areaWidth,
int areaHeight)