C# Класс NNbt.NbtTree

Показать файл Открыть проект

Открытые методы

Метод Описание
NbtTree ( ) : System
NbtTree ( Stream stream ) : System
NbtTree ( TagCompound root ) : System
NbtTree ( TagCompound root, string name ) : System
Write ( Stream stream ) : void

Описание методов

NbtTree() публичный Метод

public NbtTree ( ) : System
Результат System

NbtTree() публичный Метод

public NbtTree ( Stream stream ) : System
stream Stream
Результат System

NbtTree() публичный Метод

public NbtTree ( TagCompound root ) : System
root TagCompound
Результат System

NbtTree() публичный Метод

public NbtTree ( TagCompound root, string name ) : System
root TagCompound
name string
Результат System

Write() публичный Метод

public Write ( Stream stream ) : void
stream Stream
Результат void