C# Class Sharpcraft.Networking.Packets.EntityActionPacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft

Public Properties

Property Type Description
ActionID sbyte
EntityID System.Int32
EntityID int

Public Methods

Method Description
EntityActionPacket ( Int32 entityId, sbyte actionId ) : System

Method Details

EntityActionPacket() public method

public EntityActionPacket ( Int32 entityId, sbyte actionId ) : System
entityId System.Int32
actionId sbyte
return System

Property Details

ActionID public property

public sbyte ActionID
return sbyte

EntityID public property

public Int32,System EntityID
return System.Int32

EntityID public property

public int EntityID
return int