C# Class LibMinecraft.McLevel

Inheritance: LibNbt.NbtFile
ファイルを表示 Open project: aphistic/libminecraft

Public Methods

Method Description
LoadFile ( ) : void
LoadFile ( string fileName ) : void
McLevel ( ) : System
McLevel ( string fileName ) : System
SaveFile ( string fileName ) : void

Method Details

LoadFile() public method

public LoadFile ( ) : void
return void

LoadFile() public method

public LoadFile ( string fileName ) : void
fileName string
return void

McLevel() public method

public McLevel ( ) : System
return System

McLevel() public method

public McLevel ( string fileName ) : System
fileName string
return System

SaveFile() public method

public SaveFile ( string fileName ) : void
fileName string
return void