Package com.github.twitch4j.helix.domain
Class Cheermote.Tier
java.lang.Object
com.github.twitch4j.helix.domain.Cheermote.Tier
- Enclosing class:
- Cheermote
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanWhether or not emote information is accessible to usersgetColor()Hex code for the color associated with the bits of that tier@NonNull StringgetId()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 cardinthashCode()toString()
- 
Constructor Details- 
Tierpublic Tier()
 
- 
- 
Method Details- 
getIdID of the emote tier. Possible tiers are: 1, 100, 500, 1000, 5000, 10k, or 100k
- 
getMinBitsMinimum number of bits needed to be used to hit the given tier of emote
- 
getColorHex code for the color associated with the bits of that tier
- 
getImagesStructure containing both animated and static image sets, sorted by light and dark
- 
getCanCheerWhether or not emote information is accessible to users
- 
getShowInBitsCardWhether or not the emote is hidden from the bits card
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-