Class StreamActionContainer
java.lang.Object
de.presti.ree6.actions.streamtools.container.StreamActionContainer
A Container used to store all needed Information for a StreamAction.
-
Constructor Summary
ConstructorDescriptionStreamActionContainer
(de.presti.ree6.sql.entities.StreamAction streamAction) Create a new StreamActionContainer. -
Method Summary
Modifier and TypeMethodDescriptionvoid
runActions
(com.github.twitch4j.common.events.TwitchEvent twitchEvent, String userInput) Run all Actions.
-
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
Run all Actions.- Parameters:
twitchEvent
- The related Twitch event.userInput
- The User Input.
-