[This is preliminary documentation and is subject to change.]

Calculates a 2D heightmap, based on the highest solid block for each column of blocks. Air, Brown/Red mushrooms, Glass, Leaves, Red/Yellow flowers, and Saplings are considered non-solid.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public short[,] ComputeHeightmap()

Return Value

A 2D array of same Width/Length as the map. Value at each coordinate corresponds to the highest solid point on the map.

See Also