C# 클래스 fCraft.MapGeneratorOld

파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
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