Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NNbt
Tag
C# Class NNbt.Tag
An abstract base class representing a node in an NBT tree.
Exibir arquivo
Open project: jaquadro/NNBT
Class Usage Examples
Public Methods
Method
Description
DataEqual
(
Tag
tag
) :
bool
DeepCopy
( ) :
Tag
Makes a deep copy of the NBT node.
Write
(
Stream
stream
) :
void
Protected Methods
Method
Description
DeepCopyCore
( ) :
Tag
Method Details
DataEqual()
public
method
public
DataEqual
(
Tag
tag
) :
bool
tag
Tag
return
bool
DeepCopy()
public
method
Makes a deep copy of the NBT node.
public
DeepCopy
( ) :
Tag
return
Tag
DeepCopyCore()
protected
method
protected
DeepCopyCore
( ) :
Tag
return
Tag
Write()
public
method
public
Write
(
Stream
stream
) :
void
stream
Stream
return
void