Class HypeTrainProgressEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.HypeTrainEvent
com.github.twitch4j.eventsub.events.HypeTrainProgressEvent
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.The time at which the hype train expires.getGoal()Deprecated.The number of points required to reach the next level.Deprecated.The most recent contribution.Deprecated.The number of points contributed to the hype train at the current level.inthashCode()Deprecated.toString()Deprecated.Methods inherited from class com.github.twitch4j.eventsub.events.HypeTrainEvent
getId, getLevel, getStartedAt, getTopContributions, getTotal, isGoldenKappaTrainMethods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Constructor Details
-
HypeTrainProgressEvent
public HypeTrainProgressEvent()Deprecated.
-
-
Method Details
-
getProgress
Deprecated.The number of points contributed to the hype train at the current level. -
getGoal
Deprecated.The number of points required to reach the next level. -
getLastContribution
Deprecated.The most recent contribution. -
getExpiresAt
Deprecated.The time at which the hype train expires. The expiration is extended when the hype train reaches a new level. -
toString
Deprecated.- Overrides:
toStringin classHypeTrainEvent
-
equals
Deprecated.- Overrides:
equalsin classHypeTrainEvent
-
canEqual
Deprecated.- Overrides:
canEqualin classHypeTrainEvent
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classHypeTrainEvent
-