![]() |
fCraft
0.638
Custom Minecraft Server
|
IMapConverter that provides functionality for saving maps to files. More...
Inheritance diagram for fCraft.MapConversion.IMapExporter:
Collaboration diagram for fCraft.MapConversion.IMapExporter:Public Member Functions | |
| void | Save ([NotNull] Map mapToSave,[NotNull] string path) |
| Saves given map at the given location. | |
Additional Inherited Members | |
Properties inherited from fCraft.MapConversion.IMapConverter | |
| 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. | |
IMapConverter that provides functionality for saving maps to files.
| void fCraft.MapConversion.IMapExporter.Save | ( | [NotNull] Map | mapToSave, |
| [NotNull] string | path | ||
| ) |
Saves given map at the given location.