C# Class Sharpcraft.Networking.Packets.EntityTeleportPacket

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

Public Properties

Property Type Description
EntityID System.Int32
EntityID int
Pitch sbyte
X System.Int32
X int
Y System.Int32
Y int
Yaw sbyte
Z System.Int32
Z int

Public Methods

Method Description
EntityTeleportPacket ( Int32 entityId, Int32 x, Int32 y, Int32 z, sbyte yaw, sbyte pitch ) : System

Method Details

EntityTeleportPacket() public method

public EntityTeleportPacket ( Int32 entityId, Int32 x, Int32 y, Int32 z, sbyte yaw, sbyte pitch ) : System
entityId System.Int32
x System.Int32
y System.Int32
z System.Int32
yaw sbyte
pitch sbyte
return System

Property Details

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

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

Yaw public property

public sbyte Yaw
return sbyte

Z public property

public Int32,System Z
return System.Int32

Z public property

public int Z
return int