onPlayerUpdate property

Stream<PlayerUpdateMessage> onPlayerUpdate

A stream of PlayerUpdateMessages received by Lavalink clients created by this plugin.

Implementation

Stream<PlayerUpdateMessage> get onPlayerUpdate => onMessage.whereType<PlayerUpdateMessage>();