Object/Class

ackcord.lavaplayer

LavaplayerHandler

Related Docs: class LavaplayerHandler | package lavaplayer

Permalink

object LavaplayerHandler

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LavaplayerHandler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AlreadyConnectedException extends Exception

    Permalink
  2. class AudioEventSender extends AudioEventListener

    Permalink

    An adapter between com.sedmelluq.discord.lavaplayer.player.event.AudioEventListener and actors.

  3. case class ConnectVChannel(channelId: ChannelId, force: Boolean = false) extends Product with Serializable

    Permalink

    Connect to a voice channel.

    Connect to a voice channel.

    channelId

    The channel to connect to

    force

    If it should connect even if it's already connecting, or is connected to another channel(move)

  4. class ForcedConnectedException extends Exception

    Permalink
  5. sealed trait MusicState extends AnyRef

    Permalink
  6. class NoMatchException extends Exception

    Permalink

    An exception signaling that a com.sedmelluq.discord.lavaplayer.player.AudioPlayerManager find a track.

  7. case class SetPlaying(speaking: Boolean) extends Product with Serializable

    Permalink

    Set if the bot should be playing(speaking) or not.

    Set if the bot should be playing(speaking) or not. This is required to send sound.

  8. sealed trait StateData extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object CancelConnection extends Product with Serializable

    Permalink

    Cancel the connection to a voice channel

  5. object DisconnectVChannel extends Product with Serializable

    Permalink

    Disconnect from a voice channel

  6. object MusicReady extends Product with Serializable

    Permalink

    Sent as a response to ConnectVChannel when everything is ready.

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def loadItem(playerManager: AudioPlayerManager, identifier: String): Future[AudioItem]

    Permalink

    Tries to load an item given an identifier and returns it as a future.

    Tries to load an item given an identifier and returns it as a future. If there were no matches, the future fails with NoMatchException. Otherwise it fails with com.sedmelluq.discord.lavaplayer.tools.FriendlyException.

  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def props(player: AudioPlayer, guildId: GuildId, cache: Cache, useBursting: Boolean = true): Props

    Permalink
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped