C# 클래스 Minecraft.TAG_Short

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

공개 프로퍼티들

프로퍼티 타입 설명
Payload System.Int16

공개 메소드들

메소드 설명
Read ( Stream data ) : void
TAG_Short ( ) : System
TAG_Short ( Int16 payload ) : System
TAG_Short ( Int16 payload, String name ) : System
TAG_Short ( Stream data ) : System
ToString ( ) : string
Write ( Stream data ) : void

메소드 상세

Read() 공개 메소드

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

TAG_Short() 공개 메소드

public TAG_Short ( ) : System
리턴 System

TAG_Short() 공개 메소드

public TAG_Short ( Int16 payload ) : System
payload Int16
리턴 System

TAG_Short() 공개 메소드

public TAG_Short ( Int16 payload, String name ) : System
payload Int16
name String
리턴 System

TAG_Short() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

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

프로퍼티 상세

Payload 공개적으로 프로퍼티

public Int16,System Payload
리턴 System.Int16