C# Class Sharpcraft.Networking.Packets.EntityTeleportPacket

Inheritance: Packet
Mostra 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_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int

Pitch public_oe property

public sbyte Pitch
return sbyte

X public_oe property

public Int32,System X
return System.Int32

X public_oe property

public int X
return int

Y public_oe property

public Int32,System Y
return System.Int32

Y public_oe property

public int Y
return int

Yaw public_oe property

public sbyte Yaw
return sbyte

Z public_oe property

public Int32,System Z
return System.Int32

Z public_oe property

public int Z
return int