Class MusicPanel
java.lang.Object
de.presti.ree6.commands.impl.music.MusicPanel
- All Implemented Interfaces:
ICommand
Creates a small typeof UI to control music in a channel.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getAlias()Aliases of the current Command.net.dv8tion.jda.api.interactions.commands.build.CommandDataA CommandData implementation for JDAs SlashCommand Interaction Implementation.voidEvent handler for the MusicPlayerStateChangeEvent.voidonPerform(CommandEvent commandEvent) Will be fired when the Command is called.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.presti.ree6.commands.interfaces.ICommand
onASyncPerform
-
Constructor Details
-
MusicPanel
public MusicPanel()Constructor to subscribe to the event bus.
-
-
Method Details
-
onMusicPlayerStateChangeEvent
Event handler for the MusicPlayerStateChangeEvent.- Parameters:
event- the event that has been fired.
-
onPerform
Description copied from interface:ICommandWill be fired when the Command is called. -
getCommandData
public net.dv8tion.jda.api.interactions.commands.build.CommandData getCommandData()Description copied from interface:ICommandA CommandData implementation for JDAs SlashCommand Interaction Implementation.- Specified by:
getCommandDatain interfaceICommand- Returns:
- the created CommandData.
-
getAlias
Description copied from interface:ICommandAliases of the current Command.
-