Uses of Record Class
com.btcvelocity.api.storage.PlayerData
Packages that use PlayerData
-
Uses of PlayerData in com.btcvelocity.api.storage
Methods in com.btcvelocity.api.storage that return types with arguments of type PlayerDataModifier and TypeMethodDescriptionRetrieves the persisted data for the player with the given UUID.StorageService.getPlayerByName(String username) Retrieves the persisted data for the player with the given username.Methods in com.btcvelocity.api.storage with parameters of type PlayerDataModifier and TypeMethodDescriptionStorageService.upsertPlayer(PlayerData data) Inserts or updates the persisted record for the given player.