C# Class Sharpcraft.Networking.Packets.PickupSpawnPacket

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

Méthodes publiques

Свойство Type Description
Count sbyte
DamageData System.Int16
DamageData short
EntityID System.Int32
EntityID int
Item System.Int16
Item short
Pitch sbyte
Roll sbyte
Rotation sbyte
X System.Int32
X int
Y System.Int32
Y int
Z System.Int32
Z int

Méthodes publiques

Méthode Description
PickupSpawnPacket ( Int32 entityId, Int16 item, sbyte count, Int16 damageData, Int32 x, Int32 y, Int32 z, sbyte rotation, sbyte pitch, sbyte roll ) : System

Method Details

PickupSpawnPacket() public méthode

public PickupSpawnPacket ( Int32 entityId, Int16 item, sbyte count, Int16 damageData, Int32 x, Int32 y, Int32 z, sbyte rotation, sbyte pitch, sbyte roll ) : System
entityId System.Int32
item System.Int16
count sbyte
damageData System.Int16
x System.Int32
y System.Int32
z System.Int32
rotation sbyte
pitch sbyte
roll sbyte
Résultat System

Property Details

Count public_oe property

public sbyte Count
Résultat sbyte

DamageData public_oe property

public Int16,System DamageData
Résultat System.Int16

DamageData public_oe property

public short DamageData
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

Item public_oe property

public Int16,System Item
Résultat System.Int16

Item public_oe property

public short Item
Résultat short

Pitch public_oe property

public sbyte Pitch
Résultat sbyte

Roll public_oe property

public sbyte Roll
Résultat sbyte

Rotation public_oe property

public sbyte Rotation
Résultat sbyte

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