Class CommerceMessage.CommerceEmote
java.lang.Object
com.github.twitch4j.pubsub.domain.CommerceMessage.CommerceEmote
- Enclosing class:
- CommerceMessage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The id for the emote being usedgetEnd()
The number of characters in the emote namegetId()
Deprecated.getStart()
The index in the message where the emote startsint
hashCode()
void
setEmoteId
(String emoteId) Deprecated.void
Deprecated.void
Deprecated.toString()
-
Constructor Details
-
CommerceEmote
public CommerceEmote()
-
-
Method Details
-
getId
Deprecated.in favor ofgetEmoteId()
- Returns:
- the emote id as an integer, or null.
-
getStart
The index in the message where the emote starts -
getEnd
The number of characters in the emote name -
getEmoteId
The id for the emote being used -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setStart
Deprecated.The index in the message where the emote starts -
setEnd
Deprecated.The number of characters in the emote name -
setEmoteId
Deprecated.The id for the emote being used
-
getEmoteId()