C# Class Sharpcraft.Networking.Packets.EntityStatusPacket

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

Public Properties

Property Type Description
EntityID System.Int32
EntityID int
Status sbyte

Public Methods

Method Description
EntityStatusPacket ( Int32 entityId, sbyte status ) : System

Method Details

EntityStatusPacket() public method

public EntityStatusPacket ( Int32 entityId, sbyte status ) : System
entityId System.Int32
status sbyte
return System

Property Details

EntityID public_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int

Status public_oe property

public sbyte Status
return sbyte