C# Класс fCraft.MapGeneratorOld

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AddCaves() публичный Метод

public AddCaves ( Map map ) : void
map Map
Результат void

Generate() публичный Метод

public Generate ( ) : Map
Результат Map

GenerateMap() публичный Метод

public GenerateMap ( ) : Map
Результат Map

MakeTemplate() публичный статический Метод

public static MakeTemplate ( MapGenTemplate template ) : MapGeneratorArgs
template MapGenTemplate
Результат MapGeneratorArgs

MapGeneratorOld() публичный Метод

public MapGeneratorOld ( [ generatorArgs ) : System
generatorArgs [
Результат System

setIgloo() публичный Метод

public setIgloo ( Map Map, int xIn, int yIn, int zIn ) : void
Map Map
xIn int
yIn int
zIn int
Результат void