Uses of Class
com.zetaplugins.cookieclickerz.storage.PlayerData
Packages that use PlayerData
-
Uses of PlayerData in com.zetaplugins.cookieclickerz.storage
Methods in com.zetaplugins.cookieclickerz.storage that return PlayerDataModifier and TypeMethodDescriptionLoad a player data object from the storage system.abstract PlayerDataLoad a player data object from the storage system.protected PlayerDataSQLStorage.loadPlayerData(Connection connection, UUID uuid) Methods in com.zetaplugins.cookieclickerz.storage that return types with arguments of type PlayerDataModifier and TypeMethodDescriptionSQLStorage.getAllPlayers()abstract List<PlayerData> Storage.getAllPlayers()Get a List of all players in the storage system.Methods in com.zetaplugins.cookieclickerz.storage with parameters of type PlayerDataModifier and TypeMethodDescriptionprotected voidSQLStorage.loadAchievements(Connection connection, UUID uuid, PlayerData playerData) protected voidSQLStorage.loadUpgrades(Connection connection, UUID uuid, PlayerData playerData) voidMySQLStorage.save(PlayerData playerData) voidSQLiteStorage.save(PlayerData playerData) abstract voidStorage.save(PlayerData playerData) Save a player data object to the storage system.protected voidMySQLStorage.saveAchievements(Connection connection, PlayerData playerData) protected voidMySQLStorage.saveUpgrades(Connection connection, PlayerData playerData) -
Uses of PlayerData in com.zetaplugins.cookieclickerz.util.gui
Methods in com.zetaplugins.cookieclickerz.util.gui with parameters of type PlayerDataModifier and TypeMethodDescriptionstatic ItemStackGuiAssets.getPretsigeGlassItem(int prestigeLevel, PlayerData playerData)