C# 클래스 fCraft.VanillaMapGenState

상속: MapGeneratorState
파일 보기 프로젝트 열기: fragmer/fCraft

공개 메소드들

메소드 설명
Generate ( ) : Map

비공개 메소드들

메소드 설명
Carve ( ) : void
Erode ( ) : void
FloodFill ( int x, int y, int z, Block newBlock ) : void
Grow ( ) : void
GrowTree ( Random treeRand, int startX, int startY, int startZ ) : void
Index ( int x, int y, int z ) : int
MakeOreVeins ( Block oreTile, int density ) : void
Melt ( ) : void
PlantFlowers ( ) : void
PlantShrooms ( ) : void
PlantTrees ( ) : void
Raise ( ) : void
Soil ( ) : void
VanillaMapGenState ( VanillaMapGenParameters genParams ) : System
Water ( ) : void

메소드 상세

Generate() 공개 메소드

public Generate ( ) : Map
리턴 Map