Package net.minecraft.src
Class GenLayerRiverMix
java.lang.Object
net.minecraft.src.GenLayer
net.minecraft.src.GenLayerRiverMix
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]getInts(int par1, int par2, int par3, int par4) Returns a list of integer values generated by this layer.voidinitWorldGenSeed(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 net.minecraft.src.GenLayer
initChunkSeed, initializeAllBiomeGenerators, nextInt
-
Constructor Details
-
GenLayerRiverMix
-
-
Method Details
-
initWorldGenSeed
public 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).- Overrides:
initWorldGenSeedin classGenLayer
-
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.
-