C# 클래스 MinecraftLibrary.Packet.Packet_UpdateSign

상속: Packet
파일 보기 프로젝트 열기: ags131/SharpMinecraftLibrary

공개 프로퍼티들

프로퍼티 타입 설명
text1 string
text2 string
text3 string
text4 string
x int
y short
z int

공개 메소드들

메소드 설명
read ( Queue data ) : bool
write ( ) : byte[]

메소드 상세

read() 공개 메소드

public read ( Queue data ) : bool
data Queue
리턴 bool

write() 공개 메소드

public write ( ) : byte[]
리턴 byte[]

프로퍼티 상세

text1 공개적으로 프로퍼티

public string text1
리턴 string

text2 공개적으로 프로퍼티

public string text2
리턴 string

text3 공개적으로 프로퍼티

public string text3
리턴 string

text4 공개적으로 프로퍼티

public string text4
리턴 string

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public short y
리턴 short

z 공개적으로 프로퍼티

public int z
리턴 int