[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.2.4 (0.6.2.4)

Syntax

   
 C# 
public enum MapFormat

Members

MemberValueDescription
Unknown0
Unidentified map.
FCMv31
Current map format used by fCraft.
FCMv22
Current map format used by fCraft.
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).
Creative6
Map format used by Mojang's classic and survivaltest.
NBT7
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/LgZ-optical.
FCMv411
Universal map format, planned for future use by fCraft. Currently unsupported.

See Also