C# Class fCraft.MapGeneratorOld

Show file Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
AddCaves ( Map map ) : void
Generate ( ) : Map
GenerateMap ( ) : Map
MakeTemplate ( MapGenTemplate template ) : MapGeneratorArgs
MapGeneratorOld ( [ generatorArgs ) : System
setIgloo ( Map Map, int xIn, int yIn, int zIn ) : void

Private Methods

Method Description
AddBeaches ( [ map ) : void
AddSingleCave ( Random rand, Map map, byte bedrockType, byte fillingType, int length, double maxDiameter ) : void
AddSingleVein ( Random rand, Map map, byte bedrockType, byte fillingType, int k, double maxDiameter, int l ) : void
AddSingleVein ( Random rand, Map map, byte bedrockType, byte fillingType, int k, double maxDiameter, int l, int i1 ) : void
ApplyBias ( ) : void
ApplyTheme ( MapGenTheme theme ) : void
EstimateComplexity ( ) : void
GenerateEmpty ( int width, int length, int height ) : Map
GenerateFlatgrass ( int width, int length, int height ) : Map
GenerateHeightmap ( ) : void
GenerateOcean ( int width, int length, int height ) : Map
GenerateTrees ( [ map ) : void
ReportProgress ( int relativeIncrease, [ message ) : void
SealLiquids ( Map map, byte sealantType ) : void

Method Details

AddCaves() public method

public AddCaves ( Map map ) : void
map Map
return void

Generate() public method

public Generate ( ) : Map
return Map

GenerateMap() public method

public GenerateMap ( ) : Map
return Map

MakeTemplate() public static method

public static MakeTemplate ( MapGenTemplate template ) : MapGeneratorArgs
template MapGenTemplate
return MapGeneratorArgs

MapGeneratorOld() public method

public MapGeneratorOld ( [ generatorArgs ) : System
generatorArgs [
return System

setIgloo() public method

public setIgloo ( Map Map, int xIn, int yIn, int zIn ) : void
Map Map
xIn int
yIn int
zIn int
return void