C# Class Sharpcraft.Networking.Packets.SoundParticleEffectPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
Data System.Int32
Data int
EffectID System.Int32
EffectID int
X System.Int32
X int
Y sbyte
Z System.Int32
Z int

Méthodes publiques

Méthode Description
SoundParticleEffectPacket ( Int32 effectId, Int32 x, sbyte y, Int32 z, Int32 data ) : System

Method Details

SoundParticleEffectPacket() public méthode

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
Résultat System

Property Details

Data public_oe property

public Int32,System Data
Résultat System.Int32

Data public_oe property

public int Data
Résultat int

EffectID public_oe property

public Int32,System EffectID
Résultat System.Int32

EffectID public_oe property

public int EffectID
Résultat int

X public_oe property

public Int32,System X
Résultat System.Int32

X public_oe property

public int X
Résultat int

Y public_oe property

public sbyte Y
Résultat sbyte

Z public_oe property

public Int32,System Z
Résultat System.Int32

Z public_oe property

public int Z
Résultat int