C# Class Sharpcraft.Networking.Packets.UseEntityPacket

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

Méthodes publiques

Свойство Type Description
AttackerID System.Int32
AttackerID int
IsLeftClick bool
TargetID System.Int32
TargetID int

Méthodes publiques

Méthode Description
UseEntityPacket ( Int32 attackerId, Int32 targetId, bool isLeftClick = false ) : System

Method Details

UseEntityPacket() public méthode

public UseEntityPacket ( Int32 attackerId, Int32 targetId, bool isLeftClick = false ) : System
attackerId System.Int32
targetId System.Int32
isLeftClick bool
Résultat System

Property Details

AttackerID public_oe property

public Int32,System AttackerID
Résultat System.Int32

AttackerID public_oe property

public int AttackerID
Résultat int

IsLeftClick public_oe property

public bool IsLeftClick
Résultat bool

TargetID public_oe property

public Int32,System TargetID
Résultat System.Int32

TargetID public_oe property

public int TargetID
Résultat int