fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
fCraft.MapConversion.IMapConverter Interface Reference

A map converter (either importer, exporter, or both). More...

+ Inheritance diagram for fCraft.MapConversion.IMapConverter:

Properties

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

Detailed Description

A map converter (either importer, exporter, or both).

Property Documentation

string fCraft.MapConversion.IMapConverter.FileExtension
get

File extension assiciated with this file. Throws NotSupportedException if this is a directory-based format.

MapFormat fCraft.MapConversion.IMapConverter.Format
get

Returns the format name.

string fCraft.MapConversion.IMapConverter.ServerName
get

Returns name(s) of the server(s) that uses this format.

MapStorageType fCraft.MapConversion.IMapConverter.StorageType
get

Returns the map storage type (file-based or directory-based).

bool fCraft.MapConversion.IMapConverter.SupportsExport
get

Whether this converter supports exporting/saving to the format.

bool fCraft.MapConversion.IMapConverter.SupportsImport
get

Whether this converter supports importing/loading from the format.


The documentation for this interface was generated from the following file: