Class TwitchBitsEvent


public class TwitchBitsEvent extends TwitchEvent
  • Constructor Details

    • TwitchBitsEvent

      public TwitchBitsEvent(String username, String bits, String message)
      Class constructor.
      Parameters:
      username -
      bits -
      message -
  • Method Details

    • getUsername

      public String getUsername()
      Method that returns the username who cheered.
      Returns:
      username
    • getBits

      public String getBits()
      Method that returns the amount of bit the user cheered.
      Returns:
      bits
    • getMessage

      public String getMessage()
      * Method that returns the message that was sent as part of the Bits tag.
      Returns:
      message