[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:fCraft.MapConversion.IMapConverter"]
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public interface IMapConverter
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Claims(String) | Allows validating the map format while using minimal resources. | |
| ClaimsName(String) | Returns true if the filename (or directory name) matches this format's expectations. | |
| Format | Returns the format name. | |
| Load(String) | Fully loads map from specified location. | |
| LoadHeader(String) | Attempts to load map dimensions from specified location. | |
| Save(Map, String) | Saves given map at the given location. | |
| ServerName | Returns name(s) of the server(s) that uses this format. | |
| StorageType | Returns the map storage type (file-based or directory-based). |