C# Class Sharpcraft.Networking.Packets.UseEntityPacket

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

Public Properties

Property Type Description
AttackerID System.Int32
AttackerID int
IsLeftClick bool
TargetID System.Int32
TargetID int

Public Methods

Method Description
UseEntityPacket ( Int32 attackerId, Int32 targetId, bool isLeftClick = false ) : System

Method Details

UseEntityPacket() public method

public UseEntityPacket ( Int32 attackerId, Int32 targetId, bool isLeftClick = false ) : System
attackerId System.Int32
targetId System.Int32
isLeftClick bool
return System

Property Details

AttackerID public property

public Int32,System AttackerID
return System.Int32

AttackerID public property

public int AttackerID
return int

IsLeftClick public property

public bool IsLeftClick
return bool

TargetID public property

public Int32,System TargetID
return System.Int32

TargetID public property

public int TargetID
return int