Class VoiceJoinStreamAction

java.lang.Object
de.presti.ree6.actions.streamtools.action.VoiceJoinStreamAction
All Implemented Interfaces:
IAction, IStreamAction

public class VoiceJoinStreamAction extends Object implements IStreamAction
StreamAction used to join a voice channel.
  • Constructor Details

    • VoiceJoinStreamAction

      public VoiceJoinStreamAction()
  • Method Details

    • runAction

      public boolean runAction(@NotNull @NotNull StreamActionEvent event)
      Description copied from interface: IStreamAction
      Run the specific action.
      Specified by:
      runAction in interface IStreamAction
      Parameters:
      event - The action information.
      Returns:
      True if the action was executed successfully.