C# Class Sharpcraft.Networking.Packets.AnimationPacket

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

Public Properties

Property Type Description
Animation sbyte
EntityID System.Int32
EntityID int

Public Methods

Method Description
AnimationPacket ( Int32 entityId, sbyte animation ) : System

Method Details

AnimationPacket() public method

public AnimationPacket ( Int32 entityId, sbyte animation ) : System
entityId System.Int32
animation sbyte
return System

Property Details

Animation public property

public sbyte Animation
return sbyte

EntityID public property

public Int32,System EntityID
return System.Int32

EntityID public property

public int EntityID
return int