C# Class BiomePainter.ColorPalette

Afficher le fichier Open project: mblaine/BiomePainter Class Usage Examples

Méthodes publiques

Méthode Description
Lookup ( int block, int data, byte biome ) : Color
Preload ( ) : void
Reset ( ) : void

Private Methods

Méthode Description
LoadBlockTable ( ) : void
Parse ( String path ) : void

Method Details

Lookup() public static méthode

public static Lookup ( int block, int data, byte biome ) : Color
block int
data int
biome byte
Résultat Color

Preload() public static méthode

public static Preload ( ) : void
Résultat void

Reset() public static méthode

public static Reset ( ) : void
Résultat void