C# 클래스 Sharpcraft.Networking.Packets.ItemDataPacket

상속: Packet
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemID System.Int16
ItemID short
ItemType System.Int16
ItemType short
Length byte
Text sbyte[]

공개 메소드들

메소드 설명
ItemDataPacket ( Int16 itemType, Int16 itemId, byte length, sbyte text = null ) : System

메소드 상세

ItemDataPacket() 공개 메소드

public ItemDataPacket ( Int16 itemType, Int16 itemId, byte length, sbyte text = null ) : System
itemType System.Int16
itemId System.Int16
length byte
text sbyte
리턴 System

프로퍼티 상세

ItemID 공개적으로 프로퍼티

public Int16,System ItemID
리턴 System.Int16

ItemID 공개적으로 프로퍼티

public short ItemID
리턴 short

ItemType 공개적으로 프로퍼티

public Int16,System ItemType
리턴 System.Int16

ItemType 공개적으로 프로퍼티

public short ItemType
리턴 short

Length 공개적으로 프로퍼티

public byte Length
리턴 byte

Text 공개적으로 프로퍼티

public sbyte[] Text
리턴 sbyte[]