Package com.github.twitch4j.chat.util
Klasse ChatCrowdChant
java.lang.Object
com.github.twitch4j.chat.util.ChatCrowdChant
Veraltet.
Will be disabled on 2022-02-02
Information regarding a Crowd Chant participation or initiation.
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungChatCrowdChant(String messageId, String text, boolean initiator, String channelName) Veraltet. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanVeraltet.Veraltet.The id for the parent message in the Crowd Chant.getText()Veraltet.The text being chanted.inthashCode()Veraltet.booleanVeraltet.Whether this message initiated a crowd chat.static @Nullable ChatCrowdChantparse(IRCMessageEvent event) Veraltet.Attempts to parse theChatCrowdChantinformation from a chat event.voidparticipate(ITwitchChat chat) Veraltet.toString()Veraltet.
-
Felddetails
-
CHANT_MSG_ID_TAG_NAME
Veraltet.- Siehe auch:
-
-
Konstruktordetails
-
ChatCrowdChant
Veraltet.
-
-
Methodendetails
-
participate
Veraltet.Sends the same message in the same channel to participate in the Crowd Chant, with the proper chat tag.- Parameter:
chat- an authenticated TwitchChat instance.
-
parse
Veraltet.Attempts to parse theChatCrowdChantinformation from a chat event.- Parameter:
event- the raw IRCMessageEvent.- Gibt zurück:
- ChatCrowdChant (or null if parsing was unsuccessful)
-
getMessageId
Veraltet.The id for the parent message in the Crowd Chant. -
getText
Veraltet.The text being chanted. -
isInitiator
public boolean isInitiator()Veraltet.Whether this message initiated a crowd chat. When false, the message is simply participating in the chant, rather than initiating. -
equals
Veraltet. -
hashCode
public int hashCode()Veraltet. -
toString
Veraltet.
-