C# Class Minecraft.BiomeGen.F11.GenLayerZoomFuzzy

Inheritance: GenLayer
Exibir arquivo Open project: mblaine/BiomePainter

Public Methods

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

Protected Methods

Method Description
choose ( int i, int j ) : int
choose ( int i, int j, int k, int l ) : int

Method Details

GenLayerZoomFuzzy() public method

public GenLayerZoomFuzzy ( long l, GenLayer genlayer ) : System
l long
genlayer GenLayer
return System

choose() protected method

protected choose ( int i, int j ) : int
i int
j int
return int

choose() protected method

protected choose ( int i, int j, int k, int l ) : int
i int
j int
k int
l int
return int

getInts() public method

public getInts ( int i, int j, int k, int l ) : int[]
i int
j int
k int
l int
return int[]