StatsEvent class

Stats update event dispatched by lavalink

Inheritance

Properties

client → Nyxx
A reference to the current client
finalinherited
cpu CpuStats
Cpu usage stats
latefinal
frameStats FrameStats?
Frame sending stats
latefinal
hashCode int
The hash code for this object.
no setterinherited
memory MemoryStats
Memory usage stats
latefinal
node Node
A reference to the node this event belongs to
finalinherited
players int
Total amount of players
latefinal
playingPlayers int
Number of playing players
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uptime int
Server uptime
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited