C# Class Minecraft.BiomeGen.F10.IntCache

Exibir arquivo Open project: mblaine/BiomePainter Class Usage Examples

Public Methods

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

Method Details

IntCache() public method

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

getIntCache() public static method

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

resetIntCache() public static method

public static resetIntCache ( ) : void
return void