Class StreamActionEvent

java.lang.Object
de.presti.ree6.actions.ActionEvent
de.presti.ree6.actions.streamtools.StreamActionEvent

public class StreamActionEvent extends ActionEvent
A Container class containing the needed Information to run a StreamAction.
  • 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.