Method | Description | |
---|---|---|
Erode ( ) : void | ||
ExpandGround ( ) : void | ||
FloatingIslandMapGenState ( |
||
Generate ( ) : |
||
GrowTree ( |
||
MakeIslandBase ( Island island ) : void | ||
MakeIslandHemisphere ( Vector3I offset, Sphere sphere ) : void | ||
MakeWater ( ) : void | ||
MakeWaterSource ( int x, int y, int z ) : void | ||
PlantFlowers ( ) : void | ||
PlantGiantTrees ( ) : void | ||
PlantGrass ( ) : void | ||
PlantTrees ( ) : void | ||
SmoothEdges ( ) : void |
Method | Description | |
---|---|---|
ComputeSurfaceCoverage ( Block coverBlock ) : int | ||
CreateIsland ( Vector3I offset ) : Island | ||
HasNeighbors ( int x, int y, int z ) : bool |
public FloatingIslandMapGenState ( |
||
parameters | ||
return | System |
public GrowTree ( |
||
treeRand | ||
startX | int | |
startY | int | |
startZ | int | |
return | void |
public MakeIslandBase ( Island island ) : void | ||
island | Island | |
return | void |
public MakeIslandHemisphere ( Vector3I offset, Sphere sphere ) : void | ||
offset | Vector3I | |
sphere | Sphere | |
return | void |
public MakeWaterSource ( int x, int y, int z ) : void | ||
x | int | |
y | int | |
z | int | |
return | void |