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

An enumeration of map formats supported by fCraft.

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

Syntax

   
 C# 
public enum MapFormat

Members

MemberValueDescription
Unknown0
Unidentified map.
FCMv21
Obsolete map format previously used by fCraft before release 0.500
FCMv32
Obsolete map format previously used by fCraft 0.500-0.6xx
MCSharp3
Map format used by MCSharp and its forks (MCZall/MCLawl). Initial support added by Tyler (TkTech).
MinerCPP4
Map format used by MinerCPP and LuaCraft. Initial support added by Tyler (TkTech).
Myne5
Map format used by Myne and its derivatives (MyneCraft/iCraft).
Classic6
Map format used by Mojang's classic and survivaltest.
Indev7
Map format used by Mojang's indev.
JTE8
Map format used by JTE's server.
D39
Map foramt used by D3 server.
Opticraft10
Format used by Opticraft v0.2+. Support contributed by Jared Klopper (LgZ-optical).
Raw11

See Also