C# Class Sharpcraft.Networking.Packets.RemoveEntityEffectPacket

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

public sbyte EffectID
return sbyte

EntityID public_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int