C# Class fCraft.MapConversion.MapIndev

NBT map conversion implementation, for converting NBT map format into fCraft's default map format.
Inheritance: IMapImporter
Exibir arquivo Open project: fragmer/fCraft

Public Methods

Method Description
Claims ( string fileName ) : bool
ClaimsName ( string fileName ) : bool
Load ( string fileName ) : Map
LoadHeader ( string fileName ) : Map
Save ( Map mapToSave, string fileName ) : bool

Private Methods

Method Description
Swap ( short v ) : short

Method Details

Claims() public method

public Claims ( string fileName ) : bool
fileName string
return bool

ClaimsName() public method

public ClaimsName ( string fileName ) : bool
fileName string
return bool

Load() public method

public Load ( string fileName ) : Map
fileName string
return Map

LoadHeader() public method

public LoadHeader ( string fileName ) : Map
fileName string
return Map

Save() public method

public Save ( Map mapToSave, string fileName ) : bool
mapToSave Map
fileName string
return bool