![JAR search and dependency download from the Maven repository](/logo.png)
com.github.twitch4j.pubsub.events.BitsLeaderboardEvent Maven / Gradle / Ivy
package com.github.twitch4j.pubsub.events;
import com.github.twitch4j.pubsub.domain.Leaderboard;
import lombok.EqualsAndHashCode;
import lombok.ToString;
@ToString(callSuper = true)
@EqualsAndHashCode(callSuper = true)
public class BitsLeaderboardEvent extends LeaderboardEvent {
public BitsLeaderboardEvent(Leaderboard data) {
super(data);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy