Class MusicPanel

java.lang.Object
de.presti.ree6.commands.impl.music.MusicPanel
All Implemented Interfaces:
ICommand

public class MusicPanel extends Object implements ICommand
Creates a small typeof UI to control music in a channel.
  • Constructor Details

    • MusicPanel

      public MusicPanel()
      Constructor to subscribe to the event bus.
  • Method Details

    • onMusicPlayerStateChangeEvent

      public void onMusicPlayerStateChangeEvent(MusicPlayerStateChangeEvent event)
      Event handler for the MusicPlayerStateChangeEvent.
      Parameters:
      event - the event that has been fired.
    • onPerform

      public void onPerform(CommandEvent commandEvent)
      Description copied from interface: ICommand
      Will be fired when the Command is called.
      Specified by:
      onPerform in interface ICommand
      Parameters:
      commandEvent - the Event, with every needed data.
    • getCommandData

      public net.dv8tion.jda.api.interactions.commands.build.CommandData getCommandData()
      Description copied from interface: ICommand
      A CommandData implementation for JDAs SlashCommand Interaction Implementation.
      Specified by:
      getCommandData in interface ICommand
      Returns:
      the created CommandData.
    • getAlias

      public String[] getAlias()
      Description copied from interface: ICommand
      Aliases of the current Command.
      Specified by:
      getAlias in interface ICommand
      Returns:
      the Aliases.