C# Class Sharpcraft.Networking.Packets.CollectItemPacket

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

Public Properties

Property Type Description
CollectedEntityID System.Int32
CollectedEntityID int
CollectorEntityID System.Int32
CollectorEntityID int

Public Methods

Method Description
CollectItemPacket ( Int32 collectedEntityId, Int32 collectorEntityId ) : System

Method Details

CollectItemPacket() public method

public CollectItemPacket ( Int32 collectedEntityId, Int32 collectorEntityId ) : System
collectedEntityId System.Int32
collectorEntityId System.Int32
return System

Property Details

CollectedEntityID public property

public Int32,System CollectedEntityID
return System.Int32

CollectedEntityID public property

public int CollectedEntityID
return int

CollectorEntityID public property

public Int32,System CollectorEntityID
return System.Int32

CollectorEntityID public property

public int CollectorEntityID
return int