Class PlayBlerpStreamAction

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

public class PlayBlerpStreamAction extends Object implements IStreamAction
StreamAction used to play a blerp sound that is bound to a specific channel reward.
  • Constructor Details

    • PlayBlerpStreamAction

      public PlayBlerpStreamAction()
  • 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.