Package net.minecraft.src
Class IntCache
java.lang.Object
net.minecraft.src.IntCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic int[]getIntCache(int par0) static voidMark all pre-allocated arrays as available for re-use by moving them to the appropriate free lists.
-
Constructor Details
-
IntCache
public IntCache()
-
-
Method Details
-
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
-