Class StreamActionEvent
java.lang.Object
de.presti.ree6.actions.ActionEvent
de.presti.ree6.actions.streamtools.StreamActionEvent
A Container class containing the needed Information to run a StreamAction.
-
Constructor Summary
ConstructorDescriptionStreamActionEvent
(@NotNull net.dv8tion.jda.api.entities.Guild guild, @Nullable com.github.twitch4j.common.events.TwitchEvent twitchEvent, @Nullable String[] arguments) Constructor to create a StreamActionEvent. -
Method Summary
-
Constructor Details
-
StreamActionEvent
public StreamActionEvent(@NotNull @NotNull net.dv8tion.jda.api.entities.Guild guild, @Nullable @Nullable com.github.twitch4j.common.events.TwitchEvent twitchEvent, @Nullable @Nullable String[] arguments) Constructor to create a StreamActionEvent.- Parameters:
guild
- The related Guild.twitchEvent
- The related Twitch Event.arguments
- The Arguments for the Action.
-