C# Class Sharpcraft.Networking.Packets.EntityVelocityPacket

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

Public Properties

Property Type Description
EntityID System.Int32
EntityID int
VelocityX System.Int16
VelocityX short
VelocityY System.Int16
VelocityY short
VelocityZ System.Int16
VelocityZ short

Public Methods

Method Description
EntityVelocityPacket ( Int32 entityId, Int16 velocityX, Int16 velocityY, Int16 velocityZ ) : System

Method Details

EntityVelocityPacket() public method

public EntityVelocityPacket ( Int32 entityId, Int16 velocityX, Int16 velocityY, Int16 velocityZ ) : System
entityId System.Int32
velocityX System.Int16
velocityY System.Int16
velocityZ System.Int16
return System

Property Details

EntityID public_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int

VelocityX public_oe property

public Int16,System VelocityX
return System.Int16

VelocityX public_oe property

public short VelocityX
return short

VelocityY public_oe property

public Int16,System VelocityY
return System.Int16

VelocityY public_oe property

public short VelocityY
return short

VelocityZ public_oe property

public Int16,System VelocityZ
return System.Int16

VelocityZ public_oe property

public short VelocityZ
return short