Adds tracks to the end of the queue.
The tracks to be added.
Adds tracks to the beginning of the queue.
Changes the position of a track in the queue.
The current index of the track.
The new index for the track.
Will throw an error if the indices are out of bounds.
Exits the player, clearing the queue and destroying the LavaPlayer instance.
Joins a voice channel.
The data required to join the channel.
Leaves the voice channel.
Pauses the playback.
Plays the next track in the queue.
The next track that was played or null if the queue is empty.
Removes all tracks from the queue.
Removes tracks from the queue by their indices.
The indices of the tracks to be removed.
Resumes the playback.
Seek the playback to specific position
in milliseconds
Set leave on finish state
Set playback info
set player state
Sets the repeat mode for the queue.
The repeat mode to be set.
Sets the volume for playback.
The volume level to be set.
Shuffles the tracks in the queue.
Skips the current track.
Starts a ping to keep the playback information updated.
Stops the ping for updating playback information.
Adds tracks to the end of the queue.