C# Class Sharpcraft.Networking.Packets.ItemDataPacket

Inheritance: Packet
Show 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 property

public Int16,System ItemID
return System.Int16

ItemID public property

public short ItemID
return short

ItemType public property

public Int16,System ItemType
return System.Int16

ItemType public property

public short ItemType
return short

Length public property

public byte Length
return byte

Text public property

public sbyte[] Text
return sbyte[]