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

Interface describing the proccess of converting non-native map formats into the default fCraft format.

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

Syntax

   
 C# 
public interface IMapConverter

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
FileExtension
File extension assiciated with this file. Throws NotSupportedException if this is a directory-based format.
Format
Returns the format name.
ServerName
Returns name(s) of the server(s) that uses this format.
StorageType
Returns the map storage type (file-based or directory-based).
SupportsExport
Whether this converter supports exporting/saving to the format.
SupportsImport
Whether this converter supports importing/loading from the format.

See Also