C# Class NNbt.NbtTree

Datei anzeigen Open project: jaquadro/NNBT

Public Methods

Method Description
NbtTree ( ) : System
NbtTree ( Stream stream ) : System
NbtTree ( TagCompound root ) : System
NbtTree ( TagCompound root, string name ) : System
Write ( Stream stream ) : void

Method Details

NbtTree() public method

public NbtTree ( ) : System
return System

NbtTree() public method

public NbtTree ( Stream stream ) : System
stream Stream
return System

NbtTree() public method

public NbtTree ( TagCompound root ) : System
root TagCompound
return System

NbtTree() public method

public NbtTree ( TagCompound root, string name ) : System
root TagCompound
name string
return System

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void