UpdateRunEnergy

class UpdateRunEnergy(val runenergy: Int) : OutgoingGameMessage

Update runenergy packet is used to modify the player's current run energy. 100 units equals one percentage on the run orb, meaning a value of 10,000 is equal to 100% run energy.

Constructors

Link copied to clipboard
constructor(runenergy: Int)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String