C# Class Sharpcraft.Networking.Packets.RemoveEntityEffectPacket

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

Public Properties

Property Type Description
EffectID sbyte
EntityID System.Int32
EntityID int

Public Methods

Method Description
RemoveEntityEffectPacket ( Int32 entityId, sbyte effectId ) : System

Method Details

RemoveEntityEffectPacket() public method

public RemoveEntityEffectPacket ( Int32 entityId, sbyte effectId ) : System
entityId System.Int32
effectId sbyte
return System

Property Details

EffectID public property

public sbyte EffectID
return sbyte

EntityID public property

public Int32,System EntityID
return System.Int32

EntityID public property

public int EntityID
return int