[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.MapConversionAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
public interface IMapConverter
Members
| All Members | Properties |
| Member | Description | |
|---|---|---|
| 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. |