fCraft  0.636
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
Public Member Functions | Properties | List of all members
fCraft.MapConversion.MapMyne Class Reference

Myne map conversion implementation, for converting Myne map format into fCraft's default map format. More...

Inheritance diagram for fCraft.MapConversion.MapMyne:
Inheritance graph
[legend]
Collaboration diagram for fCraft.MapConversion.MapMyne:
Collaboration graph
[legend]

Public Member Functions

bool ClaimsName (string path)
 
bool Claims (string path)
 
Map LoadHeader (string path)
 
Map Load (string path)
 
- Public Member Functions inherited from fCraft.MapConversion.IMapImporter
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.
 

Properties

string ServerName [get]
 
bool SupportsImport [get]
 
bool SupportsExport [get]
 
string FileExtension [get]
 
MapStorageType StorageType [get]
 
MapFormat Format [get]
 

Detailed Description

Myne map conversion implementation, for converting Myne map format into fCraft's default map format.

Member Function Documentation

bool fCraft.MapConversion.MapMyne.Claims ( string  path)
bool fCraft.MapConversion.MapMyne.ClaimsName ( string  path)
Map fCraft.MapConversion.MapMyne.Load ( string  path)
Map fCraft.MapConversion.MapMyne.LoadHeader ( string  path)

Property Documentation

string fCraft.MapConversion.MapMyne.FileExtension
get
MapFormat fCraft.MapConversion.MapMyne.Format
get
string fCraft.MapConversion.MapMyne.ServerName
get
MapStorageType fCraft.MapConversion.MapMyne.StorageType
get
bool fCraft.MapConversion.MapMyne.SupportsExport
get
bool fCraft.MapConversion.MapMyne.SupportsImport
get

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