C# Class Sharpcraft.Networking.Packets.EntityTeleportPacket

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

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
EntityTeleportPacket ( Int32 entityId, Int32 x, Int32 y, Int32 z, sbyte yaw, sbyte pitch ) : System

Method Details

EntityTeleportPacket() public méthode

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
Résultat System

Property Details

EntityID public_oe property

public Int32,System EntityID
Résultat System.Int32

EntityID public_oe property

public int EntityID
Résultat int

Pitch public_oe property

public sbyte Pitch
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

Yaw public_oe property

public sbyte Yaw
Résultat sbyte

Z public_oe property

public Int32,System Z
Résultat System.Int32

Z public_oe property

public int Z
Résultat int