C# Class Sharpcraft.Networking.Packets.ExperienceOrbPacket

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

Méthodes publiques

Свойство Type Description
Count System.Int16
Count short
EntityID System.Int32
EntityID int
X System.Int32
X int
Y System.Int32
Y int
Z System.Int32
Z int

Méthodes publiques

Méthode Description
ExperienceOrbPacket ( Int32 entityId, Int32 x, Int32 y, Int32 z, Int16 count ) : System

Method Details

ExperienceOrbPacket() public méthode

public ExperienceOrbPacket ( Int32 entityId, Int32 x, Int32 y, Int32 z, Int16 count ) : System
entityId System.Int32
x System.Int32
y System.Int32
z System.Int32
count System.Int16
Résultat System

Property Details

Count public_oe property

public Int16,System Count
Résultat System.Int16

Count public_oe property

public short Count
Résultat short

EntityID public_oe property

public Int32,System EntityID
Résultat System.Int32

EntityID public_oe property

public int EntityID
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 Int32,System Y
Résultat System.Int32

Y public_oe property

public int Y
Résultat int

Z public_oe property

public Int32,System Z
Résultat System.Int32

Z public_oe property

public int Z
Résultat int