C# Class Sharpcraft.Networking.Packets.ItemDataPacket

Inheritance: Packet
Mostra file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
ItemID System.Int16
ItemID short
ItemType System.Int16
ItemType short
Length byte
Text sbyte[]

Public Methods

Method Description
ItemDataPacket ( Int16 itemType, Int16 itemId, byte length, sbyte text = null ) : System

Method Details

ItemDataPacket() public method

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

Property Details

ItemID public_oe property

public Int16,System ItemID
return System.Int16

ItemID public_oe property

public short ItemID
return short

ItemType public_oe property

public Int16,System ItemType
return System.Int16

ItemType public_oe property

public short ItemType
return short

Length public_oe property

public byte Length
return byte

Text public_oe property

public sbyte[] Text
return sbyte[]