Package com.github.twitch4j.helix.domain
Class Cheermote.Tier
java.lang.Object
com.github.twitch4j.helix.domain.Cheermote.Tier
- Enclosing class:
- Cheermote
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether or not emote information is accessible to usersgetColor()
Hex code for the color associated with the bits of that tier@NonNull String
getId()
ID of the emote tier.Structure containing both animated and static image sets, sorted by light and darkMinimum number of bits needed to be used to hit the given tier of emoteWhether or not the emote is hidden from the bits cardint
hashCode()
toString()
-
Constructor Details
-
Tier
public Tier()
-
-
Method Details
-
getId
ID of the emote tier. Possible tiers are: 1, 100, 500, 1000, 5000, 10k, or 100k -
getMinBits
Minimum number of bits needed to be used to hit the given tier of emote -
getColor
Hex code for the color associated with the bits of that tier -
getImages
Structure containing both animated and static image sets, sorted by light and dark -
getCanCheer
Whether or not emote information is accessible to users -
getShowInBitsCard
Whether or not the emote is hidden from the bits card -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-