Class StreamActionContainer

java.lang.Object
de.presti.ree6.actions.streamtools.container.StreamActionContainer

public class StreamActionContainer extends Object
A Container used to store all needed Information for a StreamAction.
  • Constructor Details

    • StreamActionContainer

      public StreamActionContainer(de.presti.ree6.sql.entities.StreamAction streamAction)
      Create a new StreamActionContainer.
      Parameters:
      streamAction - The StreamAction to create the Container for.
  • Method Details

    • runActions

      public void runActions(com.github.twitch4j.common.events.TwitchEvent twitchEvent, String userInput)
      Run all Actions.
      Parameters:
      twitchEvent - The related Twitch event.
      userInput - The User Input.