-
Notifications
You must be signed in to change notification settings - Fork 7
Upgrading to v3
Duncan Sterken edited this page Mar 17, 2024
·
2 revisions
All deprecated methods have been removed. The easiest way to fix this is to move to the new methods before upgrading to v3.
The classes
- ClientEvent
- ReadyEvent
- PlayerUpdateEvent
- StatsEvent
- EmittedEvent
- TrackStartEvent
- TrackEndEvent
- TrackExceptionEvent
- TrackStuckEvent
- WebSocketClosedEvent
Have been moved to the dev.arbjerg.lavalink.client.event
package
These classes have been stripped of their type parameter since it was not needed anymore.
The dev.arbjerg.lavalink.client.protocol
package has been renamed to dev.arbjerg.lavalink.client.player
The classes IUpdatablePlayer
, PlayerUpdateBuilder
, and LavalinkPlayer
have been moved to the dev.arbjerg.lavalink.client.player
package.
ILoadBalancer#selectNode
has a new argument added for the guild id to allow node filtering based on guilds.