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

Gets a compressed (GZip) copy of the map (raw block data with signed, 32bit, big-endian block count prepended). If the map has not been modified since last GetCompressedCopy call, returns a cached copy.

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

Syntax

   
 C# 
public byte[] GetCompressedCopy()

See Also