C# Class Sharpcraft.Networking.Packets.EntityLookAndRelativeMovePacket

Inheritance: Packet
Show file 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 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 sbyte X
return sbyte

Y public property

public sbyte Y
return sbyte

Yaw public property

public sbyte Yaw
return sbyte

Z public property

public sbyte Z
return sbyte