C# Class Sharpcraft.Networking.Packets.EntityEffectPacket

Inheritance: Packet
Exibir arquivo Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
Amplifier sbyte
Duration System.Int16
Duration short
EffectID sbyte
EntityID System.Int32
EntityID int

Public Methods

Method Description
EntityEffectPacket ( Int32 entityId, sbyte effectId, sbyte amplifier, Int16 duration ) : System

Method Details

EntityEffectPacket() public method

public EntityEffectPacket ( Int32 entityId, sbyte effectId, sbyte amplifier, Int16 duration ) : System
entityId System.Int32
effectId sbyte
amplifier sbyte
duration System.Int16
return System

Property Details

Amplifier public_oe property

public sbyte Amplifier
return sbyte

Duration public_oe property

public Int16,System Duration
return System.Int16

Duration public_oe property

public short Duration
return short

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