Uses of Class
com.zetaplugins.lifestealz.storage.PlayerData
Packages that use PlayerData
-
Uses of PlayerData in com.zetaplugins.lifestealz.api
Methods in com.zetaplugins.lifestealz.api that return PlayerDataModifier and TypeMethodDescriptionLifeStealZAPI.getPlayerData(UUID uuid) Get the player data for a player.LifeStealZAPIImpl.getPlayerData(UUID uuid) Methods in com.zetaplugins.lifestealz.api with parameters of type PlayerDataModifier and TypeMethodDescriptionvoidLifeStealZAPI.savePlayerData(PlayerData playerData) Save the player data for a player.voidLifeStealZAPIImpl.savePlayerData(PlayerData playerData) -
Uses of PlayerData in com.zetaplugins.lifestealz.storage
Methods in com.zetaplugins.lifestealz.storage that return PlayerDataModifier and TypeMethodDescriptionabstract PlayerDataLoads the player data from the storage system.abstract PlayerDataLoads the player data from the storage system.Methods in com.zetaplugins.lifestealz.storage with parameters of type PlayerDataModifier and TypeMethodDescriptionvoidMySQLSyntaxStorage.save(PlayerData playerData) voidSQLStorage.save(PlayerData playerData) abstract voidStorage.save(PlayerData playerData) Saves the player data to the storage system.