C# Class Minecraft.BiomeGen.F11.GenLayerZoomFuzzy

Inheritance: GenLayer
Afficher le fichier Open project: mblaine/BiomePainter

Méthodes publiques

Méthode Description
GenLayerZoomFuzzy ( long l, GenLayer genlayer ) : System
getInts ( int i, int j, int k, int l ) : int[]

Méthodes protégées

Méthode Description
choose ( int i, int j ) : int
choose ( int i, int j, int k, int l ) : int

Method Details

GenLayerZoomFuzzy() public méthode

public GenLayerZoomFuzzy ( long l, GenLayer genlayer ) : System
l long
genlayer GenLayer
Résultat System

choose() protected méthode

protected choose ( int i, int j ) : int
i int
j int
Résultat int

choose() protected méthode

protected choose ( int i, int j, int k, int l ) : int
i int
j int
k int
l int
Résultat int

getInts() public méthode

public getInts ( int i, int j, int k, int l ) : int[]
i int
j int
k int
l int
Résultat int[]