Package net.minecraft.src
Class GenLayerFuzzyZoom
java.lang.Object
net.minecraft.src.GenLayer
net.minecraft.src.GenLayerFuzzyZoom
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intchoose(int par1, int par2) randomly choose between the two argsprotected intchoose(int par1, int par2, int par3, int par4) randomly choose between the four argsint[]getInts(int par1, int par2, int par3, int par4) Returns a list of integer values generated by this layer.Methods inherited from class net.minecraft.src.GenLayer
initChunkSeed, initializeAllBiomeGenerators, initWorldGenSeed, nextInt
-
Constructor Details
-
GenLayerFuzzyZoom
-
-
Method Details
-
getInts
public int[] getInts(int par1, int par2, int par3, int par4) Returns a list of integer values generated by this layer. These may be interpreted as temperatures, rainfall amounts, or biomeList[] indices based on the particular GenLayer subclass. -
choose
protected int choose(int par1, int par2) randomly choose between the two args -
choose
protected int choose(int par1, int par2, int par3, int par4) randomly choose between the four args
-