C# Class Minecraft.BiomeGen.B18.GenLayer

显示文件 Open project: mblaine/BiomePainter Class Usage Examples

Protected Properties

Property Type Description
parent GenLayer

Public Methods

Method Description
GenLayer ( long l )
func_35496_b ( long l ) : void
func_35497_a ( long l ) : Minecraft.BiomeGen.B18.GenLayer[]
func_35499_a ( long l, long l1 ) : void
func_35500_a ( int i, int j, int k, int l ) : int[]

Protected Methods

Method Description
nextInt ( int i ) : int

Method Details

GenLayer() public method

public GenLayer ( long l )
l long

func_35496_b() public method

public func_35496_b ( long l ) : void
l long
return void

func_35497_a() public static method

public static func_35497_a ( long l ) : Minecraft.BiomeGen.B18.GenLayer[]
l long
return Minecraft.BiomeGen.B18.GenLayer[]

func_35499_a() public method

public func_35499_a ( long l, long l1 ) : void
l long
l1 long
return void

func_35500_a() public abstract method

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

nextInt() protected method

protected nextInt ( int i ) : int
i int
return int

Property Details

parent protected_oe property

protected GenLayer,Minecraft.BiomeGen.B18 parent
return GenLayer