Class GenLayerSmooth

java.lang.Object
net.minecraft.src.GenLayer
net.minecraft.src.GenLayerSmooth

public class GenLayerSmooth extends GenLayer
  • Constructor Details

    • GenLayerSmooth

      public GenLayerSmooth(long par1, GenLayer par3GenLayer)
  • 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.
      Specified by:
      getInts in class GenLayer