C# Class Minecraft.BiomeGen.F12.IntCache

显示文件 Open project: mblaine/BiomePainter Class Usage Examples

Public Methods

Method Description
IntCache ( ) : System.Collections
getIntCache ( int par0 ) : int[]
resetIntCache ( ) : void

Method Details

IntCache() public method

public IntCache ( ) : System.Collections
return System.Collections

getIntCache() public static method

public static getIntCache ( int par0 ) : int[]
par0 int
return int[]

resetIntCache() public static method

public static resetIntCache ( ) : void
return void