C# Class NNbt.NbtTree

Afficher le fichier Open project: jaquadro/NNBT

Méthodes publiques

Méthode 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 méthode

public NbtTree ( ) : System
Résultat System

NbtTree() public méthode

public NbtTree ( Stream stream ) : System
stream Stream
Résultat System

NbtTree() public méthode

public NbtTree ( TagCompound root ) : System
root TagCompound
Résultat System

NbtTree() public méthode

public NbtTree ( TagCompound root, string name ) : System
root TagCompound
name string
Résultat System

Write() public méthode

public Write ( Stream stream ) : void
stream Stream
Résultat void