MCSharp map conversion implementation, for converting MCSharp map format into fCraft's default map format.
More...
|
| bool | ClaimsName (string fileName) |
| |
| bool | Claims (string fileName) |
| |
| Map | LoadHeader (string fileName) |
| |
| Map | Load (string fileName) |
| |
| void | Save (Map mapToSave, string fileName) |
| |
| bool | ClaimsName ([NotNull] string path) |
| | Returns true if the file name (or directory name) matches this format's expectations.
|
| |
| bool | Claims ([NotNull] string path) |
| | Allows validating the map format while using minimal resources.
|
| |
| Map | LoadHeader ([NotNull] string path) |
| | Attempts to load map dimensions from specified location. Throws MapFormatException on failure.
|
| |
| Map | Load ([NotNull] string path) |
| | Fully loads map from specified location. Throws MapFormatException on failure.
|
| |
| void | Save ([NotNull] Map mapToSave,[NotNull] string path) |
| | Saves given map at the given location.
|
| |
MCSharp map conversion implementation, for converting MCSharp map format into fCraft's default map format.
| bool fCraft.MapConversion.MapMCSharp.Claims |
( |
string |
fileName | ) |
|
| bool fCraft.MapConversion.MapMCSharp.ClaimsName |
( |
string |
fileName | ) |
|
| Map fCraft.MapConversion.MapMCSharp.Load |
( |
string |
fileName | ) |
|
| Map fCraft.MapConversion.MapMCSharp.LoadHeader |
( |
string |
fileName | ) |
|
| void fCraft.MapConversion.MapMCSharp.Save |
( |
Map |
mapToSave, |
|
|
string |
fileName |
|
) |
| |
| string fCraft.MapConversion.MapMCSharp.FileExtension |
|
get |
| MapFormat fCraft.MapConversion.MapMCSharp.Format |
|
get |
| string fCraft.MapConversion.MapMCSharp.ServerName |
|
get |
| bool fCraft.MapConversion.MapMCSharp.SupportsExport |
|
get |
| bool fCraft.MapConversion.MapMCSharp.SupportsImport |
|
get |
The documentation for this class was generated from the following file: