Method | Description | |
---|---|---|
GetChunk ( int x, int y, int z ) : byte[,,] |
Returns the contents of the chunk by its coordinates.
|
|
Noise3DWorldGenerator ( ) : System |
Initializes a new instance of the Noise3DWorldGenerator class.
|
|
PopulateChunk ( IMapStorage map, int x, int y, int z ) : void |
Populates a chunk using the default Manic Digger chunk generation algorithm.
|
Method | Description | |
---|---|---|
GetBlock ( int x, int y, int z, int height, int special, int xx, int yy, int zz ) : int | ||
GetHeight ( int x, int y ) : byte |
public GetChunk ( int x, int y, int z ) : byte[,,] | ||
x | int | |
y | int | |
z | int | |
return | byte[,,] |
public PopulateChunk ( IMapStorage map, int x, int y, int z ) : void | ||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
return | void |