C# Class NNbt.Tag

An abstract base class representing a node in an NBT tree.
显示文件 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