C# Class OpenMinecraft.MapGenerators

Show file Open project: N3X15/MineEdit Class Usage Examples

Protected Properties

Property Type Description
Generators Type>.Dictionary
Trees List

Public Methods

Method Description
Get ( string gen, long Seed, MapGenMaterials Materials ) : IMapGenerator
GetList ( ) : string>.Dictionary
Init ( ) : void

Method Details

Get() public static method

public static Get ( string gen, long Seed, MapGenMaterials Materials ) : IMapGenerator
gen string
Seed long
Materials MapGenMaterials
return IMapGenerator

GetList() public static method

public static GetList ( ) : string>.Dictionary
return string>.Dictionary

Init() public static method

public static Init ( ) : void
return void

Property Details

Generators protected static property

protected static Dictionary Generators
return Type>.Dictionary

Trees protected static property

protected static List Trees
return List