C# Class Sharpcraft.Networking.Packets.EntityRelativeMovePacket

Inheritance: Packet
Mostra 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_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int

X public_oe property

public sbyte X
return sbyte

Y public_oe property

public sbyte Y
return sbyte

Z public_oe property

public sbyte Z
return sbyte