public class GenLayerZoom extends GenLayer
Constructor and Description |
---|
GenLayerZoom(long par1,
GenLayer par3GenLayer) |
Modifier and Type | Method and Description |
---|---|
protected int |
choose(int par1,
int par2)
Chooses one of the two inputs randomly.
|
int[] |
getInts(int par1,
int par2,
int par3,
int par4)
Returns a list of integer values generated by this layer.
|
static GenLayer |
magnify(long par0,
GenLayer par2GenLayer,
int par3)
Magnify a layer.
|
protected int |
modeOrRandom(int par1,
int par2,
int par3,
int par4)
returns the mode (most frequently occuring number) or a random number from the 4 integers provided
|
getModdedBiomeSize, initChunkSeed, initializeAllBiomeGenerators, initWorldGenSeed, nextInt
public GenLayerZoom(long par1, GenLayer par3GenLayer)
public int[] getInts(int par1, int par2, int par3, int par4)
protected int choose(int par1, int par2)
protected int modeOrRandom(int par1, int par2, int par3, int par4)