C# Class Sharpcraft.Networking.Packets.SoundParticleEffectPacket

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

Public Properties

Property Type Description
Data System.Int32
Data int
EffectID System.Int32
EffectID int
X System.Int32
X int
Y sbyte
Z System.Int32
Z int

Public Methods

Method Description
SoundParticleEffectPacket ( Int32 effectId, Int32 x, sbyte y, Int32 z, Int32 data ) : System

Method Details

SoundParticleEffectPacket() public method

public SoundParticleEffectPacket ( Int32 effectId, Int32 x, sbyte y, Int32 z, Int32 data ) : System
effectId System.Int32
x System.Int32
y sbyte
z System.Int32
data System.Int32
return System

Property Details

Data public_oe property

public Int32,System Data
return System.Int32

Data public_oe property

public int Data
return int

EffectID public_oe property

public Int32,System EffectID
return System.Int32

EffectID public_oe property

public int EffectID
return int

X public_oe property

public Int32,System X
return System.Int32

X public_oe property

public int X
return int

Y public_oe property

public sbyte Y
return sbyte

Z public_oe property

public Int32,System Z
return System.Int32

Z public_oe property

public int Z
return int