C# Class Sharpcraft.Networking.Packets.EntityRelativeMovePacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

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

Public Methods

Method Description
EntityRelativeMovePacket ( Int32 entityId, sbyte x, sbyte y, sbyte z ) : System

Method Details

EntityRelativeMovePacket() public method

public EntityRelativeMovePacket ( Int32 entityId, sbyte x, sbyte y, sbyte z ) : System
entityId System.Int32
x sbyte
y sbyte
z sbyte
return System

Property Details

EntityID public property

public Int32,System EntityID
return System.Int32

EntityID public property

public int EntityID
return int

X public property

public sbyte X
return sbyte

Y public property

public sbyte Y
return sbyte

Z public property

public sbyte Z
return sbyte