Class GenLayerIsland

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

public class GenLayerIsland extends GenLayer
  • Constructor Details

    • GenLayerIsland

      public GenLayerIsland(long par1)
  • 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