Uses of Class
com.xyrisdev.cloud.storage.model.CloudPlayerData
Packages that use CloudPlayerData
-
Uses of CloudPlayerData in com.xyrisdev.cloud.api.handler.stats
Methods in com.xyrisdev.cloud.api.handler.stats that return types with arguments of type CloudPlayerDataModifier and TypeMethodDescriptionLoads a player's statistics asynchronously using the player'sUUID
.StatsAPI.load
(@NotNull org.bukkit.entity.Player player) Loads a player's statistics asynchronously using the player'sPlayer
object.Method parameters in com.xyrisdev.cloud.api.handler.stats with type arguments of type CloudPlayerDataModifier and TypeMethodDescriptionvoid
StatsAPI.load
(@NotNull org.bukkit.entity.Player player, Consumer<CloudPlayerData> callback) Loads a player's statistics asynchronously using the player'sPlayer
object and executes a callback with the results.