net.minecraft.world.gen.layer
Class GenLayerVoronoiZoom

java.lang.Object
  extended by net.minecraft.world.gen.layer.GenLayer
      extended by net.minecraft.world.gen.layer.GenLayerVoronoiZoom

public class GenLayerVoronoiZoom
extends GenLayer


Constructor Summary
GenLayerVoronoiZoom(long par1, GenLayer par3GenLayer)
           
 
Method Summary
 int[] 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.world.gen.layer.GenLayer
getModdedBiomeSize, initChunkSeed, initializeAllBiomeGenerators, initWorldGenSeed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenLayerVoronoiZoom

public GenLayerVoronoiZoom(long par1,
                           GenLayer par3GenLayer)
Method Detail

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.

Specified by:
getInts in class GenLayer