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.MapDat Class Reference

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

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

Public Member Functions

bool ClaimsName (string fileName)
 
bool Claims (string fileName)
 
Map LoadHeader (string fileName)
 
Map Load (string fileName)
 
- 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

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

Member Function Documentation

bool fCraft.MapConversion.MapDat.Claims ( string  fileName)
bool fCraft.MapConversion.MapDat.ClaimsName ( string  fileName)
Map fCraft.MapConversion.MapDat.Load ( string  fileName)
Map fCraft.MapConversion.MapDat.LoadHeader ( string  fileName)

Property Documentation

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

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