C# Class Sharpcraft.Networking.Packets.ExperiencePacket

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

Public Properties

Property Type Description
Bar float
Level System.Int16
Level short
Total System.Int16
Total short

Public Methods

Method Description
ExperiencePacket ( float bar = 0.0f, Int16 level, Int16 total ) : System

Method Details

ExperiencePacket() public method

public ExperiencePacket ( float bar = 0.0f, Int16 level, Int16 total ) : System
bar float
level System.Int16
total System.Int16
return System

Property Details

Bar public property

public float Bar
return float

Level public property

public Int16,System Level
return System.Int16

Level public property

public short Level
return short

Total public property

public Int16,System Total
return System.Int16

Total public property

public short Total
return short