JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
On-Screen Celebration was redeemed.
"Modify a Single Emote" was redeemed.
"Choose an Emote to Unlock" was redeemed.
Gigantify an Emote was redeemed.
Message Effects was redeemed.
An unrecognized automatic reward type; please report to our issue tracker.
"Unlock a Random Sub Emote" was redeemed.
"Highlight My Message" was redeemed.
"Send a Message in Sub-Only Mode" was redeemed.
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
SINGLE_MESSAGE_BYPASS_SUB_MODE
"Send a Message in Sub-Only Mode" was redeemed.
SEND_HIGHLIGHTED_MESSAGE
"Highlight My Message" was redeemed.
RANDOM_SUB_EMOTE_UNLOCK
"Unlock a Random Sub Emote" was redeemed.
CHOSEN_SUB_EMOTE_UNLOCK
"Choose an Emote to Unlock" was redeemed.
CHOSEN_MODIFIED_SUB_EMOTE_UNLOCK
"Modify a Single Emote" was redeemed.
MESSAGE_EFFECT
Message Effects was redeemed.
GIGANTIFY_AN_EMOTE
Gigantify an Emote was redeemed.
CELEBRATION
On-Screen Celebration was redeemed.
OTHER
An unrecognized automatic reward type; please report to our issue tracker.
Method Details
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
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