Class LeaderBoardEntry
java.lang.Object
com.zetaplugins.cookieclickerz.util.leaderboard.LeaderBoardEntry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLeaderBoardEntry
(UUID uuid, String name, BigInteger totalCookies, BigInteger cookiesPerClick) -
Method Summary
-
Field Details
-
uuid
-
name
-
totalCookies
-
cookiesPerClick
-
-
Constructor Details
-
LeaderBoardEntry
public LeaderBoardEntry(UUID uuid, String name, BigInteger totalCookies, BigInteger cookiesPerClick)
-