Enum Class DonationEvent.Type

java.lang.Object
java.lang.Enum<DonationEvent.Type>
bot.colla.donation.event.DonationEvent.Type
All Implemented Interfaces:
Serializable, Comparable<DonationEvent.Type>, Constable
Enclosing class:
DonationEvent

public static enum DonationEvent.Type extends Enum<DonationEvent.Type>
후원 유형
  • Enum Constant Details

    • BALLOON

      public static final DonationEvent.Type BALLOON
      별풍선 (SOOP)
    • ADBALLOON

      public static final DonationEvent.Type ADBALLOON
      애드벌룬 (SOOP)
    • BATTLE_MISSION

      public static final DonationEvent.Type BATTLE_MISSION
      대결미션 (SOOP, 승리 여부에 관계 없이 후원한 방송에 후원 시 전달)
    • CHALLENGE_MISSION

      public static final DonationEvent.Type CHALLENGE_MISSION
      도전미션 (SOOP, 미션 성공 시 전달)
    • VIDEO_BALLOON

      public static final DonationEvent.Type VIDEO_BALLOON
      영상풍선 (SOOP)
    • CHEESE

      public static final DonationEvent.Type CHEESE
      치즈 채팅 후원 (치지직)
    • VIDEO_DONATION

      public static final DonationEvent.Type VIDEO_DONATION
      치즈 영상 후원 (치지직)
  • Method Details

    • values

      public static DonationEvent.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DonationEvent.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      후원 유형 이름을 가져옵니다.
      Returns:
      이름
    • getPlatform

      public DonationEvent.Platform getPlatform()
      방송 플랫폼을 가져옵니다.
      Returns:
      플랫폼