net.minecraft.world.gen.layer
Class IntCache

java.lang.Object
  extended by net.minecraft.world.gen.layer.IntCache

public class IntCache
extends Object


Constructor Summary
IntCache()
           
 
Method Summary
static String func_85144_b()
           
static int[] getIntCache(int par0)
           
static void resetIntCache()
          Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntCache

public IntCache()
Method Detail

getIntCache

public static int[] getIntCache(int par0)

resetIntCache

public static void resetIntCache()
Mark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.


func_85144_b

public static String func_85144_b()