C# Class Minecraft.BiomeGen.F10.GenLayer

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

Protected Properties

Свойство Type Description
parent GenLayer

Méthodes publiques

Méthode Description
GenLayer ( long l )
func_35497_a ( long l ) : Minecraft.BiomeGen.F10.GenLayer[]
getInts ( int i, int j, int k, int l ) : int[]
initChunkSeed ( long l, long l1 ) : void
initWorldGenSeed ( long l ) : void

Méthodes protégées

Méthode Description
nextInt ( int i ) : int

Method Details

GenLayer() public méthode

public GenLayer ( long l )
l long

func_35497_a() public static méthode

public static func_35497_a ( long l ) : Minecraft.BiomeGen.F10.GenLayer[]
l long
Résultat Minecraft.BiomeGen.F10.GenLayer[]

getInts() public abstract méthode

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

initChunkSeed() public méthode

public initChunkSeed ( long l, long l1 ) : void
l long
l1 long
Résultat void

initWorldGenSeed() public méthode

public initWorldGenSeed ( long l ) : void
l long
Résultat void

nextInt() protected méthode

protected nextInt ( int i ) : int
i int
Résultat int

Property Details

parent protected_oe property

protected GenLayer,Minecraft.BiomeGen.F10 parent
Résultat GenLayer