C# Class Sharpcraft.Networking.Packets.EntityActionPacket

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

public sbyte ActionID
return sbyte

EntityID public_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int