Table of Contents

Interface IQueueEntry

Namespace
DisCatSharp.Lavalink.Entities
Assembly
DisCatSharp.Lavalink.dll

Represents an interface for using the built-in DisCatSharp Lavalink queue.

public interface IQueueEntry

Properties

Track

The lavalink track to play.

Methods

AddTrack(LavalinkTrack)

Adds a track.

AfterPlayingAsync(LavalinkGuildPlayer)

Actions to execute after this queue entry was played.

BeforePlayingAsync(LavalinkGuildPlayer)

Actions to execute before this queue entry gets played. Return false if entry shouldn't be played.