C# 클래스 NNbt.NbtTree

파일 보기 프로젝트 열기: jaquadro/NNBT

공개 메소드들

메소드 설명
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