C# 클래스 Minecraft.TAG_List

상속: TAG
파일 보기 프로젝트 열기: mblaine/Topographer

공개 프로퍼티들

프로퍼티 타입 설명
Length TAG_Int
Payload Minecraft.TAG[]
TagId TAG_Byte

공개 메소드들

메소드 설명
Read ( Stream data ) : void
TAG_List ( ) : System
TAG_List ( Stream data ) : System
TAG_List ( TAG payload, Byte tagId ) : System
TAG_List ( TAG payload, Byte tagId, String name ) : System
ToString ( ) : string
Write ( Stream data ) : void

메소드 상세

Read() 공개 메소드

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

TAG_List() 공개 메소드

public TAG_List ( ) : System
리턴 System

TAG_List() 공개 메소드

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

TAG_List() 공개 메소드

public TAG_List ( TAG payload, Byte tagId ) : System
payload TAG
tagId Byte
리턴 System

TAG_List() 공개 메소드

public TAG_List ( TAG payload, Byte tagId, String name ) : System
payload TAG
tagId Byte
name String
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

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

프로퍼티 상세

Length 공개적으로 프로퍼티

public TAG_Int,Minecraft Length
리턴 TAG_Int

Payload 공개적으로 프로퍼티

public TAG[],Minecraft Payload
리턴 Minecraft.TAG[]

TagId 공개적으로 프로퍼티

public TAG_Byte,Minecraft TagId
리턴 TAG_Byte