C# Class Sharpcraft.Networking.Packets.PickupSpawnPacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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 method

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
return System

Property Details

Count public property

public sbyte Count
return sbyte

DamageData public property

public Int16,System DamageData
return System.Int16

DamageData public property

public short DamageData
return short

EntityID public property

public Int32,System EntityID
return System.Int32

EntityID public property

public int EntityID
return int

Item public property

public Int16,System Item
return System.Int16

Item public property

public short Item
return short

Pitch public property

public sbyte Pitch
return sbyte

Roll public property

public sbyte Roll
return sbyte

Rotation public property

public sbyte Rotation
return sbyte

X public property

public Int32,System X
return System.Int32

X public property

public int X
return int

Y public property

public Int32,System Y
return System.Int32

Y public property

public int Y
return int

Z public property

public Int32,System Z
return System.Int32

Z public property

public int Z
return int