Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
LibMinecraft
McLevel
C# Class LibMinecraft.McLevel
Inheritance:
LibNbt.NbtFile
Mostra file
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