Uses of Class
com.zetaplugins.cookieclickerz.util.leaderboard.LeaderBoardEntry
Packages that use LeaderBoardEntry
Package
Description
-
Uses of LeaderBoardEntry in com.zetaplugins.cookieclickerz.storage
Methods in com.zetaplugins.cookieclickerz.storage that return types with arguments of type LeaderBoardEntryModifier and TypeMethodDescriptionMySQLStorage.getTopCookiesPlayers(int limit) SQLiteStorage.getTopCookiesPlayers(int limit) abstract List<LeaderBoardEntry> Storage.getTopCookiesPlayers(int limit) Get a List of the top players by total cookies.MySQLStorage.getTopCpcPlayers(int limit) SQLiteStorage.getTopCpcPlayers(int limit) abstract List<LeaderBoardEntry> Storage.getTopCpcPlayers(int limit) Get a List of the top players by cookies per click. -
Uses of LeaderBoardEntry in com.zetaplugins.cookieclickerz.util.leaderboard
Methods in com.zetaplugins.cookieclickerz.util.leaderboard that return types with arguments of type LeaderBoardEntryModifier and TypeMethodDescriptionLeaderBoardService.getTopCpc()LeaderBoardService.getTopTotalCookies()