C# Class Sharpcraft.Networking.Packets.EntityLookAndRelativeMovePacket

Inheritance: Packet
Exibir arquivo Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

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

Public Methods

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

Method Details

EntityLookAndRelativeMovePacket() public method

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
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 sbyte X
return sbyte

Y public_oe property

public sbyte Y
return sbyte

Yaw public_oe property

public sbyte Yaw
return sbyte

Z public_oe property

public sbyte Z
return sbyte