C# 클래스 MinecraftLibrary.Packet.Packet_NamedEntitySpawn

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

공개 프로퍼티들

프로퍼티 타입 설명
eID int
item short
name string
pitch SByte
rotation SByte
x int
y int
z int

공개 메소드들

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

메소드 상세

read() 공개 메소드

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

write() 공개 메소드

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

프로퍼티 상세

eID 공개적으로 프로퍼티

public int eID
리턴 int

item 공개적으로 프로퍼티

public short item
리턴 short

name 공개적으로 프로퍼티

public string name
리턴 string

pitch 공개적으로 프로퍼티

public SByte pitch
리턴 SByte

rotation 공개적으로 프로퍼티

public SByte rotation
리턴 SByte

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int

z 공개적으로 프로퍼티

public int z
리턴 int