C# Class Sharpcraft.Networking.Packets.UseEntityPacket

Inheritance: Packet
Exibir arquivo 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_oe property

public Int32,System AttackerID
return System.Int32

AttackerID public_oe property

public int AttackerID
return int

IsLeftClick public_oe property

public bool IsLeftClick
return bool

TargetID public_oe property

public Int32,System TargetID
return System.Int32

TargetID public_oe property

public int TargetID
return int