YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.world.gen.layer.GenLayerRiverMix Class Reference
Inheritance diagram for net.minecraft.world.gen.layer.GenLayerRiverMix:
net.minecraft.world.gen.layer.GenLayer

Public Member Functions

 GenLayerRiverMix (long par1, GenLayer par3GenLayer, GenLayer par4GenLayer)
 
void initWorldGenSeed (long par1)
 
int[] getInts (int par1, int par2, int par3, int par4)
 
- Public Member Functions inherited from net.minecraft.world.gen.layer.GenLayer
 GenLayer (long par1)
 
void initWorldGenSeed (long par1)
 
void initChunkSeed (long par1, long par3)
 

Additional Inherited Members

- Static Public Member Functions inherited from net.minecraft.world.gen.layer.GenLayer
static GenLayer[] initializeAllBiomeGenerators (long par0, WorldType par2WorldType)
 
static byte getModdedBiomeSize (WorldType worldType, byte original)
 
- Protected Member Functions inherited from net.minecraft.world.gen.layer.GenLayer
int nextInt (int par1)
 
- Protected Attributes inherited from net.minecraft.world.gen.layer.GenLayer
GenLayer parent
 

Constructor & Destructor Documentation

net.minecraft.world.gen.layer.GenLayerRiverMix.GenLayerRiverMix ( long  par1,
GenLayer  par3GenLayer,
GenLayer  par4GenLayer 
)

Member Function Documentation

int [] net.minecraft.world.gen.layer.GenLayerRiverMix.getInts ( int  par1,
int  par2,
int  par3,
int  par4 
)
virtual

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.

Implements net.minecraft.world.gen.layer.GenLayer.

void net.minecraft.world.gen.layer.GenLayerRiverMix.initWorldGenSeed ( long  par1)

Initialize layer's local worldGenSeed based on its own baseSeed and the world's global seed (passed in as an argument).


The documentation for this class was generated from the following file: