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

Public Member Functions

 GenLayerFuzzyZoom (long par1, GenLayer par3GenLayer)
 
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)
 

Protected Member Functions

int choose (int par1, int par2)
 
int choose (int par1, int par2, int par3, int par4)
 
- Protected Member Functions inherited from net.minecraft.world.gen.layer.GenLayer
int nextInt (int par1)
 

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 Attributes inherited from net.minecraft.world.gen.layer.GenLayer
GenLayer parent
 

Constructor & Destructor Documentation

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

Member Function Documentation

int net.minecraft.world.gen.layer.GenLayerFuzzyZoom.choose ( int  par1,
int  par2 
)
protected

randomly choose between the two args

int net.minecraft.world.gen.layer.GenLayerFuzzyZoom.choose ( int  par1,
int  par2,
int  par3,
int  par4 
)
protected

randomly choose between the four args

int [] net.minecraft.world.gen.layer.GenLayerFuzzyZoom.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.


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