C# Class Sharpcraft.Networking.Packets.EntityLookAndRelativeMovePacket

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 sbyte
Y sbyte
Yaw sbyte
Z sbyte

Méthodes publiques

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

Method Details

EntityLookAndRelativeMovePacket() public méthode

public EntityLookAndRelativeMovePacket ( Int32 entityId, sbyte x, sbyte y, sbyte z, sbyte yaw, sbyte pitch ) : System
entityId System.Int32
x sbyte
y sbyte
z sbyte
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 sbyte X
Résultat sbyte

Y public_oe property

public sbyte Y
Résultat sbyte

Yaw public_oe property

public sbyte Yaw
Résultat sbyte

Z public_oe property

public sbyte Z
Résultat sbyte