C# Class Sharpcraft.Networking.Packets.EntityEquipmentPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
Damage System.Int16
Damage short
EntityID System.Int32
EntityID int
ItemID System.Int16
ItemID short
Slot System.Int16
Slot short

Méthodes publiques

Méthode Description
EntityEquipmentPacket ( Int32 entityId, Int16 slot, Int16 itemId, Int16 damage ) : System

Method Details

EntityEquipmentPacket() public méthode

public EntityEquipmentPacket ( Int32 entityId, Int16 slot, Int16 itemId, Int16 damage ) : System
entityId System.Int32
slot System.Int16
itemId System.Int16
damage System.Int16
Résultat System

Property Details

Damage public_oe property

public Int16,System Damage
Résultat System.Int16

Damage public_oe property

public short Damage
Résultat short

EntityID public_oe property

public Int32,System EntityID
Résultat System.Int32

EntityID public_oe property

public int EntityID
Résultat int

ItemID public_oe property

public Int16,System ItemID
Résultat System.Int16

ItemID public_oe property

public short ItemID
Résultat short

Slot public_oe property

public Int16,System Slot
Résultat System.Int16

Slot public_oe property

public short Slot
Résultat short