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 TypeMethodDescriptionvoid
LifeStealZAPI.savePlayerData
(PlayerData playerData) Save the player data for a player.void
LifeStealZAPIImpl.savePlayerData
(PlayerData playerData) -
Uses of PlayerData in com.zetaplugins.lifestealz.storage
Methods in com.zetaplugins.lifestealz.storage that return PlayerDataModifier and TypeMethodDescriptionabstract PlayerData
Loads the player data from the storage system.abstract PlayerData
Loads the player data from the storage system.Methods in com.zetaplugins.lifestealz.storage with parameters of type PlayerDataModifier and TypeMethodDescriptionvoid
MySQLSyntaxStorage.save
(PlayerData playerData) void
SQLStorage.save
(PlayerData playerData) abstract void
Storage.save
(PlayerData playerData) Saves the player data to the storage system.