C# Class Sharpcraft.Networking.Packets.NamedEntitySpawnPacket

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

Public Properties

Property Type Description
CurrentItem System.Int16
CurrentItem short
EntityID System.Int32
EntityID int
Pitch sbyte
PlayerName string
Rotation sbyte
X System.Int32
X int
Y System.Int32
Y int
Z System.Int32
Z int

Public Methods

Method Description
NamedEntitySpawnPacket ( Int32 entityId, string playerName = null, Int32 x, Int32 y, Int32 z, sbyte rotation, sbyte pitch, Int16 currentItem ) : System

Method Details

NamedEntitySpawnPacket() public method

public NamedEntitySpawnPacket ( Int32 entityId, string playerName = null, Int32 x, Int32 y, Int32 z, sbyte rotation, sbyte pitch, Int16 currentItem ) : System
entityId System.Int32
playerName string
x System.Int32
y System.Int32
z System.Int32
rotation sbyte
pitch sbyte
currentItem System.Int16
return System

Property Details

CurrentItem public property

public Int16,System CurrentItem
return System.Int16

CurrentItem public property

public short CurrentItem
return short

EntityID public property

public Int32,System EntityID
return System.Int32

EntityID public property

public int EntityID
return int

Pitch public property

public sbyte Pitch
return sbyte

PlayerName public property

public string PlayerName
return string

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