C# 클래스 Minecraft.TAG_Compound

상속: TAG
파일 보기 프로젝트 열기: mblaine/Topographer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Payload TAG>.Dictionary

공개 메소드들

메소드 설명
Read ( Stream data ) : void
TAG_Compound ( ) : System
TAG_Compound ( TAG>.Dictionary payload ) : System
TAG_Compound ( TAG>.Dictionary payload, String name ) : System
TAG_Compound ( Stream data ) : System
ToString ( ) : string
TryGetValue ( String key, TAG &value ) : bool
Write ( Stream data ) : void
this ( String key ) : TAG

비공개 메소드들

메소드 설명
TAG_Compound ( Stream data, TAG parent ) : System

메소드 상세

Read() 공개 메소드

public Read ( Stream data ) : void
data Stream
리턴 void

TAG_Compound() 공개 메소드

public TAG_Compound ( ) : System
리턴 System

TAG_Compound() 공개 메소드

public TAG_Compound ( TAG>.Dictionary payload ) : System
payload TAG>.Dictionary
리턴 System

TAG_Compound() 공개 메소드

public TAG_Compound ( TAG>.Dictionary payload, String name ) : System
payload TAG>.Dictionary
name String
리턴 System

TAG_Compound() 공개 메소드

public TAG_Compound ( Stream data ) : System
data Stream
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryGetValue() 공개 메소드

public TryGetValue ( String key, TAG &value ) : bool
key String
value TAG
리턴 bool

Write() 공개 메소드

public Write ( Stream data ) : void
data Stream
리턴 void

this() 공개 메소드

public this ( String key ) : TAG
key String
리턴 TAG

프로퍼티 상세

Payload 공개적으로 프로퍼티

public Dictionary Payload
리턴 TAG>.Dictionary