public class GenLayerRiverMix extends GenLayer
Modifier and Type | Field and Description |
---|---|
private GenLayer |
biomePatternGeneratorChain |
private GenLayer |
riverPatternGeneratorChain |
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) |
void |
initWorldGenSeed(long seed) |
biomesEqualOrMesaPlateau, getModdedBiomeSize, initChunkSeed, initializeAllBiomeGenerators, isBiomeOceanic, nextInt, nextLong, selectModeOrRandom, selectRandom
private final GenLayer biomePatternGeneratorChain
private final GenLayer riverPatternGeneratorChain
public void initWorldGenSeed(long seed)
initWorldGenSeed
in class GenLayer